[plug] gcc error - now lex error

Christian christian at global.net.au
Sat Mar 20 19:05:39 WST 1999


"Shackleton, Kevin" wrote:
> 
> Quite right thanks Andrew - slowly getting the hang of dselect.
> 
> Next step:
>         lex  -oclientscan.c clientscan.l
>         make: lex: Command not found
> 
> any idea where lex is to be found?

ophelia:~$ which lex
/usr/bin/lex
ophelia:~$ which flex
/usr/bin/flex

You're usually best to use flex - faster and has a couple of extra
feature for memory.

For future reference, locate/find are also useful commands to find and
locate files on your machine.

-- 
========================================================================
I'm not trying to give users what they want, I'm trying to give them
freedom, which they can then accept or reject. If people don't want
freedom, they may be out of luck with me, but I won't allow them to 
define for me what is right, what is worth spending my life for.
                                                    - Richard Stallman


More information about the plug mailing list