This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC 3.2.2


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. I didi a simple

What build didn't work? glibc or gcc? As glibc is off-topic for this
list, I assume you are talking about gcc.

> $>mkdir src
> $>cd src
> $>objdir/configure

What's this? Why are you creating a 'src' directory? The instructions
recommends to create a directory for the *objects*:

$> mkdir obj
$> cd obj
$> <directory where gcc3.2.2 is>/configure

> $>make

As the instructions says, you should use '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
>
>

-- 
Oscar


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]