Mitch (WebCob) wrote:
Found one other reference to something similar... seems to have to do with
my gcc 2.95.4 - I know this is off topic, but the last time I tried to
switch compilers it got REALLY nasty - anyone made a recent version work on
FreeBSD 4.8?

Don't switch compilers. Install a newer gcc in a location that doesn't interfere with the system, like /opt/gcc33:


./configure --prefix /opt/gcc33 .....
make
make install

Then build courier with that version of gcc:

CC=/opt/gcc33/bin/gcc ./configure ....
make
make install




------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to