I asked my unix friend what to do and he said I lost him 2 lines into my question.
So I'll start over.
How do I install GCC in Linux?
I have downloaded the source and placed it in:
/bin/gcc
I try to run
./configure
when I am in the directory that holds the GCC file I just downloaded.
It tells me configure: error: no acceptable cc found in $PATH
How do I fix this?
-Jon
