From owner-freebsd-current Sun Dec 5 9:26:39 1999 Delivered-To: freebsd-current@freebsd.org Received: from mailgw.cablecom.ne.jp (mailgw.cablecom.ne.jp [202.248.199.37]) by hub.freebsd.org (Postfix) with ESMTP id 32C13153D3 for ; Sun, 5 Dec 1999 09:26:33 -0800 (PST) (envelope-from motoyuki@snipe.rim.or.jp) Received: from srv2.cablecom.ne.jp by mailgw.cablecom.ne.jp (8.9.3/3.7W) id CAA25484; Mon, 6 Dec 1999 02:26:32 +0900 (JST) Received: from mail.snipe.rim.or.jp by srv2.cablecom.ne.jp (8.9.3/3.7W) id CAA00824; Mon, 6 Dec 1999 02:26:31 +0900 (JST) Received: from sakura.snipe.rim.or.jp (sakura.snipe.rim.or.jp [192.168.11.4]) by mail.snipe.rim.or.jp (8.9.3/3.7W) with ESMTP id CAA94808 for ; Mon, 6 Dec 1999 02:26:30 +0900 (JST) Received: from sakura.snipe.rim.or.jp (localhost [127.0.0.1]) by sakura.snipe.rim.or.jp (8.9.3/3.7W) with ESMTP id CAA00322 for ; Mon, 6 Dec 1999 02:26:30 +0900 (JST) Message-Id: <199912051726.CAA00322@sakura.snipe.rim.or.jp> To: current@freebsd.org X-Mailer: mh-e on Mule 2.3 / Emacs 19.34.1 Subject: patch for Makefile.inc1 Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Date: Mon, 06 Dec 1999 02:26:30 +0900 From: Motoyuki Konno Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have found that lib/aout/libgcc.a is needed to build lib/aout/libncurses, but libgcc.a is not listed in bootstrap-libraries in the Makefile.inc1. So, I think the following patch is needed to build the a.out libraries. -------- patch begins here -------- --- Makefile.inc1.old Fri Nov 26 05:05:07 1999 +++ Makefile.inc1 Mon Dec 6 02:25:16 1999 @@ -662,6 +662,7 @@ # libm must be built before libstdc++. # libmd must be built before libatm, libcrypt, libopie, libradius, libskey, # and libtacplus. +# libgcc must be built before libncurses. # libncurses must be built before libdialog, libedit and libreadline. # libradius must be built before libpam. # libskey must be built before libpam. @@ -713,7 +714,7 @@ # host. # bootstrap-libraries: -.for _lib in ${_csu} lib/libc lib/libncurses \ +.for _lib in ${_csu} lib/libc gnu/lib/libgcc lib/libncurses \ gnu/lib/libregex gnu/lib/libreadline \ lib/libedit ${_libm} \ lib/libmd lib/libcrypt lib/libutil lib/libz usr.bin/lex/lib \ -------- patch ends here -------- -- ------------------------------------------------------------------------ Motoyuki Konno mkonno@res.yamanashi-med.ac.jp (Univ) motoyuki@snipe.rim.or.jp (Home) motoyuki@FreeBSD.ORG (FreeBSD Project) Yamanashi Medical University http://www.freebsd.org/~motoyuki/ (WWW) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message