libc_r versus libpthread and linker flags

2007-10-11 Thread walt
I think I've found the reason that pkgsrc/boost-libs isn't working properly on DFly, but I don't know how to fix it. Not long ago Matt made /usr/lib/libpthread.so.0 a symlink to enable an easy switch between libc_r and libpthread. On my machine I have the symlink pointing to libc_r, which must

Re: libc_r versus libpthread and linker flags

2007-10-11 Thread Kyle Butt
Could it be that the boost-libs configure script is seeing the libpthread.so stub library and wrongly concluding that -pthread is the correct flag? That's seems the likely reason, but I'm not sure. I think with the change, that you need to use -lpthread Kyle.

Re: libc_r versus libpthread and linker flags

2007-10-11 Thread walt
Kyle Butt wrote: Could it be that the boost-libs configure script is seeing the libpthread.so stub library and wrongly concluding that -pthread is the correct flag? That's seems the likely reason, but I'm not sure. I think with the change, that you need to use -lpthread Yes, that flag is