Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jul 1996 15:20:39 -0600 (MDT)
From:      Nate Williams <nate@mt.sri.com>
To:        Mr Operating System <freebsd@shadows.aeon.net>
Cc:        freebsd-current@freebsd.org
Subject:   Re: A couple of problems!!
Message-ID:  <199607092120.PAA19859@rocky.mt.sri.com>
In-Reply-To: <199607092057.XAA18578@shadows.aeon.net>
References:  <199607091636.KAA18405@rocky.mt.sri.com> <199607092057.XAA18578@shadows.aeon.net>

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

Then you aren't running current.

> 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)

It must have an old version of lex then, but that also doesn't make
sense given that it can't build w/out the bootstrap.

Look at the Makefile, it should have an ID of:
# $Id: Makefile,v 1.5 1996/06/19 20:46:57 nate Exp $


Nate



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