In the last episode (Mar 13), Xavier Beaudouin said:
I am experencing a nightmarre with FreeBSD ports.
They want that pthreads flags and libs to be specified namely to the program it is compiling.
I have some patches and tryed some works on CVS but it cannot use the specified flags and libs.
So I have 2 choices :
- I find a way to specify that (and that's why I am asking that on
pike-devel ml)
According to configure.in, --with-named-thread-lib=${PTHREAD_LIBS} should be what you need. 7.4's configure.in is missing the named-thread code but it should be trivial to backport.