c - Linker error with flex -


i finished compiling , installing flex macbook pro , tried compile file using flex. following error:

ld: library not found -lfl clang: error: linker command failed exit code 1 (use -v see invocation) make: *** [myhtml2txt] error 1 

i believe -lfl linker flex, why getting error, , how can fix it?

you missing add libflex or libfl. main error ld: library not found -lfltells library missing. l in -lfl denotes library. adding library not see error


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -