[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] LEX source code



http://www.gnu.org/manual/flex-2.5.4/flex.html

> sorry for the cross-post, but the topic is probably more in the developer
> area, but some user may know.
>
> I can't seem to find lex source code, I need to put it on a RaQ2 to install
> php.
> I did find snacc which says soemthing about lex, but I don't know if this
> is the correct one.
> http://linuxberg.lol.li/conhtml/preview/018-002-005-011C.html
> any help appreciated!
> TIA

Make sure to ln your flex files so that it exists in these two locations:

/usr/bin/flex
/usr/bin/flex++
/usr/local/bin/flex
/usr/local/bin/flex++

Otherwise, php4 will not make properly.

Please tell me how it all turns out for you.  I'm in the midst of attempting
to break the worlds record for slowest install ever right now on updated
apache, mysql, php4.  Are you using PHP 4.06 (the latest version to work
well on raq 2) or trying to fire up 4.1.2????

Later
grant