Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: TSalm on September 25, 2006, 11:57:29 am

Title: View the commands that build the project
Post by: TSalm on September 25, 2006, 11:57:29 am
Hi,

Is there a way to view the command (like "gcc main.cpp -o main"...) that use C::B when I launch the "build" ?

best regards,
Tsalm.
Title: Re: View the commands that build the project
Post by: David Perfors on September 25, 2006, 12:02:52 pm
Settings -> Compilers ande debuggers -> other -> Compiler logging
Title: Re: View the commands that build the project
Post by: TSalm on September 25, 2006, 01:55:16 pm
 :D thanks

Isn't it a best way to active it by default ? (just a suggestion)
Title: Re: View the commands that build the project
Post by: Pecan on September 25, 2006, 02:54:45 pm
:D thanks

Isn't it a best way to active it by default ? (just a suggestion)

I agree. Make it the default.

This question has come up so many times it "otta" be a clue.

One dev even uses it as a signature.

As a development environment, and for the sake of noobies, and for the sake of forum space, I vote to turn it on by default.

Title: Re: View the commands that build the project
Post by: David Perfors on September 25, 2006, 04:47:36 pm
I don't like it as default, I don't want to know what the commandline output is...
Title: Re: View the commands that build the project
Post by: takeshimiya on September 25, 2006, 08:58:33 pm
It's fine as is now, but it should be more accesible, doing a right-click on the pane and showing a menu.
Usually when I'm fiddling with different compilers I turn it on, otherwise I turn it off.
Title: Re: View the commands that build the project
Post by: TSalm on September 26, 2006, 09:32:49 am
Quote
It's fine as is now, but it should be more accesible, doing a right-click on the pane and showing a menu.

Personnaly, it's the first way where I searcg to set this option so I think that it's a good idea !