From owner-freebsd-hackers Sun Feb 11 17:34:11 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA24671 for hackers-outgoing; Sun, 11 Feb 1996 17:34:11 -0800 (PST) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA24657 for ; Sun, 11 Feb 1996 17:34:08 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id SAA17831; Sun, 11 Feb 1996 18:36:52 -0700 Date: Sun, 11 Feb 1996 18:36:52 -0700 From: Nate Williams Message-Id: <199602120136.SAA17831@rocky.sri.MT.net> To: hackers@FreeBSD.org Subject: GCC 2.7.2 bugs Sender: owner-hackers@FreeBSD.org Precedence: bulk I found this in the textutils distribution. If you are building with gcc-2.7.2, when you run configure you should expect[*] to see this line (along with lots of others): checking for working const... no That means configure has detected that gcc-2.7.2 generates bad code for certain uses of `const' casts. Although we don't make *heavy* use of const, I guess it's yet another reason to not upgrade our gcc compiler. Nate