On 3/16/2012 06:16, Jim Michaels wrote: > g++.exe: error: CreateProcess: No such file or directory > > I always get this error when compiling programs using > c:\mingw-w32-bin_i686-mingw_20111127\mingw\bin\g++.exe > to compile my programs.
Don't do that, its already been ask many times. > up to now, I have been using > c:\mingw-w32-bin_i686-mingw_20111127\bin\i686-w64-mingw32-g++.exe > Yes, use this instead. > I suppose this means I can't use MSYS because I am using 20111127... > I never could get MSYS on mingw-w64 to work - or configured to work with > mingw-w64. > Its already a solved problem, use --host=i686-w64-mingw32. ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
