Okay, I'm trying to get GCC 3.3 on a Mandy box.
When I tried to configure to prep for install, I got the
Code:
*** The command 'cc -o conftest -g conftest.c' failed.
*** You must set the environment variable CC to a working compiler.
message.
I looked up the forums and saw the export command solution, but it didn't work.
Did a rpm -q gcc, and bash told me gcc was not installed.
So I went to rpmfind and downloaded the gcc-3.2-6mdk.x86_64.rpm package, which I ran, and a message box told me that everything was already installed.
Then I performed another rpm -q gcc. Not installed.
What am I doing wrong?