Re: [Flex-help] undefined reference to 'yylex'
flex is a tool for generating scanners
Brought to you by:
wlestes
From: liugongquan123 <liu...@16...> - 2014-04-14 08:49:04
|
Dear Michele, I wonder if there is something incorrect in the generated Makefile , leading to the absence of yylex defination when generating libfl.so. ButI don't know how to fix it.Can you help me? Thank you!>The question is why the linker isn't finding yylex() in his libfl.so, even though it's looking there. I'll look into that later this >evening. The point of libfl is that it provides(among other things) a yylex(). |