This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: g++ and stdout strangeness
- To: gcc at gcc dot gnu dot org
- Subject: Re: g++ and stdout strangeness
- From: Falk Hueffner <falk dot hueffner at student dot uni-tuebingen dot de>
- Date: 28 Nov 2000 23:28:33 +0100
- References: <200011281903.eASJ3we15116@purist.soma.redhat.com>
Benjamin Kosnik <bkoz@redhat.com> writes:
> No, I cannot reproduce this:
>
> <bkoz@fidel.cygnus.com> {/fidel/ity/bkoz} % g++ -static test.cc
> <bkoz@fidel.cygnus.com> {/fidel/ity/bkoz} % a.out
> Hello world.
And how about redirecting? The original poster already mentioned it
worked without redirection.
I can reproduce it with:
% gcc -v
Reading specs from /usr/local/lib/gcc-lib/alphapca56-unknown-linux-gnu/2.97/specs
Configured with: ../configure
gcc version 2.97 20001126 (experimental)
Falk