Search found 3 matches
- Sat Jul 09, 2016 5:43 am
- Forum: The Lounge
- Topic: Design ideas
- Replies: 0
- Views: 11387
Design ideas
I've done something that might be a bit unusual - I've made audio recordings (dictation) of several ideas during the last eight months and I posted it (as a torrent) this morning. It's playfully titled " Cyborg Society Project Records ". Software developers might find something in the &quo...
- Sat Sep 28, 2013 1:47 pm
- Forum: Common Lisp
- Topic: SBCL Quicklisp & CFFI on OpenBSD
- Replies: 4
- Views: 12381
Re: SBCL Quicklisp & CFFI on OpenBSD
Awesome suggestions! I'm tinkering with the LD_PRELOAD tactic. Here's the skinny on this morning's activities: I built a recent version of libffi from source and installed it locally. I suspect that OpenBSD's version from /usr/ports will work but the installed name is libffi.so.0.0 - quicklisp/dists...
- Fri Sep 27, 2013 2:07 pm
- Forum: Common Lisp
- Topic: SBCL Quicklisp & CFFI on OpenBSD
- Replies: 4
- Views: 12381
SBCL Quicklisp & CFFI on OpenBSD
Hi, I would like to tinker with GSLL on an OpenBSD-5.3 machine. Using quicklisp to load GSLL: * (ql:quickload "gsll") results in some errors: ; Loading "gsll" sbcl:/usr/local/lib/libffi.so.6.1: undefined symbol 'pthread_mutex_unlock' sbcl:/usr/local/lib/libffi.so.6.1: undefined s...