> On 29 Apr 2015, at 00:11, David Macek <david.mace...@gmail.com> wrote: > > Looking at the attached logs, I see that both of them call gcc -V with the > same failure and the difference is actually in this command: > > i686-w64-mingw32-gcc -march=i686 -mtune=generic -O2 -pipe -D_FORTIFY_SOURCE=2 > -D__USE_MINGW_ANSI_STDIO=1 -pipe conftest.c > > I have no idea why that would fail in one case and not in the other. Does > that command fail when run from the SSH command line (without going through > configure)? You may have to check the exit code (by running `echo $?` as the > next command). > > The contents of conftest.c is in the log, but I'll also paste it here: > > /* confdefs.h */ > #define PACKAGE_NAME "" > #define PACKAGE_TARNAME "" > #define PACKAGE_VERSION "" > #define PACKAGE_STRING "" > #define PACKAGE_BUGREPORT "" > #define PACKAGE_URL "" > /* end confdefs.h. */ > > int > main () > { > > ; > return 0; > }
Hi David, sorry for taking some time... I can’t fully understand the implications of what you explain, so I just do what you say in hope it turns up something useful. Running the i686-w64......test.c line on the ssh command line returns an error: $ i686-w64-mingw32-gcc -march=i686 -mtune=generic -O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe conftest.c bash: i686-w64-mingw32-gcc: command not found > echo $? returns 127 It is actually not surprising that i686-w64-mingw32-gcc is not found as /mingw32/bin is not in the path. But I have been doing all the different builds in the msys shell only (well msys in an s-shell), and the 64-bit one went through as well... Is that of any help? Best Rainer ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Msys2-users mailing list Msys2-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/msys2-users