Hi folks,

I'm just trying out matlisp.  As per earlier comments I got the current CVS checkout. 

I did configure as:

./configure --with-lisp=cmucl --with-lisp-exec=lisp --prefix=`pwd`

The configure went fine (I think.)

Then I did make, and after all the compilation, I got the error in the following transcript:

lisp -noinit -eval '(progn (load "start.lisp"))'
; Loading #p"/home/bwilfley/src/matlisp/matlisp/start.lisp".
Converted SETLOGICALROOT.
Converted GETLOGICALROOT.
Converted DEFLOGICALPATH.
;; Loading #p"/home/bwilfley/src/matlisp/matlisp/system.dcl".
;; Loading #p"/home/bwilfley/src/matlisp/matlisp/config.lisp".

Error in function SYSTEM::LOAD-OBJECT-FILE:
   Can't open object "/tmp/25939AG0": "/home/bwilfley/src/matlisp/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/25939AG0")
Source: Error finding source:
Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM:  Source file no longer exists:  target:code/foreign.lisp.

-------------end

This is very similar to what I got from the 1.0b tarball.

Thanks for your help.

Brian