Installing GCC
I'm trying to install GCC, but I'm having this problem:
loading cache ./config.cache
checking LIBRARY_PATH variable... ok
checking GCC_EXEC_PREFIX variable... ok
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
Of course I don't have a compiler. That's why I'm trying to install GCC. So, how can I perform the instalation if a compiler is not installled in my system?
|