The binaries are for use with a SUN workstation running SunOS 4.1.3 or higher. In short, do the following to get graphed running: zcat graphed-4.1.7-beta-small-binary.tar.gz | tar xf - and edit graphed-4.1.7-beta/bin/graphed to change GRAPHED_BASE. E.g. if you put graphed in /home/graphed/himsolt/tmp/graphed-4.1.7-beta, change GRAPHED_BASE=/home/graphed/himsolt/tmp/graphed-4.1.7-beta If no programming is intended, graphed/lib/graphed.o and graphed/include can be deleted. -- Michael Himsolt How to set GRAPED_INPUTS manually : ----------------------------------- (sh,bash version) export GRAPHED_BASE=<> export GRAPHED_LIB=$GRAPHED_BASE/lib/graphed export GRAPHED_INPUTS=$GRAPHED_LIB:$GRAPHED_LIB/fonts:$GRAPHED_LIB/types (csh version) setenv GRAPHED_BASE <> setenv GRAPHED_LIB ${GRAPHED_BASE}/lib/graphed setenv GRAPHED_INPUTS ${GRAPHED_LIB}:${GRAPHED_LIB}/fonts:${GRAPHED_LIB}/types