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

I found the random filename elsewhere in the results file. Looks like cc1plus
produces Assembler output in a temp location and then as compiles it into
machine code. Ok, so that's how the build system works. Fine.

Invoking cc1plus by hand, I find the Assembler output in the temporary
location. So maybe this is a cc1plus problem rather than a make problem. Or is
it? I'm confused now.

Is there a way to get more output from cc1plus? I need to find out why the
command doesn't produce the Assembler output when called by make. I think it's
a make problem because cc1plus works fine when I use Code::Blocks to do the
compiling. (Code::Blocks does not use make, it calls cc1plus directly.)


    _______________________________________________________

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

Reply via email to