15 messages in net.sourceforge.lists.courier-usersRe: [courier-users] upgrading to the ...
FromSent OnAttachments
ScottOct 21, 2003 8:08 pm 
ScottOct 22, 2003 12:09 am 
Tim HunterOct 22, 2003 6:17 am 
Mitch (WebCob)Oct 24, 2003 3:11 am 
Gordon MessmerOct 24, 2003 11:37 am 
Mitch (WebCob)Oct 24, 2003 11:41 am 
Gordon MessmerOct 24, 2003 12:54 pm 
Stephen ArnoldOct 24, 2003 2:16 pm 
Mitch (WebCob)Oct 24, 2003 3:45 pm 
Stefan HornburgOct 25, 2003 3:29 am 
Sam VarshavchikOct 25, 2003 4:22 am 
Mitch (WebCob)Oct 25, 2003 12:23 pm 
ScottOct 25, 2003 12:40 pm 
Mitch (WebCob)Oct 25, 2003 3:05 pm 
Sam VarshavchikOct 25, 2003 6:07 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] upgrading to the current version 0.43.2 and gmake fails...Actions...
From:Gordon Messmer (yiny@eburg.com)
Date:Oct 24, 2003 11:37:06 am
List:net.sourceforge.lists.courier-users

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