gcc (linker) 2.95.4 / pthreads / samba-3.5.21 / i386-unknown-freebsd4.11
Jonathan Wakely
jwakely.gcc@gmail.com
Sat Mar 23 14:55:00 GMT 2013
On 23 March 2013 04:52, C.J. Adams-Collier KF7BMP wrote:
> Thank you, Ian. I figured that it was built in to libgcc, and it looks
> like my figuring was right:
>
> # strings /usr/lib/libgcc.a | grep pthread
> pthread_create
> pthread_getspecific
> pthread_once
> pthread_key_create
> pthread_setspecific
> pthread_create
> pthread_mutex_unlock
> pthread_mutex_lock
This only says the library refers to those symbols, it doesn't say
they're defined in that library. AFAIK GCC has never contained an
implementation of pthreads, that should be provided by your OS libc.
More information about the Gcc-help
mailing list