Argon2 Makefile引发错误(Windows)

时间:2018-07-09 00:29:51

标签: c windows makefile

我正在尝试将argon2用于C。我克隆了存储库,并尝试通过在存储库的根目录中键入make来自己构建存储库。但是,请抛出此错误:

Building without optimizations
cc -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread  src/argon2.c src/core.c 
src/blake2/blake2b.c src/thread.c src/encoding.c src/ref.c src/run.c -o argon2
process_begin: CreateProcess(NULL, cc -std=c89 -O3 -Wall -g -Iinclude -Isrc - 
pthread src/argon2.c src/core.c src/blake2/blake2b.c src/thread.c 
src/encoding.c src/ref.c src/run.c -o argon2, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [argon2] Error 2

我提到了this stack overflow post,但由于没有安装“ cc”,因此我认为出现此错误。什么是“ cc”,我是否需要安装“ cc”?顺便问一下,我在窗户上。我知道这是一个非常具体的问题,但也许有人可以帮助我。

0 个答案:

没有答案