Page 1 of 1

How to specify location of MinGW

Posted: Sat Oct 15, 2011 12:28 am
by gopalvenu
I have CodeLite + MingGW-4.4.1 and WxWidgets 2.9.2.

I installed wxWidgets version 2.8.12 also and can switch between the two versions (2.8.12 and 2.9.2) using the following environment variable "WXWIN=C:\xxx\wxWidgets-2.9.2" or "WXWIN=C:\xxx\wxWidgets-2.8.12" - this works well.

I also installed MinGW 4.6.1 in a different directory. How do I switch between the two versions of MinGW (4.4.1 and 4.61) - didn't see an environment variable that specifies the path to MinGW.

Re: How to specify location of MinGW

Posted: Sat Oct 15, 2011 3:02 am
by gopalvenu
I was able to specify the location by modifying the PATH environment variable.