[gdal-dev] g++ compilation errors when trying to compile GDAL on Fedora 17 64bit
Daniel Kranich
Daniel at nusalaska.com
Wed Jul 3 09:54:23 PDT 2013
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 at 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
More information about the gdal-dev
mailing list