From: Bruno Deferrari (utizoc at gmail.com) Date: Tue May 10 23:02:36 EDT 2005 |
|
Hi, Well neither mzscheme nor mred are linked against libpthread on my system. I discovered that if on the REPL I do: (require (lib "foreign.ss")) (define libpthread (ffi-lib "/lib/libpthread.so.0")) mzscheme doesn't crash after loading libevas (or any library linked with libpthread). This is a quick-fix, but works :).
Posted on the users mailing list. |
|