>>>>> "bj" == d95-bli <[EMAIL PROTECTED]> writes:
bj> I am trying to install (and use) CLSQL with CMUCL on Linux/x86, but get
bj> the following error message during compilation:
bj>
bj> Error in function SYSTEM::LOAD-OBJECT-FILE:
bj> Can't open object "/tmp/22903AG2856": NIL
bj> [Condition of type SIMPLE-ERROR]
I suggest you try to run the linker manually, per
ld -G --whole-archive /path/to/mysql.a -o /tmp/foo.o
and if that does not produce an error message, attempt to dlopen()
the resulting file and call dlerror() to see the error message. It
may simply be that you need to add another file to the linker
invocation (the :supporting-libraries argument to LOAD-FOREIGN).
--
Eric Marsden <URL:http://www.laas.fr/~emarsden/>