--On Thursday, September 20, 2007 12:54 AM -0700 Jason DiCioccio <[EMAIL PROTECTED]> wrote:

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.

Thanks.  Mostly, I'd like to see the ./configure check fixed. ;)

--Quanah

--

Quanah Gibson-Mount
Principal Software Engineer
Zimbra, Inc
--------------------
Zimbra ::  the leader in open source messaging and collaboration

Reply via email to