|
From: Nicolas N. <Nic...@iw...> - 2002-03-26 14:23:31
|
Raymond Toy <to...@rt...> writes: > Don't think rebuilding will help, but you never know. > > Can you tell me what load-blas-&-lapack-libraries in lazy-loader.lisp > looks like? We obviously aren't able to find the fstat function, so > I'm thinking we aren't linking with libc for some reason. > > Ray > Sorry, I had overlooked the second part of your first reponse at the beginning. The function reads: (defun load-blas-&-lapack-libraries () (ext::load-foreign "matlisp:lib;lazy-loader.o" :libraries (tokenize-ld-args (concatenate 'string "" " " "" " " "-L" (namestring (translate-logical-pathname "matlisp:lib")) " " "-R" (namestring (translate-logical-pathname "matlisp:lib")) " " "-lmatlisp" " " " -L/usr/lib/gcc-lib/i386-linux/2.95.4 -lg2c -lm")))) Bye, Nicolas. -- Dr. Nicolas Neuss Email: Nic...@IW... WWW: <http://www.iwr.uni-heidelberg.de/~Nicolas.Neuss> |