Cygwin 无法编译

Cygwin 无法编译

我刚刚下载了 Cygwin,我以前从未使用过它,因为我一直使用 putty。Cygwin 不让我编译;我可以看到文件,但它就是不让我编译,我不明白为什么,我做错了什么吗?

事情是这样的:

Christine@Christine-PC ~
$ ls
8.6.c   a.b.c  a.c.c  core    new  2.txt  test.c
9.13.c  a.c    a.out  days.c  new2.c      test.txt

Christine@Christine-PC ~
$ gcc a.c.c
-bash: gcc: command not found

答案1

gcc如果想要编译,则需要安装。setup再次运行并选择它。

相关内容