Hello again,<br>
<br>
I resolved my g++ installation. Now the following is happening and I don't know why. Any clues?<br>
<br>
I should add that I am compiling mapserver 4.6.1 with gd 2.0.33
(freetype 2.1.10, jpeg-6b, libpng-1.2.8-config, zlib 1.2.3) and gcc is
version 3.3.4-11 from SUSE.<br>
<br>
gcc -O2 -fPIC -Wall   -DIGNORE_MISSING_DATA 
-DNEED_STRLCAT  -DUSE_EPPL      
-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_GDIMAGEGIFPTR
-DGD_HAS_GETBITMAPFONTS      
-DUSE_ICONV        -DUSE_ZLIB
-I/usr/local/include                 
shp2img.o  -L. -lmap -lgd -L/usr/local/lib -lgd  -lfreetype
-lpng -lz    -lfreetype -lpng
-lz              
-lc  -lz -lm  -o shp2img<br>
./libmap.a(mapogr.o)(.gnu.linkonce.d.DW.ref.__gxx_personality_v0+0x0): undefined reference to `__gxx_personality_v0'<br>
collect2: ld returned 1 exit status<br>
make: *** [shp2img] Error 1<br>
<br>
Regards,<br>
Philip<br>