[Mapserver-users] Built but can't run : libproj not
Eduardo Patto Kanegae
eduardo at consultoria.eti.br
Thu Jul 22 14:37:45 PDT 2004
This is a multi-part message in MIME format.
--------------030301080700020302040704
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
I'm configuring MapServer 4.2.1 under Linux Fedora Core 2 using:
./configure --enable-ignore-missing-data --enable-debug
--with-freetype=/usr/lib --with-zlib=/usr/lib --with-png=/usr/lib
--without-jpeg --with-xpm=/usr/X11R6/lib --with-gd=/usr --with-eppl
--with-proj --with-ogr=/usr/local/bin/gdal-config
--with-gdal=/usr/local/bin/gdal-config --without-tiff --without-postgis
--without-mygis --with-wfs --with-wfsclient --with-wms --with-wmsclient
--with-curl=/usr/bin --with-php=/usr/local/mapserver4linux/php-4.3.7
2>&1 | tee configure.log
then building using
make 2>&1 | tee make.log
Logfiles are attached
But after all, when trying to test all using:
./mapserver -v
I got the error:
./mapserv: error while loading shared libraries: libproj.so.0: cannot
open shared object file: No such file or directory
I also tried --with-proj=/usr/local or --with-proj=/usr/local/lib , but
they all gave the same error.
My PROJ 4.4.8 was built using defaul:
./configure
make
make install
and here's the result of a ` ls -lh /usr/local/lib/libproj* `
-rw-r--r-- 1 root root 2.5M Jul 21 09:28 /usr/local/lib/libproj.a
-rwxr-xr-x 1 root root 709 Jul 21 09:28 /usr/local/lib/libproj.la
lrwxrwxrwx 1 root root 16 Jul 21 09:28 /usr/local/lib/libproj.so ->
libproj.so.0.4.2
lrwxrwxrwx 1 root root 31 Jul 22 18:29 /usr/local/lib/libproj.so.0 ->
/usr/local/lib/libproj.so.0.4.2
-rwxr-xr-x 1 root root 1.4M Jul 21 09:28 /usr/local/lib/libproj.so.0.4.2
What could be wrong?
ps.: I can supress PROJ4 support cause I need WMS/WFS features
--
Eduardo Patto Kanegae
http://www.consultoria.eti.br
UIN: 303747254
Treinamento em UMN MapServer - http://www.consultoria.eti.br/ptbr/?menuoption=mapserver
I Encontro Nacional de Usuários MapServer - http://mapserver.cttmar.univali.br/encontro2004
Fórum MapServer Brasil - http://mapserver.cttmar.univali.br/forum
***Fim da Mensagem / End of Message ***
--------------030301080700020302040704
Content-Type: text/plain;
name="configure.log"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="configure.log"
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for ranlib... ranlib
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
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 egrep... grep -E
checking for ANSI C header files... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strdup... yes
configure: checking where FreeType 2.x is installed......
using libfreetype from -L/usr/lib -lfreetype
configure: checking where Zlib is installed......
using libz from -L/usr/lib -lz
configure: checking where PNG is installed......
using libpng from -L/usr/lib -lpng
configure: checking whether we should include JPEG support......
disabled by --without-jpeg
checking for jpeg_read_header in -ljpeg... yes
using libjpeg from system libs.
configure: checking where libXpm is installed......
using libXpm from -L/usr/X11R6/lib -lXpm -lX11
configure: checking where libiconv is installed......
checking for libiconv_open in -liconv... no
libiconv library cannot be found, possibly needed for GD
configure: checking for GD 2.0.12 or higher......
checking for gdImageSetAntiAliased in -lgd... yes
using libgd 2.0.12 (or higher) from -L/usr/lib -lgd -ljpeg -L/usr/lib -lfreetype -L/usr/lib -lpng -L/usr/lib -lz -L/usr/X11R6/lib -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.
configure: 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.
configure: checking whether we should include EPPL7 support......
including EPPL7 support.
configure: checking whether we should include PROJ.4 support......
checking for pj_init in -lproj... yes
checking for pj_transform in -lproj... yes
checking for pj_latlong_from_proj in -lproj... yes
using PROJ.4 from system libs.
configure: checking whether we should include thread safe support......
thread safe support disabled.
configure: checking whether we should include ESRI SDE support......
ESRI SDE support not requested.
configure: checking whether we should compile in MPATROL support......
MPATROL support not requested.
configure: checking whether we should include OGR support......
OGR enabled (-DUSE_OGR).
checking if GDAL support requested... yes, user supplied gdal-config (/usr/local/bin/gdal-config)
configure: checking whether we should include TIFF support......
disabled by --without-tiff
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
configure: checking whether we should include WMS Server support......
OGC WMS compatibility enabled (-DUSE_WMS_SVR).
configure: checking whether we should include WFS Server support......
OGC WFS Server support enabled (-DUSE_WFS_SVR).
configure: checking whether we should include WMS Client Connections support......
configure: checking whether we should include WFS Client Connections support......
configure: checking for curl-config...
checking for curl-config... /usr/bin/curl-config
found libcurl version 7.11.1
OGC WMS Client Connections enabled (-DUSE_WMS_LYR).
OGC WFS Client Connections enabled (-DUSE_WFS_LYR).
configure: checking HTTPD server (Apache) version...
checking for httpd... /usr/sbin/httpd
/usr/sbin/httpd version is Apache/2.0.49 (2000049).
Compiling with -DIGNORE_MISSING_DATA.
configure: checking whether we should enable debug features......
You requested msDebug() output on a system apparently running Apache/2.0.49. Setting stderr to non-blocking due to Apache 2.x bug (see MapServer bug 458 or Apache bug 22030).
Enabling debug features: -g in CFLAGS and msDebug() to stderr (-DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR).
configure: checking for PHP/MapScript module options......
checking for g++ -shared ... yes
using 'g++ -shared' for dynamic linking
checking for location of config.h or php_config.h... /usr/local/mapserver4linux/php-4.3.7/main/php_config.h
checking whether we have PHP3 or PHP4... -DPHP4
checking whether we should use PHP's regex... no
PHP/MapScript module configured.
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mapscript/php3/Makefile
--------------030301080700020302040704
Content-Type: text/plain;
name="make.log"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="make.log"
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include maptemplate.c -o maptemplate.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapbits.c -o mapbits.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include maphash.c -o maphash.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapshape.c -o mapshape.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapxbase.c -o mapxbase.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapparser.c -o mapparser.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include maplexer.c -o maplexer.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include maptree.c -o maptree.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapsearch.c -o mapsearch.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapstring.c -o mapstring.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapsymbol.c -o mapsymbol.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapfile.c -o mapfile.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include maplegend.c -o maplegend.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include maputil.c -o maputil.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapscale.c -o mapscale.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapquery.c -o mapquery.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include maplabel.c -o maplabel.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include maperror.c -o maperror.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapprimitive.c -o mapprimitive.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapproject.c -o mapproject.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapraster.c -o mapraster.o
mapraster.c:1073: warning: `drawERD' defined but not used
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapsde.c -o mapsde.o
g++ -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapogr.cpp -o mapogr.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mappostgis.c -o mappostgis.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapmygis.c -o mapmygis.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include maplayer.c -o maplayer.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapresample.c -o mapresample.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapwms.c -o mapwms.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapwmslayer.c -o mapwmslayer.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include maporaclespatial.c -o maporaclespatial.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapgml.c -o mapgml.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapprojhack.c -o mapprojhack.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapthread.c -o mapthread.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapdraw.c -o mapdraw.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapgd.c -o mapgd.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapoutput.c -o mapoutput.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapgdal.c -o mapgdal.o
mapgdal.c: In function `msSaveImageGDAL':
mapgdal.c:463: warning: unused variable `szPath'
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapswf.c -o mapswf.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapimagemap.c -o mapimagemap.o
mapimagemap.c:58: warning: `searchImageCache' defined but not used
mapimagemap.c:94: warning: `addImageCache' defined but not used
mapimagemap.c:347: warning: `imageOffsetPolyline' defined but not used
mapimagemap.c:378: warning: `imagePolyline' defined but not used
mapimagemap.c:1414: warning: `billboardIM' defined but not used
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapows.c -o mapows.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapwfs.c -o mapwfs.o
mapwfs.c:282: warning: `msWFSGetGeomType' defined but not used
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapwfslayer.c -o mapwfslayer.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapcontext.c -o mapcontext.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include maphttp.c -o maphttp.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapdrawgdal.c -o mapdrawgdal.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mappdf.c -o mappdf.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapjoin.c -o mapjoin.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapgraticule.c -o mapgraticule.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapcopy.c -o mapcopy.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapogcfilter.c -o mapogcfilter.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapogcsld.c -o mapogcsld.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include maptime.c -o maptime.o
maptime.c: In function `msStrptime':
maptime.c:92: warning: implicit declaration of function `strptime'
maptime.c:92: warning: return makes pointer from integer without a cast
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapwcs.c -o mapwcs.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include cgiutil.c -o cgiutil.o
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/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 mapogcfilter.o mapogcsld.o maptime.o mapwcs.o cgiutil.o epplib.o
ranlib libmap.a
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include shp2img.c -o shp2img.o
gcc -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include shp2img.o -L. -lmap -L/usr/lib -lgd -ljpeg -L/usr/lib -lfreetype -L/usr/lib -lpng -L/usr/lib -lz -L/usr/X11R6/lib -lXpm -lX11 -ljpeg -L/usr/lib -lfreetype -L/usr/lib -lpng -L/usr/lib -lz -L/usr/X11R6/lib -lXpm -lX11 -lproj -ljpeg -L/usr/local/lib -lgdal -L/usr/lib -lcurl -L/usr/kerberos/lib -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -L/usr/kerberos/lib -lssl -lcrypto -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz -lm -lstdc++ -o shp2img
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include shp2pdf.c -o shp2pdf.o
gcc -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include shp2pdf.o -L. -lmap -L/usr/lib -lgd -ljpeg -L/usr/lib -lfreetype -L/usr/lib -lpng -L/usr/lib -lz -L/usr/X11R6/lib -lXpm -lX11 -ljpeg -L/usr/lib -lfreetype -L/usr/lib -lpng -L/usr/lib -lz -L/usr/X11R6/lib -lXpm -lX11 -lproj -ljpeg -L/usr/local/lib -lgdal -L/usr/lib -lcurl -L/usr/kerberos/lib -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -L/usr/kerberos/lib -lssl -lcrypto -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz -lm -lstdc++ -o shp2pdf
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include legend.c -o legend.o
gcc -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include legend.o -L. -lmap -L/usr/lib -lgd -ljpeg -L/usr/lib -lfreetype -L/usr/lib -lpng -L/usr/lib -lz -L/usr/X11R6/lib -lXpm -lX11 -ljpeg -L/usr/lib -lfreetype -L/usr/lib -lpng -L/usr/lib -lz -L/usr/X11R6/lib -lXpm -lX11 -lproj -ljpeg -L/usr/local/lib -lgdal -L/usr/lib -lcurl -L/usr/kerberos/lib -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -L/usr/kerberos/lib -lssl -lcrypto -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz -lm -lstdc++ -o legend
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapserv.c -o mapserv.o
gcc -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include mapserv.o cgiutil.o -L. -lmap -L/usr/lib -lgd -ljpeg -L/usr/lib -lfreetype -L/usr/lib -lpng -L/usr/lib -lz -L/usr/X11R6/lib -lXpm -lX11 -ljpeg -L/usr/lib -lfreetype -L/usr/lib -lpng -L/usr/lib -lz -L/usr/X11R6/lib -lXpm -lX11 -lproj -ljpeg -L/usr/local/lib -lgdal -L/usr/lib -lcurl -L/usr/kerberos/lib -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -L/usr/kerberos/lib -lssl -lcrypto -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz -lm -lstdc++ -o mapserv
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include shptree.c -o shptree.o
gcc -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include shptree.o -L. -lmap -L/usr/lib -lgd -ljpeg -L/usr/lib -lfreetype -L/usr/lib -lpng -L/usr/lib -lz -L/usr/X11R6/lib -lXpm -lX11 -ljpeg -L/usr/lib -lfreetype -L/usr/lib -lpng -L/usr/lib -lz -L/usr/X11R6/lib -lXpm -lX11 -lproj -ljpeg -L/usr/local/lib -lgdal -L/usr/lib -lcurl -L/usr/kerberos/lib -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -L/usr/kerberos/lib -lssl -lcrypto -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz -lm -lstdc++ -o shptree
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include shptreevis.c -o shptreevis.o
gcc -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include shptreevis.o -L. -lmap -L/usr/lib -lgd -ljpeg -L/usr/lib -lfreetype -L/usr/lib -lpng -L/usr/lib -lz -L/usr/X11R6/lib -lXpm -lX11 -ljpeg -L/usr/lib -lfreetype -L/usr/lib -lpng -L/usr/lib -lz -L/usr/X11R6/lib -lXpm -lX11 -lproj -ljpeg -L/usr/local/lib -lgdal -L/usr/lib -lcurl -L/usr/kerberos/lib -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -L/usr/kerberos/lib -lssl -lcrypto -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz -lm -lstdc++ -o shptreevis
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include shptreetst.c -o shptreetst.o
gcc -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include shptreetst.o -L. -lmap -L/usr/lib -lgd -ljpeg -L/usr/lib -lfreetype -L/usr/lib -lpng -L/usr/lib -lz -L/usr/X11R6/lib -lXpm -lX11 -ljpeg -L/usr/lib -lfreetype -L/usr/lib -lpng -L/usr/lib -lz -L/usr/X11R6/lib -lXpm -lX11 -lproj -ljpeg -L/usr/local/lib -lgdal -L/usr/lib -lcurl -L/usr/kerberos/lib -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -L/usr/kerberos/lib -lssl -lcrypto -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz -lm -lstdc++ -o shptreetst
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include scalebar.c -o scalebar.o
gcc -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include scalebar.o -L. -lmap -L/usr/lib -lgd -ljpeg -L/usr/lib -lfreetype -L/usr/lib -lpng -L/usr/lib -lz -L/usr/X11R6/lib -lXpm -lX11 -ljpeg -L/usr/lib -lfreetype -L/usr/lib -lpng -L/usr/lib -lz -L/usr/X11R6/lib -lXpm -lX11 -lproj -ljpeg -L/usr/local/lib -lgdal -L/usr/lib -lcurl -L/usr/kerberos/lib -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -L/usr/kerberos/lib -lssl -lcrypto -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz -lm -lstdc++ -o scalebar
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include sortshp.c -o sortshp.o
gcc -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include sortshp.o -L. -lmap -L/usr/lib -lgd -ljpeg -L/usr/lib -lfreetype -L/usr/lib -lpng -L/usr/lib -lz -L/usr/X11R6/lib -lXpm -lX11 -ljpeg -L/usr/lib -lfreetype -L/usr/lib -lpng -L/usr/lib -lz -L/usr/X11R6/lib -lXpm -lX11 -lproj -ljpeg -L/usr/local/lib -lgdal -L/usr/lib -lcurl -L/usr/kerberos/lib -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -L/usr/kerberos/lib -lssl -lcrypto -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz -lm -lstdc++ -o sortshp
touch mapscriptvars
pwd > mapscriptvars
echo -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL >> mapscriptvars
echo -I. -I/usr/include -I/usr/local/include >> mapscriptvars
echo -L. -lmap -L/usr/lib -lgd -ljpeg -L/usr/lib -lfreetype -L/usr/lib -lpng -L/usr/lib -lz -L/usr/X11R6/lib -lXpm -lX11 -ljpeg -L/usr/lib -lfreetype -L/usr/lib -lpng -L/usr/lib -lz -L/usr/X11R6/lib -lXpm -lX11 -lproj -ljpeg -L/usr/local/lib -lgdal -L/usr/lib -lcurl -L/usr/kerberos/lib -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -L/usr/kerberos/lib -lssl -lcrypto -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz -lm -lstdc++ >> mapscriptvars
echo >> mapscriptvars
gcc -c -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include tile4ms.c -o tile4ms.o
gcc -g -O2 -Wall -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DUSE_OGR -DUSE_GDAL -I/usr/include -I/usr/local/include tile4ms.o -L. -lmap -L/usr/lib -lgd -ljpeg -L/usr/lib -lfreetype -L/usr/lib -lpng -L/usr/lib -lz -L/usr/X11R6/lib -lXpm -lX11 -ljpeg -L/usr/lib -lfreetype -L/usr/lib -lpng -L/usr/lib -lz -L/usr/X11R6/lib -lXpm -lX11 -lproj -ljpeg -L/usr/local/lib -lgdal -L/usr/lib -lcurl -L/usr/kerberos/lib -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -L/usr/kerberos/lib -lssl -lcrypto -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz -lm -lstdc++ -o tile4ms
cd mapscript/php3; make; cd ../..
make[1]: Entering directory `/usr/local/mapserver4linux/mapserver-4.2.1/mapscript/php3'
gcc -fPIC -g -O2 -Wall -DCOMPILE_DL=1 -DPHP4 -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DUSE_WMS_LYR -DUSE_WFS_LYR -DUSE_WFS_SVR -DUSE_WMS_SVR -DUSE_GDAL -DUSE_OGR -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -I/usr/local/mapserver4linux/mapserver-4.2.1 -I/usr/local/include -I/usr/include -I/usr/local/mapserver4linux/php-4.3.7 -I/usr/local/mapserver4linux/php-4.3.7/dl -I/usr/local/mapserver4linux/php-4.3.7/main -I/usr/local/mapserver4linux/php-4.3.7/Zend -I/usr/local/mapserver4linux/php-4.3.7/include -I/usr/local/mapserver4linux/php-4.3.7/TSRM -c -o php_mapscript_util.o php_mapscript_util.c
php_mapscript_util.c: In function `_phpms_fetch_handle2':
php_mapscript_util.c:150: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript_util.c: In function `_phpms_fetch_property_handle2':
php_mapscript_util.c:202: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript_util.c: In function `_phpms_fetch_property_string':
php_mapscript_util.c:249: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript_util.c: In function `_phpms_fetch_property_long':
php_mapscript_util.c:275: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript_util.c: In function `_phpms_fetch_property_double':
php_mapscript_util.c:308: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript_util.c: In function `_phpms_fetch_property_resource':
php_mapscript_util.c:334: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript_util.c: In function `_phpms_set_property_string':
php_mapscript_util.c:370: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript_util.c: In function `_phpms_set_property_null':
php_mapscript_util.c:398: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript_util.c: In function `_phpms_set_property_long':
php_mapscript_util.c:427: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript_util.c: In function `_phpms_set_property_double':
php_mapscript_util.c:456: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript_util.c: In function `_php_extract_associative_array':
php_mapscript_util.c:542: warning: dereferencing type-punned pointer will break strict-aliasing rules
gcc -fPIC -g -O2 -Wall -DCOMPILE_DL=1 -DPHP4 -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DUSE_WMS_LYR -DUSE_WFS_LYR -DUSE_WFS_SVR -DUSE_WMS_SVR -DUSE_GDAL -DUSE_OGR -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -I/usr/local/mapserver4linux/mapserver-4.2.1 -I/usr/local/include -I/usr/include -I/usr/local/mapserver4linux/php-4.3.7 -I/usr/local/mapserver4linux/php-4.3.7/dl -I/usr/local/mapserver4linux/php-4.3.7/main -I/usr/local/mapserver4linux/php-4.3.7/Zend -I/usr/local/mapserver4linux/php-4.3.7/include -I/usr/local/mapserver4linux/php-4.3.7/TSRM -c -o php_mapscript.o php_mapscript.c
php_mapscript.c: In function `php3_ms_map_setExtent':
php_mapscript.c:1806: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript.c: In function `_php3_ms_map_setProjection':
php_mapscript.c:1910: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript.c: In function `php3_ms_map_zoomPoint':
php_mapscript.c:2429: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript.c: In function `php3_ms_map_zoomRectangle':
php_mapscript.c:2726: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript.c: In function `php3_ms_map_zoomScale':
php_mapscript.c:3068: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript.c: In function `php3_ms_map_draw':
php_mapscript.c:3325: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript.c: In function `php3_ms_map_drawQuery':
php_mapscript.c:3414: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript.c: In function `php3_ms_map_setLayersDrawingOrder':
php_mapscript.c:4897: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript.c: In function `php3_ms_map_loadMapContext':
php_mapscript.c:5568: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript.c: In function `php3_ms_map_selectOutputFormat':
php_mapscript.c:5646: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript.c: In function `php3_ms_img_free':
php_mapscript.c:6210: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript.c: In function `php3_ms_point_free':
php_mapscript.c:9312: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript.c: In function `php3_ms_line_free':
php_mapscript.c:9659: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript.c: In function `php3_ms_shape_project':
php_mapscript.c:9910: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript.c: In function `php3_ms_shape_free':
php_mapscript.c:10373: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript.c: In function `php3_ms_rect_free':
php_mapscript.c:10895: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript.c: In function `php3_ms_shapefile_getshape':
php_mapscript.c:11263: warning: int format, long int arg (arg 3)
php_mapscript.c: In function `php3_ms_shapefile_getpoint':
php_mapscript.c:11322: warning: int format, long int arg (arg 3)
php_mapscript.c: In function `php3_ms_shapefile_gettransformed':
php_mapscript.c:11387: warning: int format, long int arg (arg 3)
php_mapscript.c: In function `php3_ms_shapefile_free':
php_mapscript.c:11493: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript.c: In function `php3_ms_projection_free':
php_mapscript.c:11642: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript.c: In function `php3_ms_symbol_setPoints':
php_mapscript.c:12821: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript.c:12830: warning: dereferencing type-punned pointer will break strict-aliasing rules
php_mapscript.c: In function `php3_ms_symbol_setStyle':
php_mapscript.c:12974: warning: dereferencing type-punned pointer will break strict-aliasing rules
gcc -fPIC -g -O2 -Wall -DCOMPILE_DL=1 -DPHP4 -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR -DUSE_WMS_LYR -DUSE_WFS_LYR -DUSE_WFS_SVR -DUSE_WMS_SVR -DUSE_GDAL -DUSE_OGR -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_EPPL -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -I/usr/local/mapserver4linux/mapserver-4.2.1 -I/usr/local/include -I/usr/include -I/usr/local/mapserver4linux/php-4.3.7 -I/usr/local/mapserver4linux/php-4.3.7/dl -I/usr/local/mapserver4linux/php-4.3.7/main -I/usr/local/mapserver4linux/php-4.3.7/Zend -I/usr/local/mapserver4linux/php-4.3.7/include -I/usr/local/mapserver4linux/php-4.3.7/TSRM -c -o mapscript_i.o mapscript_i.c
g++ -shared -o php_mapscript.so php_mapscript_util.o php_mapscript.o mapscript_i.o -L/usr/local/mapserver4linux/mapserver-4.2.1 -lmap -L/usr/lib -lcurl -L/usr/kerberos/lib -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -L/usr/kerberos/lib -lssl -lcrypto -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz -ljpeg -L/usr/lib -lfreetype -L/usr/lib -lpng -L/usr/lib -lz -L/usr/X11R6/lib -lXpm -lX11 -L/usr/local/lib -lgdal -lproj -L/usr/lib -lgd -ljpeg -L/usr/lib -lfreetype -L/usr/lib -lpng -L/usr/lib -lz -L/usr/X11R6/lib -lXpm -lX11 -lm -lstdc++
make[1]: Leaving directory `/usr/local/mapserver4linux/mapserver-4.2.1/mapscript/php3'
--------------030301080700020302040704--
More information about the MapServer-users
mailing list