diff options
author | imp <imp@FreeBSD.org> | 1999-04-09 06:17:37 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 1999-04-09 06:17:37 +0000 |
commit | ca4d2961cf25492517103f99e59ffb9b4074e80a (patch) | |
tree | d8dc88b6af4e5c18bdb7307e1bbc03512751a8ad /UPDATING | |
parent | 4f46e3a4752cde918979c40e859a81c7a4ce7cf8 (diff) | |
download | FreeBSD-src-ca4d2961cf25492517103f99e59ffb9b4074e80a.zip FreeBSD-src-ca4d2961cf25492517103f99e59ffb9b4074e80a.tar.gz |
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.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 26 |
1 files changed, 25 insertions, 1 deletions
@@ -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 $ |