axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] problems compiling build-improvements 502 was: Re:


From: Gregory Vanuxem
Subject: Re: [Axiom-developer] problems compiling build-improvements 502 was: Re: problems compiling wh-sandbox 503
Date: Thu, 12 Apr 2007 11:52:52 +0200

Hello,

Le jeudi 12 avril 2007 à 09:26 +0200, Martin Rubey a écrit :

> > echo '(compiler::link nil 
> > "/home/harre/ax-build/build/i686-pc-linux/bin/lisp" '
> > \
> >               ' (format nil "(progn (let ((*load-path* (cons ~S 
> > *load-path*))'\
> >                                         ' (si::*load-types* ~S))' \
> >                                        ' (compiler::emit-fn t))' \
> >                                   ' (when (fboundp (quote si::sgc-on))' \
> >                                         ' (si::sgc-on t))' \
> >                                   ' (setq compiler::*default-system-p* 
> > t))"' \
> >                       ' si::*system-directory* (quote (list ".lsp")))' \
> >                '  "/home/harre/ax-build/src/lib/bsdsignal.o
> > /home/harre/ax-build/src/lib/cfuns-c.o
> > /home/harre/ax-build/src/lib/sockio-c.o")' \
> >             | /usr/bin/gcl
> > GCL (GNU Common Lisp)  2.6.7 CLtL1    Nov  9 2006 17:51:02
> > Source License: LGPL(gcl,gmp), GPL(unexec,bfd,xgcl)

                                                 ^^^^^

GCL was compiled with xgcl support therefore it needs X development
libraries for creating a new image via compiler::link. The best thing
would be to use another version of GCL (without xgcl support), the other
way is to install libxmu-dev (if package installation is possible). For
information, if you encounter any other errors of this type here is the
list of the (names of package) development libraries that should be
needed. It is derived from the list of libraries GCL is linked against :

libsm-dev: /usr/lib/libSM.a
libsm-dev: /usr/lib/libSM.so
libice-dev: /usr/lib/libICE.a
libice-dev: /usr/lib/libICE.so
libxmu-dev: /usr/lib/libXmu.a
libxmu-dev: /usr/lib/libXmu.so
libxmuu-dev: /usr/lib/libXmuu.a
libxmuu-dev: /usr/lib/libXmuu.so
libxt-dev: /usr/lib/libXt.a
libxt-dev: /usr/lib/libXt.so
libxtst-dev: /usr/lib/libXtst.a
libxtst-dev: /usr/lib/libXtst.so
libxext-dev: /usr/lib/libXext.a
libxext-dev: /usr/lib/libXext.so
libxaw7-dev: /usr/lib/libXaw7.a
libxaw7-dev: /usr/lib/libXaw7.so
libxaw7-dev: /usr/lib/libXaw.so
libx11-dev: /usr/lib/libX11.a
libx11-dev: /usr/lib/libX11.so
libxau-dev: /usr/lib/libXau.a
libxau-dev: /usr/lib/libXau.so
libxpm-dev: /usr/lib/libXpm.a
libxpm-dev: /usr/lib/libXpm.so
libxdmcp-dev: /usr/lib/libXdmcp.a
libxdmcp-dev: /usr/lib/libXdmcp.so

This information is probably hold in a Lisp variable but I don't know
which one. Waldek could be of better help.


In any case if you pass this phase I hope you'll be able to compile
wh-sandbox. I'm no longer able, a bad interaction between my computer
and GCL is highly probable.

Hope that helps and I'm not wrong,

Greg


> > Binary License:  GPL due to GPL'ed components: (XGCL READLINE BFD UNEXEC)
> > Modifications of this banner must retain notice of a compatible license
> > Dedicated to the memory of W. Schelter
> > 
> > Use (help) to get some basic information on how to use GCL.
> > Temporary directory for compiler files set to /tmp/
> > 
> > >/usr/bin/ld: cannot find -lXmu
> > collect2: ld returned 1 exit status
> > sh: /home/harre/ax-build/build/i686-pc-linux/bin/raw_lisp: not found
> > 
> > Error: Cannot delete the file 
> > #p"/home/harre/ax-build/build/i686-pc-linux/bin/raw_lisp": "No such file or 
> > directory".
> > Fast links are on: do (si::use-fast-links nil) for debugging
> > Error signalled by LET*.
> > Broken at DELETE-FILE.  Type :H for Help.
> > >>make[2]: *** [/home/harre/ax-build/build/i686-pc-linux/bin/lisp] Error 255
> > make[2]: Leaving directory `/home/harre/ax-build/src/lisp'
> > make[1]: *** [all-lisp] Error 2
> > make[1]: Leaving directory `/home/harre/ax-build/src'
> > make: *** [all-src] Error 2
> > 
> > 
> > Many thanks in advance
> > 
> > Martin
> > 
> > 
> > 
> > _______________________________________________
> > Axiom-developer mailing list
> > address@hidden
> > http://lists.nongnu.org/mailman/listinfo/axiom-developer
> 
> 
> 
> _______________________________________________
> Axiom-developer mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/axiom-developer
> 






reply via email to

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