Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/UPDATING,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- src/UPDATING 2001/02/20 06:00:54 1.18 +++ src/UPDATING 2001/02/24 01:05:04 1.19 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.18 2001/02/20 06:00:54 jmc Exp $ +$NetBSD: UPDATING,v 1.19 2001/02/24 01:05:04 cgd Exp $ This file is intended to be a brief introduction to the build process and a reference on what to do if something doesn't work. @@ -13,6 +13,8 @@ Recent changes: to be bootstraped manually until the host system is current. Known problems: sys/arch/macppc/stand/fixcoff + usr.sbin/config (adding -DMAKE_BOOTSTRAP to + CFLAGS and rebuilding should work) 20010204: prepare the code to compile with stricter gcc flags. in @@ -192,4 +194,8 @@ Fix: Build and install usr.bin/mklocale Symptom:undefined reference to `__assert13' Fix: Rebuild and install lib/libc +Symptom:usr.sbin/config fails to build. +Fix: Try building with -DMAKE_BOOTSTRAP added to CFLAGS in Makefile. +Symptom:undefined reference to `getprogname' or `setprogname' +Fix: Rebuild and install lib/libc