axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] Re: Axiom-developer post from address@hidden requires


From: root
Subject: [Axiom-developer] Re: Axiom-developer post from address@hidden requires approval
Date: Tue, 14 Feb 2006 17:40:31 -0500

The missing symbols, like "open_server" and "sock_get_int"
are in C code that is part of the axiom distribution. "sock_get_int"
lives in src/lib/sockio-c.c.pamphlet

If you look at src/lib/Makefile you'll see that the goal is to create
the library libspad.a

This library is linked with the GCL image. The linking occurs because
patches are applied when GCL is built. Look at lsp/Makefile and search
for libspad.a

Apparently GCL was not built properly during the axiom build.
The first thing to try is to do:

  rm -rf int obj mnt noweb lsp/gcl* 

or refetch the source tree and try the build again.

Your console trace starts after the error would have occurred
since the GCL build/link happens first.

Tim




reply via email to

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