slang-users mailing list

[2005 Date Index] [2005 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [slang-users] slirp 1.7.5 released


Michael Noble wrote:
> Hello Folks,
> 
> Version 1.7.5 of SLIRP is now available at
...
> 13.	SLIRP now installs files to its own directory within $prefix/share,
> 	instead of $prefix/share/slsh, in part to fix the autoloading bug

It still does not work for me. I am working on cygwin.
I installed with:

$ ./configure
$ make
$ make install

prefix		    = /usr/local
exec_prefix	    = ${prefix}
install_bin_dir     = ${exec_prefix}/bin
install_pkg_dir     = ${prefix}/share/slirp


$ slsh --version
slsh version 0.7.3-0
S-Lang Library Version: 2.0.4

$ slsh -v
Loading /usr/local/etc/slsh.rc
Loading /usr/local/share/slsh/autoload.sl
Loading /usr/local/share/slsh/slshrl.sl

$ slirp -v
Unable to locate autoload.sl on load path
Traceback: evalfile
/usr/local/etc/slsh.rc:43:<top-level>:Open failed

If I run slirp from /usr/local/share/slirp, it works.
If I remove /usr/local/etc/slsh.rc, I get

$ slirp -v
require is undefined
/usr/local/share/slirp/slirp.sl:31:<top-level>:Undefined Name


I guess the problem is in the directory search list:
    /usr/local/etc/slsh.rc
is found, but
    /usr/local/share/slirp/slsh.rc
isn't.

How to fix this?

Marko

_______________________________________________
To unsubscribe, visit http://jedsoft.org/slang/mailinglists.html


[2005 date index] [2005 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]