Author Topic: Different output using different compiler logging  (Read 3103 times)

mariocup

  • Guest
Different output using different compiler logging
« on: May 23, 2007, 11:07:56 am »
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