[gtkada] GtkaAda + GCC-4.0.0 build problem (hidden symbol `_Unwind_Resume')
Rod Kay
rodkay at mullum.com.au
Mon May 2 17:34:29 CEST 2005
On Thu, 28 Apr 2005 12:21 pm, Rod Kay wrote:
>
> GtkAda now builds and tests ok, although the 'solution' is a little
> dodgy ...
>
> I had to link to GCC3.3.2 libgcc_eh.a, as the GCC4.0.0 libgcc_eh.a
> (also latest GCC cvs) seems to consider `_Unwind_Resume' a hidden symbol,
> and the link fails.
Well, it seems I was not linking to the C++ library.
Adding --LINK=c++ -lstdc++ to the linker options fixed the problem.
More information about the gtkada
mailing list