URL: <http://savannah.gnu.org/bugs/?31361>
Summary: MinGW make inexplicably invokes as.exe Project: make Submitted by: fatman_uk Submitted on: Mon Oct 18 11:58:08 2010 Severity: 3 - Normal Item Group: Bug Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any Component Version: 3.78 Operating System: MS Windows Fixed Release: None Triage Status: None _______________________________________________________ Details: Please see http://cmake.org/Bug/view.php?id=11315 . To summarize: from an initial cause of "g++.exe: CreateProcess: No such file or directory", I have narrowed the issue down to MinGW make (32-bit). It appears make is invoking as.exe, trying to Assemble a non-existent randomly-named temporary file, thus producing the "no such file" error. C:\Users\buildbot\Reu2\bin\bga120\build\Reu2\cmake>make --version GNU Make version 3.78.1, by Richard Stallman and Roland McGrath. Built for Windows32 <snip> C:\Users\buildbot\Reu2\bin\bga120\build\Reu2\cmake> A sample of output: https://dreamtrack.dnsalias.com/downloads/makefile-release.txt And my simplified makefile: https://dreamtrack.dnsalias.com/downloads/Makefile.simple I see 3.78.1 is an old version, so I will try upgrading my make.exe. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?31361> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ _______________________________________________ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make