Re: Compilation problem with CMUCL

Nicolas Neuss <[email protected]>
Newsgroups gmane.lisp.matlisp.user
Message-ID <[email protected]>
Raymond Toy <[email protected]> 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: [email protected]
WWW: <http://www.iwr.uni-heidelberg.de/~Nicolas.Neuss>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.