Hello people. Have been trying to convert ".c" (C) to object ".o". But i'd like being able to convert them to any other format, from ".i"(preprocessing), to ".exe" manually, passing step by step all the compiling process. I'd like to do it two ways.
1. Using only the compiler DevCpp uses (i don't know what ".exe" exactly is the compiler there are many executables in DevCpp\bin (make.exe, mingw32-c++.exe, mingw32-g++.exe,.. here it's a list http://inst.eecs.berkeley.edu/~instc...ler/index.html. So could you tell me what program should I use?
2. I like to know how to do it not depending on DevCpp, but once I know point 1, i supose that doing it DevCpp will make it easier, so how could I, from a blank source code file saved as .c, tell the program I want to compile it not the default .exe but object for example? Thanks.


I've open a shell, and in the c:\dev-cpp\bin directory (where gcc.exe is) i write
