Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Papito on November 12, 2008, 12:49:02 am

Title: Viewing the commands used when compiling/linking
Post by: Papito on November 12, 2008, 12:49:02 am
I need to report an error message that occurs when linking an application, what CB displays is the error found when linking, but not the command(s) used by the linker that led to the error, please, could someone tell me how to retrieve the commands issued by the GCC when linking.

Thanks in advance
Title: Re: Viewing the commands used when compiling/linking
Post by: stahta01 on November 12, 2008, 03:15:12 am
Turn on Compiler Full Logging

http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F

Tim S