Thanks for the new release.
I'm working with scsh-0.6.0, on gnu/linux-2.2.13
When I invoke sunet:
./server.scm 2>> /usr/local/etc/httpd/logs/httpd.log &
I'm getting the following error:
Error: undefined variable
char-set-package
(package config)
The shell call is:
#!/usr/local/bin/scsh \
-lm let-opt.scm -lm modules.scm -lm toothless.scm -dm -o http-top -e top -s
!#
and I've tried:
#!/usr/local/bin/scsh \
-lm let-opt.scm -lm modules.scm -lm toothless.scm -lm let-opt.scm
-dm -o http-top -e top -s
!#
with no change.
I've taken a look at the sunet link mentioned in the FAQ. Any ideas?
Chris
|