Код: Выделить всё
tar xvzf gdal-1.8.0.tar.gz
cd gdal-1.8.0
./configure --prefix=/mysoft --with-liblzma=yes --with-pg=/usr/lib/postgresql-8.4/bin/pg_config --with-netcdf=/mysoft --with-cfitsio=/mysoft/lib --with-static-proj4=/mysoft/share/proj
make;make install
Код: Выделить всё
$ man gdalinfo
No manual entry for gdalinfo
Код: Выделить всё
$ ls -R /mysoft/share/man/
/mysoft/share/man/:
man1 man3
/mysoft/share/man/man1:
cs2cs.1 fftw-wisdom.1 fftw-wisdom-to-conf.1 geod.1 nad2nad.1 nccopy.1 ncdump.1 ncgen.1 ncgen3.1 proj.1
/mysoft/share/man/man3:
netcdf.3 netcdf_f77.3 netcdf_f90.3 pj_init.3
В ./configure --help ничего хорошего нет.