I just switched from Windows10 to Ubuntu 20.04.2, and after installing Flex and Bison using these commands :
sudo apt-get update
sudo apt-get flex bison
I get an error after running gcc lex.yy.c syntaxique.tab.c -lfl -ly -o acad
Image here
Please
- How can I get all the appropriate development packages for flex and bison installed ?
- Do I have to copy libraries to the bin folder like in windows?
- If gcc works, how i compile the program.txt? is it with
acad<pgm.txt?
Thanks in advance.