Subject: Re: lex problem?
To: None <bdc@ai.mit.edu>
From: Mike Long <mike.long@analog.com>
List: current-users
Date: 04/08/1994 23:06:11
>From: bdc@ai.mit.edu (Brian D. Carlstrom)
>Date: Fri, 8 Apr 94 14:03:15 EDT

>fnord# make
 ^^^^^ What do you expect with a hostname like that one? :-)

>the problem seems to be that it cant be bootstrapped from the old one.
>i got a fresh 2.4.6 and built it on the sun and used it make lex.yy.c.

Use initscan.c to bootstrap flex if you run into problems:

cd /usr/src/usr.bin/lex
cp initscan.c scan.c
make && make install
rm scan.c
make && make install

That should do it.
-- 
Mike Long                                         Mike.Long@Analog.com
VLSI Design Engineer                              voice: (617)461-4030
Analog Devices, SPD Div.                            FAX: (617)461-3010
Norwood, MA 02062                            *this = !opinion(Analog);

------------------------------------------------------------------------------