cmucl compilation problem
Andras Simon <[email protected]>
| Newsgroups | gmane.lisp.clsql.general |
|---|---|
| Message-ID | <[email protected]> |
While trying to compile clsql 4.3.3 with cmucl on linux-x86, I get the following
;/home/simon/.fasls/cmu-snapshot_2010-02_(20a_unicode)-linux-i486/home/simon/lisp_packages/clbuild/source/clsql/uffi/clsql-uffi.sse2f written.
; Compilation finished in 0:00:00.
; Loading
#P"/home/simon/.fasls/cmu-snapshot_2010-02_(20a_unicode)-linux-i486/home/simon/lisp_packages/clbuild/source/clsql/uffi/clsql-uffi.sse2f".
Undefined foreign symbol: "atol64"
[Condition of type KERNEL:SIMPLE-PROGRAM-ERROR]
I'm not sure if it's a problem with clsql or cmucl.
Andras