如何安装build-essential
的Cygwin
?
我尝试过使用:apt-cyg install build-essential
但是不起作用.
Installing build-essential
Package build-essential not found or ambiguous name, exiting
Run Code Online (Sandbox Code Playgroud)
我也有以下问题:
(gedit: 13864): Gtk-WARNING **: can not open display:
Run Code Online (Sandbox Code Playgroud)
所以我无法安装紧缩.看见:
$ make all
Building binary...
/usr/bin/gcc -pthread -Wall -pedantic -std=c99 undefined crunch.c -lm -o crunch
gcc: error: undefined: No such file or directory
Makefile:48: recipe for target 'crunch' failed
make: *** [crunch] Error 1
Run Code Online (Sandbox Code Playgroud)
这有什么问题,我该如何解决?