This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Is this bug : g++ in gcc-3.4.0 ?
- From: llewelly at xmission dot com
- To: yuki shimada <epsoft at mint dot ocn dot ne dot jp>
- Cc: gcc at gcc dot gnu dot org
- Date: 09 May 2004 18:01:55 -0600
- Subject: Re: Is this bug : g++ in gcc-3.4.0 ?
- References: <409EC363.40904@mint.ocn.ne.jp>
yuki shimada <epsoft@mint.ocn.ne.jp> writes:
[snip]
> This time, I had installed gcc-3.4.0 into my RedHat9 .
> And then l had compiled "hello.cc" by using "g++" .But can not run
> ./a.out. Compiler tells me a error.
This kind of question is better suited for gcc-help@gcc.gnu.org, or
the newsgroup gnu.g++.help .
If hello.cc is short enough to include in your post, please paste it
into your next reply. If not, reduce it down to a test case which
is sufficient to reproduce the bug, but short enough to
post. Also, paste the error message.
Please do not try to summarize your error message, or the code you
wrote; a summary is too likely to leave out vital information.
> (In case of using "gcc", to compile "hello.c", a./a.out can start well.)
> Is this a bug ?
It is impossible to know from the information you have provided Please
provide more information.