Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚安装了最新版本的cygwin。想编译和运行一个简单的文件。当我打开 cygwin 终端并输入任何命令时:gcc,cc,g++ 它说找不到命令。我在这里想念什么
您缺少gcc、cc和g++命令。
gcc
cc
g++
并非所有软件包都默认安装。您需要setup.exe再次运行并选择gcc和gcc-g++进行安装。您会在Devel(开发)类别下找到它们。
setup.exe
gcc-g++
Devel