Hello,

I have been trying to compile GDAL on my system as I would like to enable BigTIFF support.

I got through the ./compile just fine, however the make is giving me issues right off the start.

Here is what my make command does:

    [root@daniel-fedora gdal-1.10.0]# make
    (cd port; make)
    make[1]: Entering directory `/home/Daniel/Downloads/gdal-1.10.0/port'
/bin/sh /home/Daniel/Downloads/gdal-1.10.0/libtool --mode=compile --tag=CXX g++ -DOGR_ENABLED -I/home/Daniel/Downloads/gdal-1.10.0/port -I../frmts/zlib -DHAVE_LIBZ -c -o cpl_conv.lo
    cpl_conv.cpp
libtool: compile: g++ -DOGR_ENABLED -I/home/Daniel/Downloads/gdal-1.10.0/port -I../frmts/zlib
    -DHAVE_LIBZ -c cpl_conv.cpp  -o .libs/cpl_conv.o
/home/Daniel/Downloads/gdal-1.10.0/libtool: line 1133: g++: command not found
    make[1]: *** [cpl_conv.lo] Error 1
    make[1]: Leaving directory `/home/Daniel/Downloads/gdal-1.10.0/port'
    make: *** [port-target] Error 2

Im not even sure where to start looking.

Thanks

-Daniel



_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to