This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Piping Compiler Output


Hello,

I'd like to write the output of the gcc compiler to a file (logging). I've
tried using the > operator, but that doesn't seem to work, and I also
download the source to cat, and modified it so it logged to file instead of
printing text, and that won't work either (although it does work if I do an
ls or any other simple command).

Any ideas?

Regards, Scott.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]