Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jan 95 17:16:11 EST
From:      Martin Renters <martin@innovus.com>
To:        gfoster@osmre.gov (Glen Foster)
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: make world falls over on ranlib libc.a
Message-ID:  <199501042210.OAA01183@freefall.cdrom.com>
In-Reply-To: <199501041839.NAA20467@nomad.osmre.gov>; from "Glen Foster" at Jan 4, 95 1:39 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> with error message:
> 
> ranlib: libc.a: Inappropriate file type or format
> 
> after //ftp.freebsd.org/pu/FreeBSD/FreeBSD-current/usr/src.tar.gz;
> rm -rf /usr/src; gunzip and un-tar into /usr/src; make world; oops, no
> bsd.info.mk, make mk; make world on a 2.0R system.
> 
> What am I doing wrong?  How can I recover?

You need to do:

	cd /usr/src; make mk; make includes
	cd /usr/src/usr.bin/ar; make; make install
	cd /usr/src/usr.bin/ranlib; make; make install

Martin



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