From owner-freebsd-questions Mon Jan 15 09:20:08 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA24907 for questions-outgoing; Mon, 15 Jan 1996 09:20:08 -0800 (PST) Received: from btp1da.phy.uni-bayreuth.de (btp1da.phy.uni-bayreuth.de [132.180.20.32]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA24841 for ; Mon, 15 Jan 1996 09:20:03 -0800 (PST) Received: (from werner@localhost) by btp1da.phy.uni-bayreuth.de (8.6.12/8.6.12) id SAA13378 for questions@freebsd.org; Mon, 15 Jan 1996 18:20:03 +0100 Message-Id: <199601151720.SAA13378@btp1da.phy.uni-bayreuth.de> Subject: "stable" with DESTDIR: 2. try To: questions@freebsd.org Date: Mon, 15 Jan 1996 18:20:03 +0100 (MET) From: "Werner Griessl" X-Mailer: ELM [version 2.4 PL25 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org Precedence: bulk Today I tried do build the newest stable-tree with DESTDIR set to an empty directory /usr/newsys and failed with: ranlib libg++.a make: don't know how to make /usr/newsys/usr/lib/c++rt0.o. Stop *** Error code 2 It seems that "lib/csu/i386" have to build before "gnu/lib/". Here is what I did: 1) ln -s /F/newsys /usr/newsys # link to a nfs directory 2) cd /usr/ssrc # the stable source tree (also nfs) 3) setenv DESTDIR /usr/newsys 4) make -DNOSECURE -DNOPROFILE world >& world.log & Is this correct or what did I wrong ? The idea was to build a stable system (from 2.1.0-R) without touching the running system. Werner P.S: I forgot to say: I built and installed a stable kernel from the same source tree before.