FW: Crash due to _fini

Rajeev Bansal RajeevB at InterraIT.COM
Tue Jun 1 23:39:28 CDT 2004


Hi
Dimi,
I was trying to understand why any wine shared dll (like msvcrt.dll.so)
crashed at the _fini call. This does not happen if I use my own created
shared libraries. I was seeking help to find out why the crash occurs only
with wine shared library. I had to port my windows code even on MacOS, hence
I was attempting to use the wine libs without winegcc/wineg++ and specs
file. This would make "porting" to any platform not supported currently by
wine easy.

Thanks
rajeev

-----Original Message-----
From: Dimitrie O. Paun [mailto:dpaun at rogers.com]
Sent: Monday, May 31, 2004 11:24 PM
To: Rajeev Bansal
Cc: wine-devel at winehq.org
Subject: Re: Crash due to _fini


On Mon, May 31, 2004 at 05:16:47PM +0530, Rajeev Bansal wrote:
> Please tell me a way so that i can use wine libraries directly without
> winegcc or specs file

Please don't do that. Or if you do, I'm afraid we can't help you.

> on using winegcc  for code which contains new and delete operator it gives

>  undefined reference to following symbols
> operator new(unsigned)
> operator delete[](void*)
> _Unwind_Resume
> __gxx_personality_v0
> 
> please help me to resolve above symbols

Use wineg++ to compile and link.

-- 
Dimi.

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.642 / Virus Database: 410 - Release Date: 3/24/2004
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.642 / Virus Database: 410 - Release Date: 3/24/2004
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.642 / Virus Database: 410 - Release Date: 3/24/2004
 



More information about the wine-devel mailing list