[Gdal-dev] GDAL 1.1.9 on MacOS X
Sean Fulton
fulton at cmu.edu
Mon Nov 17 16:58:00 EST 2003
Hello,
Just thought I'd share...
I've finally gotten GDAL 1.1.9 to compile on OS X and have submitted a
PortFile to DarwinPorts (http://darwinports.opendarwin.org/).
DarwinPorts is s system for automated software installation on OS X
like the BSD ports system.
For those who don't want to install DarwinPorts this should work
(change the install path to suit):
$ ./configure --without-python
$ make LD_SHARED='g++ -dynamiclib -install_name
/opt/local/lib/libgdal.1.1.dylib'
$ make install
Sean
More information about the Gdal-dev
mailing list