News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Different output using different compiler logging

Started by mariocup, May 23, 2007, 11:07:56 AM

Previous topic - Next topic

mariocup

Hi Codeblocks team,

I added different compilers to codeblocks. As these compilers have built in search dirs, the search dirs entries of the compilers are set empty within codeblocks.
If I generate my projects with compiler logging: Task description, only one file is compiled and then codeblocks tries to link. If I use full command line as compiler logging everything works fine.
I logged the Task description with html (always output full command line) and found the following difference.

Task Descripition invokes with
-I -c file
Full command line invokes with
-c file.

The additional -I option without a path causes the problem.

Regards,

Mario