[Bugs] [Bug 1386390] Compilation fails on /usr/lib64/libfl.so: undefined reference to `yylex' collect2: error: ld returned 1 exit status
bugzilla at redhat.com
bugzilla at redhat.com
Wed Oct 19 16:55:10 UTC 2016
https://bugzilla.redhat.com/show_bug.cgi?id=1386390
Thomas Szteliga <ts at websafe.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |CLOSED
Resolution|--- |WORKSFORME
Last Closed| |2016-10-19 12:55:10
--- Comment #1 from Thomas Szteliga <ts at websafe.pl> ---
The solution is to run configure with an empty LEXLIB:
~~~~
make clean
./autogen.sh
./configure LEXLIB=
make
~~~~
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list