From owner-freebsd-current Tue Jul 9 14:05:57 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA07313 for current-outgoing; Tue, 9 Jul 1996 14:05:57 -0700 (PDT) Received: from shadows.aeon.net (shadows.aeon.net [194.100.41.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA07012 for ; Tue, 9 Jul 1996 14:00:38 -0700 (PDT) Received: (from freebsd@localhost) by shadows.aeon.net (8.7.5/8.6.9) id XAA18578 for freebsd-current@freebsd.org; Tue, 9 Jul 1996 23:57:58 +0300 (EET DST) From: Mr Operating System Message-Id: <199607092057.XAA18578@shadows.aeon.net> Subject: Re: A couple of problems!! To: freebsd-current@freebsd.org Date: Tue, 9 Jul 1996 23:57:58 +0300 (EET DST) In-Reply-To: <199607091636.KAA18405@rocky.mt.sri.com> from Nate Williams at "Jul 9, 96 10:36:10 am" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > If you read the -current email, you'd know that you *must* first do a > 'make bootstrap' in the lex diretory first. So > > # cd /usr/src/usr.bin/lex > # make clean > # make bootstrap > # make > # make install > > It'll work fine from then on. and when it doesnt? cd /usr/src/usr.bin/lex && make -DNOMAN -DNOPROFILE bootstrap && make -DNOMAN -DNOPROFILE all install make: don't know how to make bootstrap. Stop *** Error code 2 Stop. shadows# tried manually too, different things... no dice my machine just dont know how to 'make bootstrap' sup's about few hours old, from sup.de.freebsd.org (it has contrib now) > Nate mickey