bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Perl tests


From: Michal 'hramrach' Suchanek
Subject: Re: Perl tests
Date: Fri, 4 Oct 2002 20:17:52 +0200
User-agent: Mutt/1.4i

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
hramrach@centrum.cz




reply via email to

[Prev in Thread] Current Thread [Next in Thread]