User forums > Using Code::Blocks

GCC Configuration

(1/1)

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.

Navigation

[0] Message Index

Go to full version