Re: Compilation problem with CMUCL

Raymond Toy <[email protected]>
Newsgroups gmane.lisp.matlisp.user
Message-ID <[email protected]>
>>>>> "Nicolas" == Nicolas Neuss <[email protected]> writes:

    Nicolas> Hello, Matlisp-Users.
    Nicolas> I am trying to compile matlisp (CVS version) with CMUCL (3.0.9).
    Nicolas> After having compiled the Fortran files without problems the Lisp part
    Nicolas> gives the following error:

What platform is this?  NetBSD?

While I haven't built matlisp in a while, I didn't have any problems.

Ray
  

    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    Nicolas> /usr/bin/lisp -noinit -eval '(progn (load "start.lisp"))'
    Nicolas> ; Loading #p"/usr/local/src/matlisp/start.lisp".
    Nicolas> Converted SETLOGICALROOT.
    Nicolas> Converted GETLOGICALROOT.
    Nicolas> Converted DEFLOGICALPATH.
    Nicolas> ;; Loading #p"/usr/local/src/matlisp/system.dcl".
    Nicolas> ;;; Loading #p"/usr/local/src/matlisp/defsystem.lisp".
    Nicolas> Converted CANONICALIZE-MODULE-NAME.
    Nicolas> Converted DEFMODULE.
    Nicolas> Converted MODULE-FILES.
    Nicolas> Converted PROVIDE.
    Nicolas> Converted REQUIRE.

    Nicolas> Warning: These variables are undefined:
    Nicolas>   *LIBRARY* *MODULE-FILES*
    Nicolas> Warning:  Old-style IN-PACKAGE.
    Nicolas> Converted |(PCL::FAST-METHOD PRINT-OBJECT (COMPONENT T))|.
    Nicolas> Converted |(PCL::FAST-METHOD PRINT-OBJECT (LANGUAGE T))|.
    Nicolas> ;; Loading #p"/usr/local/src/matlisp/config.lisp".
    Nicolas> ;; Loading #p"/usr/local/src/matlisp/packages.x86f".

    Nicolas> Python version 1.0, VM version Intel x86 on 26 MAR 02 02:01:36 pm.
    Nicolas> Compiling: /usr/local/src/matlisp/lib/lazy-loader.lisp 26 MAR 02 01:59:08 pm

    Nicolas> ;;; Running /usr/bin/ld...


    Nicolas> Error in function SYSTEM::LOAD-OBJECT-FILE:
    Nicolas>    Can't open object "/tmp/25749AG0": "/usr/local/src/matlisp/lib/libmatlisp.so: undefined symbol: fstat"


So when loading the Fortran libraries, we can't find fstat.  Where is
fstat?  libc?  Can you tell me what load-blas-&-lapack-libraries in
lazy-loader.lisp looks like?

Ray
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.