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. _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost