Ralf,

I just completed a full compile of FriCAS rev. 666 from source with
ECL 9.8.4 including the Aldor interface. It finished with no problems
and seems to run fine.

So what is failing at the moment seems to be building the Aldor
interface from a *cached lisp* distribution created with:

../fricas/src/scripts/mkdist.sh --copy_lisp

Ref. http://sagetrac.org/sage_trac/ticket/4461

Building FriCAS in Sage using the spkg from:

http://sagetrac.org/sage_trac/ticket/6517

when Aldor is previously installed, fails when it attempts to build
the Aldor interface.

The error: " undefined reference to `log' " when building 'cliques.as'
is cured by adding '-lm' to

CLIQUEOPTS=-mno-abbrev -mno-mactext -laldor -lm -fx

in src/aldor/Makefile.in

I don't know why '-lm' isn't also necessary when building FriCAS
outside of Sage. It must have something to so with the load library
environment inside the Sage "shell".

But after including '-lm' it fails again with the following error:

touch -t 199901010000 lib/.dir
DAASE=/home/wspage/sage-4.1.1/spkg/build/fricas-1.0.7.p0/build-dir/target/i686-pc-linux
/home/wspage/sage-4.1.1/spkg/build/fricas-1.0.7.p0/build-dir/target/i686-pc-linux/bin/AXIOMsys
< tmp/mko_runtime.lsp > tmp/mko_runtime.log
test -f lib/runtime.fas
echo ')lisp (compile-file
"/home/wspage/sage-4.1.1/spkg/build/fricas-1.0.7.p0/build-dir/src/aldor/lsp/lang.lsp"
:output-file 
"/home/wspage/sage-4.1.1/spkg/build/fricas-1.0.7.p0/build-dir/src/aldor/lib/lang.fas")'
> tmp/mko_lang.lsp
echo ')lisp (quit)' >> tmp/mko_lang.lsp
# The .ao file will be built via Makefile2.
aldor -flsp=lsp/lang.lsp ao/lang.ao
#1 (Fatal Error) Could not open file `ao/lang.ao'.
make[2]: *** [lsp/lang.lsp] Error 1
make[2]: Leaving directory
`/home/wspage/sage-4.1.1/spkg/build/fricas-1.0.7.p0/build-dir/src/aldor'
make[1]: *** [all-aldor] Error 2
make[1]: Leaving directory
`/home/wspage/sage-4.1.1/spkg/build/fricas-1.0.7.p0/build-dir/src'
make: *** [all-src] Error 2
***********************************************************
Failed to make FriCAS.
***********************************************************
wsp...@debian:~/sage-4.1.1/spkg/build/fricas-1.0.7.p0$

Regards,
Bill Page.

On Mon, Aug 31, 2009 at 11:01 AM, Ralf Hemmecke wrote:
>
>> I am sure that the Aldor-interface used to build with GCL. But rather
>> than invest time to continue to support it maybe it would be better to
>> try to make sure that the Aldor interface will build with ECL.
>
> OK, I'll look at that as soon as possible. Which ECL version should I take?
>
> ...

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to