Date: Sun, 11 Feb 1996 18:36:52 -0700 From: Nate Williams <nate@sri.MT.net> To: hackers@FreeBSD.org Subject: GCC 2.7.2 bugs Message-ID: <199602120136.SAA17831@rocky.sri.MT.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602120136.SAA17831>