[Mapserver-users] Mapserver build Error!!!
Norman Vine
nhv at cape.com
Fri Jan 30 11:07:50 PST 2004
teoman teoman writes:
,
> I am using MapServer 4.0.1 and GDAL 1.1.9...I have tried to install it again after installing GDAL again
> ..but still I am getting this error:
> ./libmap.a(mapogr.o)(.text+0xaa8):mapogr.cpp: undefined reference to `___gxx_personality_sj0'
This is the old trying to link in a module with C++ components with gcc issue
I thought that this had been fixed :-(
Anyway either change LD in your makefile to c++
i.e. LD= c++
or by adding -lsdtc++ to the link libraries, easiest by adding to XTRALIBS
i.e. XTRALIBS= -lm -lstdc++
HTH
Norman
More information about the MapServer-users
mailing list