hello,
i'm running cmucl 18d in RedHat 7.3
i'm trying to load SDL inside cmucl with uffi-1.1.0
SDL is installed in /usr/lib/ as libSDL.so, pointing to
/usr/lib/libSDL-1.2.3.so.0.0.3 (i even try to load this last .so file
without success!)
the results, after loading uffi are:
* (uffi:load-foreign-library #p"/usr/lib/libSDL.so")
Error in function SYSTEM::LOAD-OBJECT-FILE:
Can't open object "/usr/lib/libSDL.so": "/usr/lib/libSDL.so:
undefined symbol: pthread_create"
Restarts:
0: [ABORT] Return to Top-Level.
Debug (type H for help)
(SYSTEM::LOAD-OBJECT-FILE "/usr/lib/libSDL.so")
Source: Error finding source:
Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM: Source file no longer
exists: target:code/foreign.lisp.
0]
why can't i load libSDL.so?
thx for any reply,
rodrigo