14 Feb
2003
14 Feb
'03
6:34 p.m.
On Friday 14 February 2003 09:46, EDL.Essed@belastingdienst.nl wrote:
LEXLIB in src/Makefile is set to nothing (empty).
Set LEXLIB=-lfl in src/Makefile by hand and try to compile it. If this works, the configure script has a problem in finding the flex library.
Checking output of configure gives me:
checking for flex... flex checking for flex... (cached) flex checking for yywrap in -lfl... no
Checking config.log, I see libfl.a can not be found. libfl.a is installed in /usr/local/lib LIBDIR=/lib:/usr/local/lib
Any other env variable I should set?
I'm not familiar with AIX, but are you shure it's enough to set the env. variable LIBDIR (at least: you should export it)??? Achim