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.


-- 
-Gary Mills-    -Unix Support-    -U of M Academic Computing and Networking-

Reply via email to