when i compile my .cpp files i feel that g++ is very slow.
i thought it was natural since C++ is very complex to compile.
but when i run cl on same files it compiles much faster.

are there any options to make g++ run faster. or may be my g++ version is old. although i am using latest MinGW package.

cl is the name of Microsoft Compiler. I have MSVC .Net 2003 but I use it from command line only!