Paul Dufresne, le mar. 09 févr. 2021 15:10:00 -0500, a ecrit: > https://stackoverflow.com/questions/1811125/undefined-reference-to-yywrap > suggests %option noyywrap > in the scanner specification > > Adding it to ../lexxer.l: It worked!
How did you add it precisely? (more explicitly: please send a patch) Possibly we don't need yywrap at all, and that'll alleviate the flex dependency, thus making things simpler. Samuel