Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2003-08-14 04:50:52


Samuel Krempp wrote:
> format_test1 / intel-7.1
> Linker output:
>
> /opt/intel/compiler70/ia32/lib/libcprts.a(xmtx.o)(.text+0x73): In
> function `_Mtxinit':
>> undefined reference to `pthread_mutex_init'
> [...]
> /opt/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x76):
> In function `.B2.2':
>> undefined reference to `pthread_mutex_unlock'

These are probably caused by an upgraded glibc. It no longer exports weak
pthread_* stubs. Apparently this is a "feature" and not a bug in glibc.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk