This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.2.2
- From: LLeweLLyn Reese <llewelly at lifesupport dot shutdown dot com>
- To: zippo <zippo752001 at attbi dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: 26 Apr 2003 17:25:49 -0700
- Subject: Re: GCC 3.2.2
- References: <1051366791.23263.8.camel@Zippo01>
zippo <zippo752001 at attbi dot com> writes:
> Hi,
> I am trying to install Glibc-2.3.2 on a redhat system, i updated Gcc to
> gcc-3.2.2 however i think i didn't do it correctly.
It would be easier to help you if you would explain why you think
something went wrong. Specifically, if you got any error messages
from the commands below, please paste them into your next message.
> I didi a simple
> $>mkdir src
> $>cd src
> $>objdir/configure
Please note that by default configure will use a prefix of /usr/local,
which will result in executables being installed into
/usr/local/bin, libs into /usr/local/lib, and so forth.
> $>make
This part is not correct for gcc. gcc requires 'make bootstrap'.
> :root
> $>make install
>
> i have a fresh install of redhat 7.3. and i really need help, i am
> running linux kernel 2.4.18 and Glibc-2.2.5. i am not quit sure but i
> think i need to compile it with a few more things. But have no clue were
> to start. If a good hearted person would spend a little time helping me
> i would be most thank-ful. Well thanks for everything. Zippo