[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with libtool and mingw 4.4 with dwarf exceptions.
From: |
Ralf Wildenhues |
Subject: |
Re: Problem with libtool and mingw 4.4 with dwarf exceptions. |
Date: |
Thu, 10 Sep 2009 20:09:38 +0200 |
User-agent: |
Mutt/1.5.20 (2009-08-09) |
Hello mefyl,
* mefyl wrote on Thu, Sep 10, 2009 at 06:48:26PM CEST:
> I'm facing a problem with libtool and gcc mingw 4.4 with dwarf exceptions.
> When linking 'normally', by hand, it works fine. However, libtool uses
> -nostdlib and links the program with standard libraries manually. The
> exception becomes then impossible to catch - the try block is ignored and the
> program aborts. Note that this happens only if the exception traverses a DLL
> boundary.
>
> | # Works fine
> | g++.exe -shared file.o -o file.dll
Can you show the output of the above, with -v added?
Thanks,
Ralf