This is flex-2.3.7 compiled straight with gcc-2.1
I guess it needs no explanation.

You need to do a
	gcc (or -static) -o flex flex.a

You should now have:
flex		-> goes in /usr/bin (or wherever)
flex.1		-> goes in /usr/man/man1
flexdoc.1	-> goes in /usr/man/man1
flex.skel	-> goes in /usr/local/lib/flex

ADJUST AND CHECK ALL FILE PERMISSIONS (I built it as root)
