Re: Error at compiling ifmail

Ian Southam (Ian.Southam@rayware.co.uk)
Fri, 18 Jul 1997 10:35:58 +0100 (BST)

On Fri, 18 Jul 1997, Wolfgang Grueneberg wrote:

> make[1]: Entering directory `/usr/src/ifmail/ifcico'
> lex flaglex.l
> make[1]: lex: Command not found
> make[1]: *** [flaglex.c] Error 127
> make[1]: Leaving directory `/usr/src/ifmail/ifcico'
> make: *** [all] Error 2
>
> I can't find any file named lex in my System. What can I do?

Try looking for a program called flex. If you find it, change the
makefile references to flex rather than lex.

---
Ian