On Sep 2, 12:07 pm, Shan-Ho <[EMAIL PROTECTED]> wrote:
> Dear All,
Hi Shan-Ho,
> I am trying to install Sage 3.1.1 (downloaded the source
> tarball) on an AMD Opteron node, running Red Hat Linux
> (Entreprise Level 4.3). I am getting an error configuring
> clisp, the error message is:
>
> configure: error: cannot find sources (lispbibl.d) in
> /usr/local/RepeatMasker or ..
> Error configuring clisp
>
> where /usr/local/RepeatMasker is the first directory in
> my PATH. The file lispbibl.d is there in the directory
> spkg/build/clisp-2.46.p6/src/src under the sage-3.1.1
> directory. Not sure why configure doesn't find it.
>
> Is it possible for me to install clisp separately and
> tell sage to find it in a given path? If so, how do I
> pass this clisp path in the sage building stage?
The issue here is that we rename the clisp binary to clisp-bin - at
least that is what Maxima is looking for. You need a little wrapper
script or clisp as well as clisp.bin like
#!/bin/sh
"$SAGE_ROOT/local/bin/clisp.bin" -B "$SAGE_ROOT/local/lib/clisp-2.46"
"$@"
and adjust the path and binary name for your install. You can also
change the maxima.spkg to use clisp instead of clisp.bin as a binary
name.
> Any thoughts how to fix this problem would be highly
> appreciated. Below are the last 50 lines of install.log:
In so many words: clisp sucks and we will hopefully switch to ecl in
the next (3.2) release. We just upgraded Maxima so that it can be
build with ecl in 3.1.2 - which will be out this week. 3.2 will then
follow in about another two weeks.
<SNIP>
> Thanks!
> Shan-Ho Tsai
Cheers,
Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---