Re: passing extra libraries when loading

2019-05-30 Thread Alfred M. Szmidt
Have you tried explicitly loading the unlinked libraries beforehand with LOAD-FOREIGN-LIBRARY? That is a good suggestion, though... Since I upgraded the machine to OpenBSD 6.5, I cannot reproduce the failure: * (cffi:load-foreign-library "libreadline.so") # And cl-readline loads file

Re: passing extra libraries when loading

2019-05-30 Thread Luís Oliveira
Hello Alfred, Have you tried explicitly loading the unlinked libraries beforehand with LOAD-FOREIGN-LIBRARY? Cheers, Luís (sent from my phone) On Wed, May 29, 2019, 9:57 PM Alfred M. Szmidt wrote: > [I sent this message on the 15th of May, 2018. But it got stuck in > the moderation queue.]

passing extra libraries when loading

2019-05-29 Thread Alfred M. Szmidt
[I sent this message on the 15th of May, 2018. But it got stuck in the moderation queue.] Hi, On OpenBSD when trying to load libreadline (or libereadline), one gets: * (cffi:load-foreign-library "libreadline.so") sbcl:/usr/lib/libreadline.so.4.0: undefined symbol 'tgetnum' sbcl:/usr/lib/