我正在尝试运行给定here的玩具示例的make文件,但它给了我以下错误:
g++ -o parser parser.o codegen.o main.o tokens.o corefn.o native.o `llvm-config
--libs` `llvm-config --ldflags` -lpthread -ldl -L/usr/bin -lz -lncurses -rdynamic
/usr/bin/ld: cannot find -lz
/usr/bin/ld: cannot find -lncurses
collect2: error: ld returned 1 exit status
Makefile:31: recipe for target 'parser' failed
make: *** [parser] Error 1
我使用的软件是:
Ubuntu是在Windows 8.1上运行的虚拟机。
任何评论都将不胜感激。