Re: Error at compiling ifmail

Wolfgang Grueneberg (wolfgang@wog.han.de)
Fri, 18 Jul 1997 09:40:50 +0200

Hey Greg!

Greg F Frydenlund wrote:

> Most linux distribtutions come with libgdbm.* in either /lib or /usr/lib. Have you tried to find the
> lib.
> example:
> ~$ find -name libgdbm.*

I have found libgdbm. Then I have changed the line "LIBS = ldbm" in
"LIBS = lgdbm". This action removed the error. Thanks for the good hint.
But now another error occur:

ifcico
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?

Greetings
Wolfgang