Thomas Fischbacher wrote: > [EMAIL PROTECTED]:/tmp$ ld -shared -o mylib.so /lib/libc.so.6 /lib/libncurses.so.5
I use this technique in CLSQL's wrapper to libmysqlclient. It's worked well and is portable to all Lisp implementations whereas using CMUCL's load-foreign routine to link/load multiple shared libraries is not portable. Kevin
