[Date Prev][Date Next] [Chronological] [Thread] [Top]

[Mapserver-users] MDK9 (gcc3): undefined reference to`__gxx_personality_v0'



-[snip]-
NV :2) adding -lstdc++ to the list of libraries thesse executables are
NV :    linked against
-[snip]-

this worked out very well, thanks!

fyi, this is the line I put it on, forgive my poor man's hack if it should
go elsewhere:

  STATIC_LIBS= $(GD_STATIC) $(OGR_STATIC) -lstdc++

this is at or around line 161 of the Makefile.

-rj