[Mapserver-users] ld32: ERROR 33

Vincent Schut schut at sarvision.com
Fri Nov 21 07:19:48 EST 2003


Andre,

something seems wrong with your gdal lib or the linking of it. Some  
things you could try:
First, try configuring without supplying the path to gdal-config (there  
should be only one gdal-config on your system normally, and usually the  
configure script should be able to find it). Then you could try  
upgrading your gdal (don't know what version you use?). It also seems  
strange to me that mapserver tries to link to gdal.a (the static  
library) instead of libgdal.so (the dynamic loadable library). You  
could check all files with gdal in the name that are in /usr/local/lib  
and /usr/lib. If there are gdal files in both, delete the ones in /usr/ 
lib (and in /usr/include delete the *gdal*.h files). You should only  
have them in /usr/local/[lib|include] usually. Then check if the date  
of the gdal files (.a and .so) in /usr/local/lib is the same for all.  
If not, delete the older files and eventually reinstall gdal to be sure  
to have only recent gdal library files on your system.
Btw, usually it's better to compile mapserver --without-tiff because  
then tiff import will happen through gdal, which offers much better  
(geo)tiff support than the normal libtiff.

I hope one of these steps helps.

cheers,
Vincent.

On 2003.11.21 06:42, Andre Seifert wrote:
> Hi folks,
> what means
> ld32: ERROR   33
> 
> Do you need more info?
> 
> 
> Mapserver 4.0.1
> IRIX 6.5
> gcc 3.3
> 
>   echo "# configure  
> ###########################################################"
>   ./configure \
>               --with-tiff=/usr/local\
>               --with-png=/usr/local\
>               --with-jpeg=/usr/local\
>               --with-gdal=/usr/local/bin/gdal-config\
>               --with-gd=/usr/local
>   echo "# make  
> ################################################################"
>   make
> 
> # configure  
> ###########################################################
> creating cache ./config.cache
> checking for gcc... gcc
> checking whether the C compiler (gcc  ) works... yes
> checking whether the C compiler (gcc  ) is a cross-compiler... no
> checking whether we are using GNU C... yes
> checking whether gcc accepts -g... yes
> checking for c++... c++
> checking whether the C++ compiler (c++  ) works... yes
> checking whether the C++ compiler (c++  ) is a cross-compiler... no
> checking whether we are using GNU C++... yes
> checking whether c++ accepts -g... yes
> checking for ranlib... :
> checking for flex... flex
> checking for yywrap in -lfl... no
> checking for bison... bison -y
> checking if compiler supports -R... no
> checking if compiler supports -Wl,-rpath,... yes
> checking for exp in -lm... yes
> checking for __gxx_personality_v0 in -lstdc++... yes
> checking how to run the C preprocessor... gcc -E
> checking for ANSI C header files... yes
> checking for strcasecmp... yes
> checking for strncasecmp... yes
> checking for strdup... yes
> checking whether we should include JPEG support...
>         using libjpeg from system -L/usr/local/lib -ljpeg
> checking where FreeType 2.x is installed...
> checking for FT_Init_FreeType in -lfreetype... no
>         freetype-config or libfreetype cannot be found, possibly
> needed for GD
> checking where Zlib is installed...
> checking for zlibVersion in -lz... yes
>         using libz from system libs.
> checking where PNG is installed...
>         using libpng from -L/usr/local/lib -lpng
> checking where libXpm is installed...
> checking for XpmFreeXpmImage in -lXpm... yes
>         using libXpm from system libs.
> checking where libiconv is installed...
> checking for libiconv_open in -liconv... no
>         libiconv library cannot be found, possibly needed for GD
> checking for GD 2.0.12 or higher...
> checking for gdImageSetAntiAliased in -lgd... yes
>         using libgd 2.0.12 (or higher) from -L/usr/local/lib -lgd
> -L/usr/local/lib -ljpeg  -L/usr/local/lib -lpng -lz -lXpm -lX11
> checking for gdImageGif in -lc... no
> checking for gdImagePng in -lc... yes
> checking for gdImageJpeg in -lc... yes
> checking for gdImageWBMP in -lc... yes
> checking for gdImageStringFT in -lc... yes
> checking for gdImageGifPtr in -lc... no
>         using GD ( -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP
> -DUSE_GD_FT) from /usr/local.
> checking whether we should include PDF support...
> checking for PDF_setlinewidth in -lpdf... no
> checking for PDF_setrgbcolor in -lpdf... no
> checking for PDF_moveto in -lpdf... no
> checking for PDF_curveto in -lpdf... no
> checking for PDF_show_xy in -lpdf... no
>         libpdf not found... PDF support not included.
> checking whether we should include TIFF support...
>         using libtiff from -L/usr/local/lib -ltiff.
> checking whether we should include EPPL7 support...
>         including EPPL7 support.
> checking whether we should include PROJ.4 support...
>         PROJ.4 support not requested.
> checking whether we should include thread safe support...
>         thread safe support disabled.
> checking whether we should include ESRI SDE support...
>         ESRI SDE support not requested.
> checking whether we should compile in MPATROL support...
>         MPATROL support not requested.
> checking whether we should include OGR support...
>         OGR support not requested.
> checking if GDAL support requested... yes, user supplied gdal-config
> (/usr/local/bin/gdal-config)
> checking if PostGIS support requested... no
> checking if MyGIS support requested... no
> checking if OracleSpatial support requested... no
> checking if MING/Flash support requested... no
> checking whether we should include WMS Server support...
>         OGC WMS Compatibility not enabled (PROJ.4 is required for
> WMS).
> checking whether we should include WFS Server support...
>         OGC WFS Server support not requested.
> checking whether we should include WMS Client Connections support...
>         OGC WMS Client Connections not enabled (PROJ.4 and libcurl
> required).
> checking whether we should include WFS Client Connections support...
>         OGC WFS Client Connections not enabled (PROJ.4, libcurl and
> OGR required).
> checking for curl-config
> checking HTTPD server (Apache) version
> checking for httpd... no
>         'httpd' not found, skipping Apache version detection. You may
> want to use --with-httpd=/path/to/httpd
> Compiling with -DIGNORE_MISSING_DATA.
> checking whether we should enable debug features...
> checking for PHP/MapScript module options...
>         PHP/MapScript module not configured.
> updating cache ./config.cache
> creating ./config.status
> creating Makefile
> # make  
> ################################################################
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     maptemplate.c -o maptemplate.o
> maptemplate.c: In function `generateLegendTemplate':
> maptemplate.c:1350: Warnung: long int format, different type arg (arg
> 3)
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapbits.c -o mapbits.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     maphash.c -o maphash.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapshape.c -o mapshape.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapxbase.c -o mapxbase.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapparser.c -o mapparser.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     maplexer.c -o maplexer.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     maptree.c -o maptree.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapsearch.c -o mapsearch.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapstring.c -o mapstring.o
> mapstring.c: In function `msEncodeUrl':
> mapstring.c:408: Warnung: subscript has type `char'
> mapstring.c:419: Warnung: subscript has type `char'
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapsymbol.c -o mapsymbol.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapfile.c -o mapfile.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     maplegend.c -o maplegend.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     maputil.c -o maputil.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapscale.c -o mapscale.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapquery.c -o mapquery.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     maplabel.c -o maplabel.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     maperror.c -o maperror.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapprimitive.c -o mapprimitive.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapproject.c -o mapproject.o
> mapproject.c: In function `msGetEPSGProj':
> mapproject.c:429: Warnung: return makes pointer from integer without  
> a
> cast
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapraster.c -o mapraster.o
> mapraster.c: In function `readGEOTiff':
> mapraster.c:304: Warnung: dereferencing type-punned pointer will  
> break
> strict-aliasing rules
> mapraster.c:308: Warnung: dereferencing type-punned pointer will  
> break
> strict-aliasing rules
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapsde.c -o mapsde.o
> 	c++ -c -O2  -Wall   -DIGNORE_MISSING_DATA  -DUSE_EPPL
> -DUSE_TIFF -DUSE_JPEG -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP
> -DUSE_GD_FT    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapogr.cpp -o mapogr.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mappostgis.c -o mappostgis.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapmygis.c -o mapmygis.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     maplayer.c -o maplayer.o
> maplayer.c: In function `msLayerWhichItemsNew':
> maplayer.c:629: Warnung: unused variable `i'
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapresample.c -o mapresample.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapwms.c -o mapwms.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapwmslayer.c -o mapwmslayer.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     maporaclespatial.c -o maporaclespatial.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapgml.c -o mapgml.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapprojhack.c -o mapprojhack.o
> mapprojhack.c:71: Warnung: `ConvertProjUnitStringToMS' defined but  
> not
> used
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapthread.c -o mapthread.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapdraw.c -o mapdraw.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapgd.c -o mapgd.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapoutput.c -o mapoutput.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapgdal.c -o mapgdal.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapswf.c -o mapswf.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapimagemap.c -o mapimagemap.o
> mapimagemap.c:59: Warnung: `searchImageCache' defined but not used
> mapimagemap.c:89: Warnung: `addImageCache' defined but not used
> mapimagemap.c:333: Warnung: `imageOffsetPolyline' defined but not  
> used
> mapimagemap.c:364: Warnung: `imagePolyline' defined but not used
> mapimagemap.c:1392: Warnung: `billboardIM' defined but not used
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapows.c -o mapows.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapwfs.c -o mapwfs.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapwfslayer.c -o mapwfslayer.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapcontext.c -o mapcontext.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     maphttp.c -o maphttp.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapdrawgdal.c -o mapdrawgdal.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mappdf.c -o mappdf.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapjoin.c -o mapjoin.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapgraticule.c -o mapgraticule.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     mapcopy.c -o mapcopy.o
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     epplib.c -o epplib.o
> 	ar rc libmap.a maptemplate.o mapbits.o maphash.o mapshape.o
> mapxbase.o mapparser.o maplexer.o maptree.o mapsearch.o mapstring.o
> mapsymbol.o mapfile.o maplegend.o maputil.o mapscale.o mapquery.o
> maplabel.o maperror.o mapprimitive.o mapproject.o mapraster.o mapsde. 
> o
> mapogr.o mappostgis.o mapmygis.o maplayer.o mapresample.o mapwms.o
> mapwmslayer.o maporaclespatial.o mapgml.o mapprojhack.o mapthread.o
> mapdraw.o mapgd.o mapoutput.o mapgdal.o mapswf.o mapimagemap.o
> mapows.o mapwfs.o mapwfslayer.o mapcontext.o maphttp.o mapdrawgdal.o
> mappdf.o mapjoin.o mapgraticule.o mapcopy.o epplib.o
> 	: libmap.a
> 	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    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     shp2img.c -o shp2img.o
> 	gcc -O2  -Wall   -DIGNORE_MISSING_DATA  -DUSE_EPPL
> -DUSE_TIFF -DUSE_JPEG -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP
> -DUSE_GD_FT    -DUSE_GDAL       -I/usr/local/include
> -I/usr/local/include -I/usr/local/include       -I/usr/local/include
>     shp2img.o  -L. -lmap -L/usr/local/lib -lgd -L/usr/local/lib - 
> ljpeg
>  -L/usr/local/lib -lpng -lz -lXpm -lX11   -L/usr/local/lib -ltiff
> -L/usr/local/lib -ljpeg  -L/usr/local/lib -lpng -lz -lXpm -lX11
> -L/usr/local/lib -ljpeg   /usr/local/lib/ogrsf_frmts.a
> /usr/local/lib/gdal.a /usr/local/lib/ogr.a /usr/local/lib/gdal.a
> /usr/local/lib/cpl.a -L/usr/local -L/usr/local/lib -ljpeg
> -L/usr/local/lib -ltiff -L/usr/local -L/usr/local/lib -lpng
> -L/usr/local -L/usr/local -lz -lm -ldl -lm          -lm -lstdc++   -o
> shp2img
> ld32: WARNING 84 : /usr/local/lib/libpng.a is not used for resolving
> any symbol.
> ld32: WARNING 84 : /usr/local/lib/libz.a is not used for resolving  
> any
> symbol.
> ld32: WARNING 84 : /usr/local/lib/libpng.a is not used for resolving
> any symbol.
> ld32: WARNING 84 : /usr/local/lib/libz.a is not used for resolving  
> any
> symbol.
> ld32: WARNING 84 : /usr/local/lib/ogrsf_frmts.a is not used for
> resolving any symbol.
> ld32: WARNING 84 : /usr/local/lib/gdal.a is not used for resolving  
> any
> symbol.
> ld32: WARNING 84 : /usr/local/lib/cpl.a is not used for resolving any
> symbol.
> ld32: WARNING 84 : /usr/lib32/libdl.so is not used for resolving any
> symbol.
> ld32: ERROR   33 : Unresolved text symbol
> "OGRSpatialReference::OGRSpatialReference[in-charge](char const*)" --
> 1st referenced by ./libmap.a(mapogr.o).
> 	Use linker option -v to see when and which objects, archives
> and dsos are loaded.
> ld32: ERROR   33 : Unresolved text symbol
> "OGRSpatialReference::importFromWkt(char**)" -- 1st referenced by
> ./libmap.a(mapogr.o).
> 	Use linker option -v to see when and which objects, archives
> and dsos are loaded.
> ld32: ERROR   33 : Unresolved text symbol
> "OGRSpatialReference::~OGRSpatialReference [in-charge]()" -- 1st
> referenced by ./libmap.a(mapogr.o).
> 	Use linker option -v to see when and which objects, archives
> and dsos are loaded.
> ld32: ERROR   33 : Unresolved text symbol "operator delete(void *)"  
> --
> 1st referenced by /usr/local/lib/gdal.a(ogr_srs_proj4.o).
> 	Use linker option -v to see when and which objects, archives
> and dsos are loaded.
> ld32: ERROR   33 : Unresolved text symbol "operator new(unsigned  
> int)"
> -- 1st referenced by /usr/local/lib/gdal.a(gdalrasterband.o).
> 	Use linker option -v to see when and which objects, archives
> and dsos are loaded.
> ld32: ERROR   33 : Unresolved text symbol "__vec_new_eh2" -- 1st
> referenced by /usr/local/lib/gdal.a(ddfmodule.o).
> 	Use linker option -v to see when and which objects, archives
> and dsos are loaded.
> ld32: ERROR   33 : Unresolved text symbol "__vec_delete2" -- 1st
> referenced by /usr/local/lib/gdal.a(ddfmodule.o).
> 	Use linker option -v to see when and which objects, archives
> and dsos are loaded.
> ld32: ERROR   33 : Unresolved text symbol "__nwa(unsigned int)" --  
> 1st
> referenced by /usr/local/lib/gdal.a(ddfrecord.o).
> 	Use linker option -v to see when and which objects, archives
> and dsos are loaded.
> ld32: ERROR   33 : Unresolved text symbol "__dla(void *)" -- 1st
> referenced by /usr/local/lib/gdal.a(ddfrecord.o).
> 	Use linker option -v to see when and which objects, archives
> and dsos are loaded.  ld32: ERROR   33 : Unresolved text symbol
> "__pure_virtual_called" -- 1st referenced by
> /usr/local/lib/gdal.a(ogr_srs_proj4.o).
> 	Use linker option -v to see when and which objects, archives
> and dsos are loaded.
> ld32: ERROR   33 : Unresolved data symbol "type_info::__vtbl(void)"  
> --
> 1st referenced by /usr/local/lib/gdal.a(ogr_srs_proj4.o).
> 	Use linker option -v to see when and which objects, archives
> and dsos are loaded.
> ld32: INFO    152: Output file removed because of error.
> collect2: ld returned 2 exit status
> *** Fehlercode 1 (bu21)
> 
> best regards, Andre
> 
> 
> 
> Mail scanned by virusscanner, Patternfile from 19 Nov 2003
> 
> 
> _______________________________________________
> Mapserver-users mailing list
> Mapserver-users at lists.gis.umn.edu
> http://lists.gis.umn.edu/mailman/listinfo/mapserver-users
> 
> 



More information about the mapserver-users mailing list