Hi, Joel, >Any advice for a newbie install problem? >I am installing Binc on a school server. >The Binc config.log and errors are below. >I greatly appreciate your guidance. Thanks! >Cheers, Joel
Do you have a file called "iostream.h" on your distribution? If so, try replacing the #include <iostream> in src/util/base64.cc with #include <iostream.h>. You may get the same error with other files as well, and the same fix should be applied. I'll add a test for this for the next release. Andy :-) -- Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg Author of Binc IMAP | Nil desperandum

