News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

GCC Configuration

Started by rpirpag, May 16, 2011, 03:57:29 PM

Previous topic - Next topic

rpirpag

Hello,

If I want to use the mingw/msys environment instead of the mingw which comes with CB. Do I also have to configure the Include, lib directories ( I assume mingw is installed in c:\mingw) in the compiler and linker search path?
If I compile libraries with msys then they will be installed in C:\MinGW\msys\1.0\local\include,lib. Do I have these paths also configure in the compiler and linker path or does CB find them automatically?


Thank you,
Reinhard

MortenMacFly

You have to configure this as every other compiler. This includes the path's to the executables, include folders (local and globale, e.g. /usr/local/include and /usr/ include) and the libs accordingly.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]