Closed wroniasty closed 8 years ago
Build fails on ubuntu ( undefined reference to 'yywrap').
undefined reference to 'yywrap'
Solution: apt install libfl-dev
apt install libfl-dev
and modify Makefiles to link against -lfl.
-lfl
Build fails on ubuntu (
undefined reference to 'yywrap'
).Solution:
apt install libfl-dev
and modify Makefiles to link against
-lfl
.