TheLonelyPhoenix
Diamond Member
How can I redirect errors from a g++ compile to a file instead of having them all thrown on-screen? I've tried redirecting standard output like this:
g++ myCode.cpp -omyProgram > errors.lst
...but the errors still hit the screen instead.
This is under Slackware Linux, btw.
g++ myCode.cpp -omyProgram > errors.lst
...but the errors still hit the screen instead.
This is under Slackware Linux, btw.