[mapserver-users] make: *** [shp2img] Fehler 1
Puneet Kishor
pkishor at GeoAnalytics.com
Fri Oct 11 06:46:25 PDT 2002
this is an issue with gcc 3.1 compiler. seems like you got that on rh8.
to the developers --
not knowing anything about this, one of the best qualities of mapserver
thus far was that it had no platform-specific code... pure ansi c thus
far (again, I might be wrong in this, so feel free to disabuse me of
that notion). it seems with 3.6.3 onward, mapserver has become compiler
dependent. this throws a bunch of us off. first it was just us macos x
guys. Now it seems rh8 also has the same problem
is there a way to avoid this? to not introduce things in the base
install that get tripped by compilers?
many thanks.
On Friday, October 11, 2002, at 04:03 AM, Babak Toloue Tehrani wrote:
> Hello,
>
> I am trying to compile Mapserver 3.6.3 on a Redhat 8 Linux.
>
> The Makefile builds without complaint.
> When I run 'make' I get the following errors.
>
> ....
>
> gcc -c -O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_TIFF
> -DUSE_JPEG -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
> -I/usr/include shp2img.c -o shp2img.o
> cc1: warning: changing search order for system directory "/usr/include"
> cc1: warning: as it has already been specified as a non-system
> directory
> gcc -O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_TIFF
> -DUSE_JPEG -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
> -I/usr/include shp2img.o -L. -lmap -lgd -L/usr/lib -lgd
> -ljpeg -lfreetype -lpng -lz -ltiff -ljpeg -lfreetype -lpng -lz
> -ljpeg -lm -o shp2img
> ./libmap.a(mapogr.o)(.eh_frame+0x11): undefined reference to
> `__gxx_personality_v0'
> collect2: ld returned 1 exit status
> make: *** [shp2img] Fehler 1
>
> Thanks for help,
>
> Babak
More information about the MapServer-users
mailing list