|
From: Raymond T. <to...@rt...> - 2002-03-26 17:34:37
|
>>>>> "Nicolas" == Nicolas Neuss <Nic...@iw...> writes:
Nicolas> Raymond Toy <to...@rt...> writes:
>> If you're sure that the right lazy-loader is being used, then, I'll
>> have to try this on my Linux box at home. It's not debian, but that
>> shouldn't matter when building matlisp.
>>
>> Ray
Nicolas> That would be nice. Thank you.
Hmm. I tried this on a RH 7.1 Linux box with a fairly recent CMUCL
CVS build. I can't reproduce this bug.
And I'm not really motivated to download the Debian CMUCL package.
I'm also surprised that fstat is used by anything in matlisp. I'm
pretty sure none of LAPACK and friends knows or cares about files. It
must be coming from either the lisp binary itself or -lg2c. Adding
-lc should have fixed that.
Maybe the lisp binary needs to be compiled with the export-dynamic (?)
switch. I vaguely recall some discussion about this.
I'm sorry I can't help much here.
Ray
|