On Mon, 18 Jan 2004, Camm Maguire wrote:
> Greetings! To my knowledge, GCL will add the required c flags by
> default. Feedback always appreciated.
OK, I've compiled gcl-2.5.3 on Red Hat Enterprise Linux. I used
./configure --prefix=/usr --enable-ansi
make
make install
Everything seems OK. Then I checked out the cvs maxima, did
./bootstrap
./configure --prefix=/usr --enable-gcl
make
I got the following error message:
; - Compiling module "command-line"
; - Loading binary file "binary-gcl/command-line.o"
Loading binary-gcl/command-line.o
Error in IN-PACKAGE [or a callee]: A package error occurred on
"COMMAND-LINE": "No such package".
Fast links are on: do (use-fast-links nil) for debugging
Broken at IN-PACKAGE. Type :H for Help.
1 (Continue)
2 Retry loading file "binary-gcl/command-line.o".
3 (Abort) Return to top level.
dbl:>>
I also tried to rebuild gcl with --enable-readline, but building maxima
fails in exactly the same manner.
Any further suggestions?
(by the way, clisp does not build on RHEL: clisp executable is produced,
and dumps core the first time it is called by make).
Best regards,
Andrey Grozin