标签: macos terminal compiler-errors vi lex
我正在尝试使用lex终端上的yacc编辑器执行vi和macbook程序。但是在使用命令进行编译时:
lex
yacc
vi
macbook
$ gcc lex.yy.c -o rvr
我得到了错误的世界:
symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
为什么会发生这种错误?