summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-09-03 06:13:43 +0000
committerimp <imp@FreeBSD.org>2002-09-03 06:13:43 +0000
commit15a569fc657c1c03293e521886504b8f4837d166 (patch)
tree4672d9641a84604c60b1df25383e2abb511687d9 /UPDATING
parent26df3d636ef5ceee477279de3f5fd89e956277b9 (diff)
downloadFreeBSD-src-15a569fc657c1c03293e521886504b8f4837d166.zip
FreeBSD-src-15a569fc657c1c03293e521886504b8f4837d166.tar.gz
gcc 3.2
rm -rf /usr/include/g++ needed to upgrade from 4.6
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d3585a4..e35055f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,14 @@ NOTE TO PEOPLE WHO THINK THAT 5.0-CURRENT IS SLOW:
integrity. Re-enabling write caching can substantially improve
performance.
+20020831:
+ gcc has been upgraded to 3.2. It is not all binary compatible
+ with earlier versions of gcc for c++ programs. All c++
+ programs and libraries need to be recompiled.
+
+ Also, if you encounter g++ issues, rm /usr/include/g++/* before
+ doing an installworld to make sure that stale files are removed.
+
20020827:
Our /etc/termcap now has all the entries from the XFree86 xterm
almost unchanged. This means xterm now supports color by default.
@@ -987,6 +995,7 @@ COMMON ITEMS:
make installkernel KERNCONF=YOUR_KERNEL_HERE
reboot in single user [3]
mergemaster -p [5]
+ rm -rf /usr/include/g++
make installworld
mergemaster [4]
[1]
OpenPOWER on IntegriCloud