[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Allegro CL foreign function interface
I can't get it to work. Specifically, I tried the example C function
given in the Allegro CL manual, with the following results:
"<cl> (load "~covin/beam/testing/testc.o")
; Foreign loading /aig/covin/beam/testing/testc.o.
ld: /usr/local/bin/cl3.1p: no namelist
Warning: Foreign load failed"
This was preceded by the commands (use-package :ff), which returned
T, and (require :foreign), which returned NIL.
I don't know if this is just a minor bug or a missing file or what,
but I'm working under a deadline (Monday the 21st) for which it would
be nice to be able to use this interface.