scsh-users
[Top] [All Lists]

Re: orion-0.2: location of library files?

To: duanewinner@att.net
Subject: Re: orion-0.2: location of library files?
From: Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
Date: Tue, 25 May 2004 17:00:29 +0200
Cc: scsh-users <scsh-users@scsh.net>
List-id: <scsh-users.list-id.scsh.net>
Duane Winner <duanewinner@att.net> writes:

>
> # cd orion-0.2
> # ./install.scm
>       ERROR: Couldn't find library file
>               "install-lib/load.scm"
>               ("/usr/local/lib/scsh/modules")
>
> So I made a directory, "/usr/local/lib/scsh/modules" and then:
> #cp -rf /usr/local/lib/scsh/0.6/load.scm /usr/local/lib/scsh/modules

The library search path of your scsh is configured to
("/usr/local/lib/scsh/modules") but to support the packaging proposal,
it should contain a directory that ends with the version of scsh, i.e.

("/usr/local/lib/scsh/modules/0.6")

You should file a bug report to the maintainer of the scsh
port. scsh's configure needs the argument

--with-lib-dirs-list=("/usr/local/lib/scsh/modules/0.6")


For the time being, simply set the environment variable SCSH_LIB_DIRS
to "/usr/local/lib/scsh/modules/0.6" using

setenv SCSH_LIB_DIRS '"/usr/local/lib/scsh/modules/0.6"'

for (t)csh or

export SCSH_LIB_DIRS='"/usr/local/lib/scsh/modules/0.6"'

for bash.

-- 
Martin

<Prev in Thread] Current Thread [Next in Thread>