From ca4d2961cf25492517103f99e59ffb9b4074e80a Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 9 Apr 1999 06:17:37 +0000 Subject: Added a whole lot of information on upgrading with egcs and the common problems discussed in -current up through approx april 7th. Those more in the know please read these changes and send me corrections. I've only hit a few of the cases, not all of them, so my reporting is second hand at best. --- UPDATING | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index ee8ee56..d45cc47 100644 --- a/UPDATING +++ b/UPDATING @@ -3,6 +3,30 @@ Updating Information for FreeBSD current users This file is maintained by imp@village.org. Please send new entries to him. See end of file for further details. +1990408: + In recent days egcs has been imported into the tree. A number + of problems have been discussed in -current. Here is a highlight + of a few of the more common ones. With the exception of make + -j n, they have been claimed to have been fixed. + + c++ is broken after make world: This is correct. Because we + changed compilers two make worlds are necessary to get C++ + working again. The code generated by the old compiler and new + compiler are not compatible, so things wind up being + undefined. + + cpp is broken in make world: There was a window where cpp + would be built incorrectly. The fix for this is + cd src/sys/gnu/usr.bin/cc + make clean + make all + make install + and this should correct your problems. See the -current + archives for a version of this that does moer cleaning. + + Make -j n doesn't work. Work contiunes to make this work, + I've seen no reports of success as of April 7th. + 19990316: The name of the old wd.c and atapi.c based CDROM driver has been changed back to wcd. So update your config file to use @@ -156,4 +180,4 @@ version of FreeBSD, you are on your own to get to November 18, 1998. Please filter your entries through Warner (imp@village.org) so that the style, formatting, etc of this file can be maintained. -$Id: UPDATING,v 1.22 1999/03/10 06:21:28 imp Exp $ +$Id: UPDATING,v 1.23 1999/03/18 05:39:45 imp Exp $ -- cgit v1.1