我必须为一个学校项目使用flex和bison进行编译。 它们给我提供了新语言的示例,但我无法编译它们。 该代码对其他人来说很好用,所以问题出在我的Mac上。当我尝试使用make命令进行编译时,会出现问题,他说“ ld:找不到-lglib-2.0的库”。
我已经安装了“ Glib”,但这不能解决问题。
make
[ 20%] Linking C executable facile
ld: library not found for -lglib-2.0
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [facile] Error 1
make[1]: *** [CMakeFiles/facile.dir/all] Error 2
make: *** [all] Error 2
我需要编译代码才能在项目上工作。
谢谢