bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #31361] MinGW make inexplicably invokes as.exe


From: Adam J Richardson
Subject: [bug #31361] MinGW make inexplicably invokes as.exe
Date: Mon, 18 Oct 2010 13:33:53 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.8 (KHTML, like Gecko) Ubuntu/10.04 Chromium/7.0.529.0 Chrome/7.0.529.0 Safari/534.8

Follow-up Comment #3, bug #31361 (project make):

Thanks Eli. From my make output, make is already passing -v to cc1plus. It
doesn't mention anything about not writing the file (or writing it and then
deleting it).

I see from this:

COLLECT_GCC_OPTIONS='-v' '-DSmallTestLib_EXPORTS' '-Wwrite-strings'
'-std=c++0x' '-pedantic-errors' '-pedantic' '-Wall' '-W' '-Weffc++' '-Wmain'
'-Wextra' '-DBUILD_DLL' '-s' '-o'
'CMakeFilesSmallTestLib.dirsrcSmallTestLib.cc.obj' '-c' '-mtune=generic'
'-march=i686'
 c:/programs/mingw/bin/../libexec/gcc/i686-pc-mingw32/4.5.1/cc1plus.exe
-quiet -v -iprefix c:programsmingwbin../lib/gcc/i686-pc-mingw32/4.5.1/
-DSmallTestLib_EXPORTS -DBUILD_DLL
C:UsersbuildbotReu2binbga120buildReu2SmallTestLibsrcSmallTestLib.cc -quiet
-dumpbase SmallTestLib.cc -mtune=generic -march=i686 -auxbase-strip
CMakeFilesSmallTestLib.dirsrcSmallTestLib.cc.obj -Wwrite-strings
-pedantic-errors -pedantic -Wall -W -Weffc++ -Wmain -Wextra -std=c++0x
-version -o C:UsersARICHA~1TempccZ6Tt4P.s

that make also passes -quiet (twice in fact), will this prevent cc1plus
telling me about the output file? If so, how can I configure make to stop it
passing -quiet?


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?31361>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]