Bugs item #2911547, was opened at 2009-12-09 12:34
Message generated for change (Comment added) made by rtoy
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104511&aid=2911547&group_id=4511
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: configuration bugs
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Gabor Melis (melisgl)
Assigned to: Nobody/Anonymous (nobody)
Summary: -lgcc_s missing
Initial Comment:
The 2009-09-02 changes (upgrading to autoconf2.60) broke the build on the machines I have access to (Debian squeeze, debian lenny, suse sles11):
; compiling (LOAD-BLAS-&-LAPACK-LIBRARIES)
debugger invoked on a SIMPLE-ERROR in thread #<THREAD "initial thread" RUNNING
{1002A63071}>:
Error opening shared object "/home/mega/lisp/matlisp.test/lib/libmatlisp.so":
/home/mega/lisp/matlisp.test/lib/libmatlisp.so: undefined symbol: __powidf2.
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
I traced the problem to FLIBS lacking '-lgcc_s'. Downgrading to autoconf2.59 fixes the issue although that may not be the right fix.
----------------------------------------------------------------------
>Comment By: Raymond Toy (rtoy)
Date: 2011-03-08 10:51
Message:
This issue should be fixed in latest Git version. I have no troubles
loading matlisp with sbcl on OS X.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104511&aid=2911547&group_id=4511
|