On Tue, Oct 01, 2002 at 11:04:11AM -0400, Neal H. Walfield wrote:
> Linking statically against libpthread is not yet supported.  Glibc
> uses some weak symbols to detected if it should enable multithreaded
I was able to run statically linked tests from libpthread when using 
this script instead of the lib:

EXTERN (     _cthread_init_routine cthread_fork cthread_detach                 
        _cthreads_flockfile __pthread_mutex_trylock                        
        __pthread_mutex_unlock __pthread_mutex_unlock                      
        __mutex_lock_solid __mutex_unlock_solid                            
        cthread_keycreate cthread_getspecific                              
        __libc_getspecific cthread_setspecific      )
INPUT ( libpthread.a libihash.a )



-- 
Michal Suchanek
[EMAIL PROTECTED]


_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to