I'm trying to build Scsh-0.1 on Linux 1.1.54 with Gcc 2.5.8. After
getting an error on make, I ran make again and redirected the output,
which is appended.
Thanks for any clues,
Jan Erik Backlund
back0003@gold.tc.umn.edu
./scshvm -o ./scshvm -i cig/cig.image \
< scsh/load-scsh.scm
Welcome to Scheme 48 0.36 (CIG Preloaded -bri).
Copyright (c) 1993, 1994 by Richard Kelsey and Jonathan Rees.
Please report bugs to scheme-48-bugs@martigny.ai.mit.edu.
Type ,? (comma question-mark) for help.
> > > > Will exit on errors
Flushing location names and tabulated debug info
#t
scsh/scsh-interfaces.scm .....................
scsh/packages.scm .....
scsh/scsh-package.scm .....
[scsh
[defrec-package
scsh/defrec.scm
]
[os-dependent
[linux-defs
scsh/enumconst.scm scsh/fdflags.scm scsh/errno.scm scsh/signals.scm
............................
...................................................................................
.................................
]
]
[bigbit
Error: can't open for input
"/usr/local/lib/scsh/big/bigbit.scm"
make: *** [scsh/scsh.image] Error 1
|