[Bug c++/56761] Error: CreateProcess: No such file or directory

ktietz at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Mar 28 09:25:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56761

Kai Tietz <ktietz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |ktietz at gcc dot gnu.org
         Resolution|                            |WORKSFORME

--- Comment #3 from Kai Tietz <ktietz at gcc dot gnu.org> 2013-03-28 09:25:25 UTC ---
(In reply to comment #2)
> There is no <iostream.h> header in standard C++, so any code written in the
> last 15 years should not try to use it.

Nor is there such a header in mingw.  Not sure where you get things from, but
all in all it sounds to me like you are invoking the wrong binaries.  Do you
call the executable in sysroot/bin, or that from sysroot/i686-pc-mingw32/bin,
or those from sysroot/mingw/bin ?
Anyway please report such issues on mingw.org's ML.



More information about the Gcc-bugs mailing list