gcc找不到-lgcc,g ++。exe:错误:CreateProcess:没有这样的文件或目录

时间:2018-09-05 11:00:52

标签: c++ gcc g++ mingw

我试图在Windows上使用MingGW,但是当我尝试编译c / c ++文件时,使用C(gcc)进行编译时会发生以下错误

> gcc c:\Users\Administrator\Desktop\C_C++\helloworld\hello.c - o c:\Users\Administrator\Desktop\C_C++\helloworld/hello

c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot find -lgcc
c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot find -lgcc_eh
c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot find -lgcc
c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot find -lgcc_eh
collect2.exe: error: ld returned 1 exit status

当我使用C ++(g ++)编译时会发生以下错误

> g++ c:\Users\Administrator\Desktop\C_C++\helloworldcpp\hello.cpp -o c:\Users\Administrator\Desktop\C_C++\helloworldcpp/hello

g++.exe: error: CreateProcess: No such file or directory

路径变量是 C:\ MinGW \ bin 。我已经在基本的安装程序包中下载了mingw-developer-toolkit,mingw32-base,mingw32-gcc-g ++和msys-base。我也收到iostream的#include错误。我已经尝试了Internet上几乎所有的方法,但是无法解决。

1 个答案:

答案 0 :(得分:0)

MinGW似乎安装不正确。

重新安装它可能会解决此问题。