I have been trying to get courier to compile on Mac OS X (v. 10.2.4) recently, but have been having no luck what so ever.....
-James
James, try this:
RANLIB="ranlib -c" CFLAGS="-traditional-cpp" CXXFLAGS="-traditional-cpp" export RANLIB export CFLAGS export CXXFLAGS ./configure \ --prefix=/usr/local/lib/courier-imap \ --mandir=/usr/local/man \ --with-waitfunc=wait3 \ --enable-mimetypes \ --enable-unicode \ --with-authmysql \ --with-authldap \ --without-ipv6 \ --enable-workarounds-for-imap-clients-bugs
And follow install from this link:
http://maxo.captainnet.net/installs/courier-install.html
George
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
