Home »
Public Forums »
archive »
call_external and threads (Solaris)
call_external and threads (Solaris) [message #6415] |
Thu, 13 June 1996 00:00 |
David Reiss
Messages: 1 Registered: June 1996
|
Junior Member |
|
|
Hi. When I try to use call_external() on a routine in shared object
file which uses the threads library (on a Sun Sparc, Solaris),
I get a
thr_create: Invalid argument
error whenever thr_create() is called. I understand that there
are stubbs for the threads calls in libc, and this is apparently
why the correct routine is not getting called. Has anyone ever
run into a similar problem? Does anyone know how to get around
it? This is my linking command:
ld -i -G -o mylib.so *.o -lthread
Thanks for any ideas.
-David
|
|
|
Current Time: Wed Oct 08 17:18:57 PDT 2025
Total time taken to generate the page: 0.00545 seconds