PDA

View Full Version : GCC3 and G++3



steppuppy
11-10-2002, 05:01 PM
I do not appear to have the correct versions of gcc and g++ installed. when I check I get the following

[root@dhcppc1 qt-2.3.2]# gcc
gcc gcc296 gccmakedep

as the only installed versions of gcc and

[root@dhcppc1 qt-2.3.2]# g++
g++ g++296

as the installed g++. My question is how do I get and install the needed versions of the above utilities. As I am in most ways a linux newb. By the way I have Redhat 8 installed with all packages installed.

Thanks in advance.

steppuppy
11-10-2002, 05:17 PM
nm, I think i figured it out. Make is running now. I skipped the step of changing the lines from gcc to gcc3 and g++ to g++3 and now it works. I did a -dumpversion on gcc and g++ and it said the versions installed were 3.2 so I figure the renaming wasnt needed. Will see when make is done.