|
From: Marco A. <ma...@cs...> - 2002-03-26 19:09:48
|
> Cc: Nicolas Neuss <Nic...@iw...>, > Mat...@li... > From: Nicolas Neuss <Nic...@iw...> > Sender: mat...@li... > X-BeenThere: mat...@li... > X-Mailman-Version: 2.0.5 > Precedence: bulk > List-Help: <mailto:mat...@li...?subject=help> > List-Post: <mailto:mat...@li...> > List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/matlisp-users>, > <mailto:mat...@li...?subject=subscribe> > List-Id: Matlisp users mailing list. <matlisp-users.lists.sourceforge.net> > List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/matlisp-users>, > <mailto:mat...@li...?subject=unsubscribe> > List-Archive: <http://www.geocrawler.com/redir-sf.php3?list=matlisp-users> > X-Original-Date: 26 Mar 2002 16:23:34 +0100 > Date: 26 Mar 2002 16:23:34 +0100 > Content-Length: 1612 > > Raymond Toy <to...@rt...> writes: > > > > > Ok, before -lm, can you add -lc? Like so: > > > > " -L/usr/lib/gcc-lib/i386-linux/2.95.4 -lg2c -lc -lm")))) > > > > Then try rebuilding. I hope that takes care of the problem. If so, > > then it's my problem to figure out why configure isn't adding -lc. > > > > Ray > > Doesn't work, unfortunately... > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > /usr/bin/lisp -noinit -eval '(progn (load "start.lisp"))' > ; Loading #p"/usr/local/src/matlisp/start.lisp". > Converted SETLOGICALROOT. > Converted GETLOGICALROOT. > Converted DEFLOGICALPATH. > ;; Loading #p"/usr/local/src/matlisp/system.dcl". > ;; Loading #p"/usr/local/src/matlisp/config.lisp". > > > Error in function SYSTEM::LOAD-OBJECT-FILE: > Can't open object "/tmp/29938AG0": "/usr/local/src/matlisp/lib/libmatlisp.so: undefined symbol: fstat" > > Restarts: > 0: [CONTINUE] Return NIL from load of "start.lisp". > 1: [ABORT ] Skip remaining initializations. > > Debug (type H for help) > > (SYSTEM::LOAD-OBJECT-FILE "/tmp/29938AG0") > Source: Error finding source: > Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM: Source file no longer exists: > target:code/foreign.lisp. > 0] > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< > > The problem could be in defsystem, maybe? I've seen that CMUCL has > some version now integrated, matlisp has another one, and there is the > one at CLOCC, ... How is the connection between those? The connection is the following: the CLOCC version is the official one. The next CMUCL distribution will remove the defsystem. Matlisp should do the same. Cheers -- Marco Antoniotti ======================================================== NYU Courant Bioinformatics Group tel. +1 - 212 - 998 3488 719 Broadway 12th Floor fax +1 - 212 - 995 4122 New York, NY 10003, USA http://bioinformatics.cat.nyu.edu "Hello New York! We'll do what we can!" Bill Murray in `Ghostbusters'. |