开发者

MinGW gcc error: "undefined reference to `yylloc'"

开发者 https://www.devze.com 2023-01-03 20:28 出处:网络
Where can I find yylloc? I have included libfl.a (-lfl) in gcc command line, added GnuWin32/bin and GnuWin32/lib directories to system variable LIB, searched through all files in GnuWin32 - neither I

Where can I find yylloc? I have included libfl.a (-lfl) in gcc command line, added GnuWin32/bin and GnuWin32/lib directories to system variable LIB, searched through all files in GnuWin32 - neither I nor开发者_运维知识库 gcc can find it.


It's Bison variable, it cannot be used without Bison-generated .c file.

0

精彩评论

暂无评论...
验证码 换一张
取 消