> man gcc retorna: > > -save-temps > Store the usual ``temporary'' intermediate files permanently; place them in > the current directory and name them based on the source file. Thus, compiling > foo.c with -c -save-temps would produce files foo.i and foo.s, as well as > foo.o. This creates a preprocessed foo.i output file even though the compiler > now normally uses an integrated preprocessor.
si compilo con -save-temps me deja almacenado los temporales correo.i, correo.s pero no guarda el archivo correo.o =( Roberto Leiva M.

