I am testing various c++ compilers, so there are cygwin, mingw-3.3.5, mingw-4.2, mingw-4.3, tdm-mingw-4.3 ... on my machine.
When I compile something, regardless of the selection of compiler in my project, gcc or g++, which resides in the first directory in $PATH, is invoked.
I tried to read the source, but i couldn't find where to execute the compiler now. I suggest a absolute path be used rather than a relative one.
Help me! Thanks all!
