Re: Problem with crt1.o and init tls

From: Scot Hetzel <swhetzel_at_gmail.com>
Date: Fri, 21 Jan 2005 12:44:31 -0600
On Fri, 21 Jan 2005 12:36:11 -0600, Johan Kuuse <kuuse_at_redantigua.com> wrote:
> The base/ directory:
> 
> No sbin, bin, ubin, nor usbin whatsoever. :-(
> 
Ok, I thought they were split that way at one time.

To be safe run the base/install.sh script as follows:

cd /cdrom/base
mkdir /tmp/base   <- someplace to hold the files
DESTDIR=/tmp/base install.sh
cd /tmp/base
mv lib/* /lib
mv usr/lib/* /usr/lib
mv bin/* /bin
mv sbin/* /sbin
mv usr/bin/* /usr/bin
mv usr/sbin/* /usr/sbin

Scot
Received on Fri Jan 21 2005 - 17:44:36 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:26 UTC