axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] Re: On statically linked Axiom


From: root
Subject: [Axiom-developer] Re: On statically linked Axiom
Date: Sun, 19 Oct 2003 17:58:15 -0400

David,

You must have tried to build GCL outside of Axiom. 
It appears that you didn't link the Axiom library to the lisp image.
This happens as part of the lisp build process when Axiom does the build.

Axiom untars GCL then applies the patches in the zips directory.
One of the patches modifies the GCL build so that it includes Axiom's code
in the GCL image. If you build GCL by hand you have to make the modifications
by hand. This is one of the hard issues about using any pre-installed lisp.

To solve the problem modify the top level Makefile.pamphlet to 
include the --static flag (or whatever mods you made to get GCL to be
static), then do 

make clean
make

Tim




reply via email to

[Prev in Thread] Current Thread [Next in Thread]