Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 1996 18:20:03 +0100 (MET)
From:      "Werner Griessl" <werner@btp1da.phy.uni-bayreuth.de>
To:        questions@freebsd.org
Subject:   "stable" with DESTDIR: 2. try
Message-ID:  <199601151720.SAA13378@btp1da.phy.uni-bayreuth.de>

next in thread | raw e-mail | index | archive | help
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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601151720.SAA13378>