Quanah Gibson-Mount wrote:
Hi,

Hello!


I'm trying to build dspam-3.8.0 on MAC OS X intel, but it fails because it incorrectly thinks -pthread is a valid option. From the config.log file:

I don't believe that MacOS X uses the -pthread option. That's really a FreeBSD-ism (-pthread always looked better than -lc_r :-)) and it is no longer the case with FreeBSD either. I don't have my Mac in front of me right now, but try using just -lpthread instead. If that doesn't work, try doing an 'otool -L' on a binary that you know is threaded and picking the thread library out of there. That should do it though.

Regards,
Jason DiCioccio

Reply via email to