On Thursday, May 31, 2001, at 01:29  AM, [EMAIL PROTECTED] wrote:

> Clare West writes:
>>
>> I am (obviously) not very experienced with configure. I need to add a
>> -lpthread. Do I do this with something like:
>
>> % LIBS="-lpthread" ./configure ....
>
> Please report the configure bug.  Here's how I do it...
>
> env CC=cc ...
>       ...
>       LIBS="-lsocket -lnsl" \
>       ./configure --with-cyrus-prefix=/usr/local/cyrus \
>       ...
>
> This works around a similar error with configure on Solaris.

This is what worked for me on Tru64 UNIX v5.1 (using tcsh):

# setenv LIBS "-lpthread"
# ./configure --prefix="/imap/cyrus" --with-cyrus-prefix="/imap/cyrus" 
--with-auth=unix --with-dbdir="/usr/local/BerkeleyDB.3.2"

Obviously the prefix and auth switches are suited for my own environment.

I'll send this into [EMAIL PROTECTED] as well.

thanks so much for all your help,

clare

Reply via email to