Author Topic: Show command lines  (Read 3411 times)

d4ljoyn

  • Guest
Show command lines
« on: May 17, 2007, 09:48:43 pm »
Is there a way to have C::B show the actual compiler and linker commands generated, or is there a log file that can be turned on.  I have been looking through the dialogs and reading furiously for a couple of hours and I can't find this option.

Thank you

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: Show command lines
« Reply #1 on: May 17, 2007, 09:51:34 pm »
Settings->Compiler and debugger->Global compiler settings->Other settings->Compiler logging, "Full command line"
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Offline Deschamps

  • Multiple posting newcomer
  • *
  • Posts: 120
Re: Show command lines
« Reply #2 on: May 17, 2007, 09:54:06 pm »
Quote from: d4ljoyn
(..) I have been looking through the dialogs and reading furiously for a couple of hours (..)

Really?  :D

Settings -> Compiler and Debugger -> Other settings -> Full command line (in Compiler loggin listbox)
You also can save log to an HTML file.

Regards.


Edit: TDragon has been faster than me :)
Those who were seen dancing were thought to be insane by those who could not hear the music

d4ljoyn

  • Guest
Re: Show command lines
« Reply #3 on: May 17, 2007, 09:54:50 pm »
You guys are the top!

Offline jazzer

  • Multiple posting newcomer
  • *
  • Posts: 30
Re: Show command lines
« Reply #4 on: May 21, 2007, 06:27:51 am »
It looks like it doesn't shows command lines for 'make' commands.
How can I see this line?