I want to compile my yacc file on ubuntu 22.04
I already install these
sudo apt-get install flex
sudo apt-get install bison
and the error message like this:
error message
should i add some libraries?
i asked chatgpt and it told me to change -ly to -l
but it didn’t work either
New contributor
nakuta0504 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
0