[Gdal-dev] install gdal library

Frank Warmerdam warmerdam at pobox.com
Tue Dec 13 17:07:25 EST 2005


On 12/13/05, Karin Weixler <karin_we at hotmail.com> wrote:
> hi,
>
> i am new to gdal and mapserver.
>
> i would like to use mapserver and therefore i have to install gdal
> on my linux server (suse 9.1). when i try this i get the following
> error when i say make:
>
> (cd port; make)
> make[1]: Entering directory `/usr/share/librarydownload/gdal-1.1.9/port'
> g++ -c   cpl_conv.cpp -o cpl_conv.o
> make[1]: g++: Command not found
> make[1]: *** [cpl_conv.o] Error 127
> make[1]: Leaving directory `/usr/share/librarydownload/gdal-1.1.9/port'
> make: *** [port-target] Error 2
>
> dose someone know help?

Karin,

It would appear you don't have a complete developer kit on
your computer.  "g++" is the c++ compiler form of GCC.  It
is installed by default on most linux system with the developer
option.  Perhaps you can review the packages available for
your system, and install anything that seems like a GNU C++
compiler package.

Best regards,

--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent




More information about the Gdal-dev mailing list