William Kyngesburye wrote: > > export PATH=$PATH:$GISBASE/bin:$GISBASE/scripts > > export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GISBASE/lib > > > Also note that this should be DYLD_LIBRARY_PATH for OSX.
And PATH for Windows, LIBPATH for AIX, and SHLIB_PATH for HP-UX. FWIW, the variable name can be obtained from the setting of LD_LIBRARY_PATH_VAR in include/Make/Platform.make (Makefile syntax). -- Glynn Clements <[email protected]> _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
