Andreas Aardal Hanssen <[EMAIL PROTECTED]> writes:

> What errors are you receiving in particular?

I got bincimap-1.0.20 to compile on FreeBSD by making the following
changes:

(1) Added #include <sys/wait.h> to src/authenticate.cc and 
    src/auth/bincimap-auth-checkpassword.cc

(2) Added -L/usr/local/lib to the g++ options because otherwise my
    PCRE library wasn't being picked up.

(3) Removed `-ldl' from the link line. Under FreeBSD, you can just
    leave off the -ldl flag to g++ since dlopen() is included in
    FreeBSD's libc runtime library. Or, just replacing -ldl with -lc
    will also work.

I imagine these issues can be resolved through Autoconf tweaking?

Reply via email to