[Mapserver-users] Mapserver build Error!!!
Norman Vine
nhv@cape.com
Fri, 30 Jan 2004 14:07:50 -0500
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
_______________________________________________
Mapserver-users mailing list
Mapserver-users@lists.gis.umn.edu
http://lists.gis.umn.edu/mailman/listinfo/mapserver-users