* gcc-3.3.3 native compiler build error on FC4
@ 2006-01-02 9:19 Mukund JB.
2006-01-02 12:51 ` Artūras Moskvinas
0 siblings, 1 reply; 2+ messages in thread
From: Mukund JB. @ 2006-01-02 9:19 UTC (permalink / raw)
To: linux-newbie
Dear All,
I have a system running FC4 whose default gcc is 4.0.0.
I have requirement of gcc-3.3.3 i.e. FC2 default gcc over the FC4.
I am trying to install the gcc rpms found in the FC2 CD's.
It looks like the gcc rpm has a check to see whether the installed gcc is the latest one.
And seeing that installed gcc is the latest one It stops.
What would be a better approach of install the gcc 3.3.3 over my FC4 dist?
I also downloaded the gcc 3.3.3 from gcc.gnu.org.I am failing to get the build successful.
I followed the following steps:
./configure --prefix=/usr/bin
(i got NO errors here)
when I tried to build the gcc using the make file generated
# make
./read-rtl.c: warning: traditional C rejects ISO C style function definitions
./read-rtl.c: 653: error: invalid lvalue in increment
make[1]: *** [read-rtl.o] Error 1
make[1]: Leaving directory '/root/gcc-3.3.3/gcc'
make[1]: *** [all-gcc] Error 2
Can someone smell the problem?
Do I need to pass any specific arguments to configure script an well as make?
Best Regards,
Mukund Jampala
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: gcc-3.3.3 native compiler build error on FC4
2006-01-02 9:19 gcc-3.3.3 native compiler build error on FC4 Mukund JB.
@ 2006-01-02 12:51 ` Artūras Moskvinas
0 siblings, 0 replies; 2+ messages in thread
From: Artūras Moskvinas @ 2006-01-02 12:51 UTC (permalink / raw)
To: Mukund JB.; +Cc: linux-newbie
>Dear All,
>
>I have a system running FC4 whose default gcc is 4.0.0.
>I have requirement of gcc-3.3.3 i.e. FC2 default gcc over the FC4.
>
>I am trying to install the gcc rpms found in the FC2 CD's.
>It looks like the gcc rpm has a check to see whether the installed gcc is the latest one.
>And seeing that installed gcc is the latest one It stops.
>
>What would be a better approach of install the gcc 3.3.3 over my FC4 dist?
>
>I also downloaded the gcc 3.3.3 from gcc.gnu.org.I am failing to get the build successful.
>I followed the following steps:
>
>
>
If gcc 3.2.3 is not too old for you, then you can install official
package "compat-gcc-32", and have two compilers gcc 4, and gcc 3.2 (only
gcc 3.2 is executed using command gcc32).
Arturas M.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-01-02 12:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-02 9:19 gcc-3.3.3 native compiler build error on FC4 Mukund JB.
2006-01-02 12:51 ` Artūras Moskvinas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox