In <[EMAIL PROTECTED]>, Georg Baum <[EMAIL PROTECTED]> typed: > > Subject: Re: Errors building 1.4.0 (?) > > Date: Mittwoch, 14. September 2005 03:41 > > From: Mike Meyer <[EMAIL PROTECTED]> > > To: Georg Baum > > <[EMAIL PROTECTED]> > > CPPFLAGS=-D_THREAD_SAFE LIBS=-pthread ./configure --with-frontend=qt > Is it -pthread or -lpthread?
I think the answer is "yes", but for two different platforms. From the gcc man page on FreeBSD: FreeBSD SPECIFIC OPTIONS -pthread Link a user-threaded process against libc_r instead of libc. IIRC, this has been the case since FreeBSD 3.0, and I'm currently running 5.4. It may be different on 6 or 7. <mike -- Mike Meyer <[EMAIL PROTECTED]> http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information.