Compiling from CVS

Tyler Mitchell tmitchell at l...
Mon Feb 11 19:28:37 EST 2002


I wasn't sure I already asked this or not, but I'm trying to compile GDAL
from CVS and appear to get stuck in a loop while running make.
My configure and make output at include below.

Can you help me get it so I can compile it? I want to get that new DGN
support running. Do you do nightly builds for windows? I'm specifically
interested in DGN and ECW support.

Tyler

---------------

[root at gisserver gdal]# ./configure
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... ranlib
checking for dlopen in -ldl... yes
checking for malloc_chain_check in -ldbmalloc... no
checking for main in -lm... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for unistd.h... yes
checking for dbmalloc.h... no
checking for dlfcn.h... yes
checking whether byte ordering is bigendian... no
checking for vprintf... yes
checking for vsnprintf... yes
checking for 64bit integer type... long long
checking for 64bit file io... no
checking for deflateInit_ in -lz... yes
checking for G_gisinit_2 in -lgrass5... no
checking for ffopen in -lcfitsio... no
libcfitsio not found - FITS support disabled
checking for png_set_IHDR in -lpng... yes
checking for png.h... yes
using pre-installed libpng.
checking for TIFFWriteCheck in -ltiff... yes
checking for tiffiop.h... no
using internal TIFF code.
using internal GeoTIFF code.
checking for jpeg_read_scanlines in -ljpeg... no
checking for jpeglib.h... no
using internal jpeg code.
checking for DGifOpenFileName in -lgif... no
using internal gif code.
checking for cln_GetLayerCapabilities in -logdi31... no
checking for OGR ... enabled
checking for pg_config... /usr/bin/pg_config
checking for PostgreSQL... yes
checking for Xerces C++... disabled
checking for c++ -shared ... yes
checking for python... no
checking for python1.5... no
checking for python1.4... no
checking for python1.3... no
checking for NumPy include files... missing
creating ./config.status
creating GDALmake.opt
creating port/cpl_config.h
port/cpl_config.h is unchanged


[root at gisserver gdal]# make
(cd port; make)
make[1]: Entering directory `/usr/src/gis/gdal/port'
c++ -c -Wall -fPIC -O2 -I/usr/local/include cpl_conv.cpp -o cpl_conv.o
c++ -c -Wall -fPIC -O2 -I/usr/local/include cpl_error.cpp -o cpl_error.o
c++ -c -Wall -fPIC -O2 -I/usr/local/include cpl_string.cpp -o
cpl_string.o
c++ -c -Wall -fPIC -O2 -I/usr/local/include cpl_vsisimple.cpp -o
cpl_vsisimple.o
c++ -c -Wall -fPIC -O2 -I/usr/local/include cplgetsymbol.cpp -o
cplgetsymbol.o
c++ -c -Wall -fPIC -O2 -I/usr/local/include cpl_dir.cpp -o cpl_dir.o
c++ -c -Wall -fPIC -O2 -I/usr/local/include cpl_path.cpp -o cpl_path.o
c++ -c -Wall -fPIC -O2 -I/usr/local/include cpl_csv.cpp -o cpl_csv.o
c++ -c -Wall -fPIC -O2 -I/usr/local/include cpl_findfile.cpp -o
cpl_findfile.o
c++ -c -Wall -fPIC -O2 -I/usr/local/include cpl_vsil_unix_stdio_64.cpp -o
cpl_vsil_unix_stdio_64.o
c++ -c -Wall -fPIC -O2 -I/usr/local/include cpl_minixml.cpp -o
cpl_minixml.o
rm -f cpl.a
ar rc cpl.a cpl_conv.o cpl_error.o cpl_string.o cpl_vsisimple.o
cplgetsymbol.o cpl_dir.o cpl_path.o cpl_csv.o cpl_findfile.o
cpl_vsil_unix_stdio_64.o cpl_minixml.o
ranlib cpl.a
make[1]: Leaving directory `/usr/src/gis/gdal/port'
(cd core; make)
/bin/sh: cd: core: No such file or directory
make[1]: Entering directory `/usr/src/gis/gdal'
(cd port; make)
make[2]: Entering directory `/usr/src/gis/gdal/port'
make[2]: Nothing to be done for `default'.
make[2]: Leaving directory `/usr/src/gis/gdal/port'
(cd core; make)
/bin/sh: cd: core: No such file or directory
make[2]: Entering directory `/usr/src/gis/gdal'
(cd port; make)
make[3]: Entering directory `/usr/src/gis/gdal/port'
make[3]: Nothing to be done for `default'.
make[3]: Leaving directory `/usr/src/gis/gdal/port'
(cd core; make)
/bin/sh: cd: core: No such file or directory
make[3]: Entering directory `/usr/src/gis/gdal'
...
(cd port; make)
make[17]: Entering directory `/usr/src/gis/gdal/port'
make[17]: Nothing to be done for `default'.
make[17]: Leaving directory `/usr/src/gis/gdal/port'
make[15]: *** [core-target] Interrupt

*THEN I HIT CTRL+C and got out





More information about the Gdal-dev mailing list