[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
[Mapserver-users] MDK9 (gcc3): undefined reference to`__gxx_personality_v0'
- Subject: [Mapserver-users] MDK9 (gcc3): undefined reference to`__gxx_personality_v0'
- From: rhornsby@io.osuedc.org (richard hornsby)
- Date: Mon, 6 Jan 2003 08:56:51 -0500 (EST)
- In-reply-to: <04c701c2b2a0$d8df9cc0$1436ba8c@sfdev3>
-[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