At 9:00 PM +0000 11/28/02, Leon Brocard wrote:

Loaded...
dlfunced...
../parrot: relocation error: /usr/lib/libSDL-1.2.so.0: undefined symbol: pthread_mutexattr_init

Well, the C code on the page works fine, but of course you have to
link it with -lpthread. How would I do this for the parrot code?
You'd need to do that at parrot build time. If it were almost any other library I'd say you could just loadlib the thing, but pthreads tends to want to be part of the initial program load.
--
Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski even samurai
[EMAIL PROTECTED] have teddy bears and even
teddy bears get drunk


Reply via email to