Re: Liby Librarrying missing
"James K. Lowden" <[email protected]> Tue, 12 Dec 2023 20:22:54 -0500
| Newsgroups | gmane.comp.parsers.bison.general |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 13 Dec 2023 15:45:36 +0000 Lotfi via Users list for the GNU Bison parser generator <[email protected]> wrote: > I am trying to run this command > > > gcc lex.yy.c synt3.tab.c -lfl -ly > > while synt3.tab.c is a file BISON produced.It seems that I do not > have the -ly library. I am using an ubuntuOS, pleas any assistance? $ dpkg -L libbison-dev | grep liby /usr/lib/aarch64-linux-gnu/liby.a You just need the dev package. :-) --jkl