llvm玩具示例错误

时间:2017-01-07 11:52:03

标签: llvm llvm-clang llvm-ir

我正在尝试运行给定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

我使用的软件是:

  • clang version 3.8.0-2ubuntu4(tags / RELEASE_380 / final)
  • 目标:x86_64-pc-linux-gnu
  • 主题模型:posix
  • InstalledDir:/ usr / bin

Ubuntu是在Windows 8.1上运行的虚拟机。

任何评论都将不胜感激。

0 个答案:

没有答案