Gdal on slackware
Tomas Zajc <[email protected]>
| Newsgroups | gmane.comp.gis.freegis |
|---|---|
| Organization | CONAE |
| Message-ID | <[email protected]> |
I'm trying to compile gdal-1.3.2 from the source code found at http://www.gdal.org/download.html. After running the configure script I get Installation directory: /usr/local C compiler: gcc -O2 C++ compiler: g++ -O2 LIBTOOL support: yes LIBZ support: external GRASS support: no CFITSIO support: no PCRaster support: internal NETCDF support: no LIBPNG support: external LIBTIFF support: external LIBGEOTIFF support: internal LIBJPEG support: external LIBGIF support: external OGDI support: no HDF4 support: no HDF5 support: yes KAKADU support: no JASPER support: no ECW support: no MrSID support: no POSTGRESQL support: no MySQL support: no XERCES support: no ODBC support: no OCI support: no SDE support: no DODS support: no SQLite support: no DWGdirect support no PANORAMA GIS support: no GEOS support: no Statically link PROJ.4: no Traditional Python: yes NG SWIG Bindings: enable OGR building: yes And when I run make i get the following error: /bin/sh /home/tomas/gdal-1.3.2/libtool --mode=compile g++ -Wall -O2 -DOGR_ENABLED -I/home/tomas/gdal-1.3.2/port -c -o cpl_vsil_unix_stdio_64.o cpl_vsil_unix_stdio_64.cpp g++ -Wall -O2 -DOGR_ENABLED -I/home/tomas/gdal-1.3.2/port -c cpl_vsil_unix_stdio_64.cpp -fPIC -DPIC -o .libs/cpl_vsil_unix_stdio_64.o g++ -Wall -O2 -DOGR_ENABLED -I/home/tomas/gdal-1.3.2/port -c cpl_vsil_unix_stdio_64.cpp -o cpl_vsil_unix_stdio_64.o >/dev/null 2>&1 make[1]: Leaving directory `/home/tomas/gdal-1.3.2/port' (cd gcore; make) make[1]: Entering directory `/home/tomas/gdal-1.3.2/gcore' make[1]: *** No targets specified and no makefile found. Stop. make[1]: Leaving directory `/home/tomas/gdal-1.3.2/gcore' make: *** [core-target] Error 2 Any sugestion? Thamks, Tomas