Ram Bhamidipaty <ram@...> writes:
> I'm trying to install sbcl from source on solaris and I'm having
> some trouble.
>
> I'm using clisp (GNU CLISP 2.33.2 ) as the common lisp system to
> do the build.
>
> I start the build process like this:
> env GNUMAKE=/usr/local/bin/gmake sh ./make.sh clisp
>
> after a lot of output I get this message:
>
> ;; Loaded file obj/from-host/src/compiler/generic/genesis.lisp-obj
> T
> *** - EVAL: variable *TARGET-OBJECT-FILE-NAMES* has no value
> Bye.
> //testing for consistency of first and second GENESIS passes
> diff: output/genesis-2: No such file or directory
> error: header files do not match between first and second GENESIS
This is not the first error. Find the first error and fix its cause.
(Alternatively, don't use clisp as a build host: there are some
solaris binaries of sbcl available to download. Clisp is unfriendly
as a build host for various reasons, one of which you've found: it
neither exits on error nor puts the user into a debugger in batch
mode, but ploughs on regardless.)
Cheers,
Christophe
|