[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Allegro CL foreign function interface



In connection with my previous message, here's the full session, if it
helps:

Allegro CL 3.1.4 [Sun4] (12/1/89)
Copyright (C) 1985-1989, Franz Inc., Berkeley, CA, USA
<cl> (use-package :ff)

T 
<cl> (require :foreign)

NIL 
<cl> (load "testfor.o")
Error: "testfor.o" does not exist, cannot load
[1] <cl>:pop
<cl> (load "~covin/beam/testing/testfor.o")
; Foreign loading /aig1/covin/beam/testing/testfor.o.
ld: /usr/local/bin/cl3.1p: no namelist
Warning: Foreign load failed

NIL 
<cl> (load "~covin/beam/testing/testc.c")

; Loading /aig1/covin/beam/testing/testc.c.
Error: Attempt to take the value of the unbound symbol INT
[1] <cl> :pop
<cl> (load "~covin/beam/testing/testc.o")
; Foreign loading /aig1/covin/beam/testing/testc.o.
ld: /usr/local/bin/cl3.1p: no namelist
Warning: Foreign load failed

NIL 
<cl>