Up

gspath documentation

Authors

Richard Frith-Macdonald (richard@brainstorm.co.uk)

Copyright: (C) 2005 Free Software Foundation, Inc.

gspath

The 'gspath' utility prints out various items of path/directory information (one item at a time).
The program always takes a single argument... selecting the information to be printed.


defaults
The GNUstep defaults directory of the current user
devpath
A path specification which may be used to add the root(s) of the GNUstep development environment on the current system.
libpath
A path specification which may be used to add all the standard GNUstep directories where dynamic libraries are normally stored.
you might do 'LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`gspath libpath`' to make use of this.
path
A path specification which may be used to add all the standard GNUstep directories where command-line programs are normally stored.
you might do 'PATH=$PATH:`gspath path`' to make use of this.
user
The GNUstep home directory of the current user

Up