Suppress Oracle ProC/c++ banner?
any Oracle ProC/C++ pre-compiler always displays the following banner each time a *.pc file will be compiled:
If there are any way to disable this banner from showing? I've tried to re-direct the stdout (but not the stderr) to /dev/null. Unfortunately Oracle pre-compiler outputs all errors into the stdout too (and not into the stderr, as expected). So there will be no error information's shown in this case too, which is unacceptable in my case.
Any ideas?