where is make?

Joerg P superbla3000 at GMX.NET
Thu Dec 2 08:31:49 EST 2004


hello,

I am trying to compile mapserver on Suse9.1 the first time.
I run

./configure --with-proj --with-gdal --with-freetype --with-jpg
--with-eppl --with-php=/usr/include/php-cgi
--with-httpd=/usr/sbin/httpd2 --with-wmsclient

and the output seems to be ok.

But when I want to run make afterwards, the make command is not found,
there is no make.

Where is it?
Maybe you could have a look at my configure output at the bottom of this
mail.
(I want to use mapserver to display shape files, connect to a wms
server, use phpmapscript, use symbols and fonts.)

best regards
Joerg



checking for gcc... gcc
checking for C compiler default output file name... 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... no
checking for lex... no
checking for yywrap in -lfl... no
checking for yywrap in -ll... no
checking for bison... no
checking for byacc... no
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
checking for strlcat... no
configure: checking where FreeType 2.x is installed......
checking for freetype-config... /usr/bin/freetype-config
         using libfreetype from -lfreetype
checking for FT_Init_FreeType in -lfreetype... yes
         using libfreetype -lfreetype from system libs.
configure: checking where Zlib is installed......
checking for zlibVersion in -lz... yes
         using libz from system libs.
configure: checking where PNG is installed......
checking for png_init_io in -lpng... yes
         using libpng from system libs.
configure: checking whether we should include JPEG support......
checking for jpeg_read_header in -ljpeg... yes
         using libjpeg from system libs.
configure: checking where libXpm is installed......
checking for XpmFreeXpmImage in -lXpm... no
         XPM (libXpm) library cannot be found, possibly needed for GD
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 system libs (-L/usr/lib
-lgd -ljpeg -lfreetype -lpng -lz  ).
checking for gdImageCreate in -lgd... yes
checking for gdImageGif in -lgd... no
checking for gdImagePng in -lgd... yes
checking for gdImageJpeg in -lgd... yes
checking for gdImageWBMP in -lgd... yes
checking for gdImageStringFT in -lgd... yes
checking for gdImageGifPtr in -lgd... no
         using GD ( -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP
-DUSE_GD_FT) from system libs.
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......
checking for gdal-config... /usr/bin/gdal-config
         OGR enabled (-DUSE_OGR).
checking if GDAL support requested... yes
checking checking ms JPEG output... no we, have GDAL available.
configure: checking whether we should include TIFF support......
         disabled since gdal is in use
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 not requested.
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.0
         OGC WMS Client Connections enabled (-DUSE_WMS_LYR).
configure: checking HTTPD server (Apache) version...
         using user-supplied httpd (/usr/sbin/httpd2)
         /usr/sbin/httpd2 version is Apache/2.0.49 (2000049).
Compiling with -DIGNORE_MISSING_DATA.
configure: checking whether we should enable debug features......
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/include/php-cgi/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
config.status: creating mapscript/java/Makefile



More information about the mapserver-users mailing list