LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   i dont have gcc on linux!!!!!! (https://www.linuxquestions.org/questions/linux-newbie-8/i-dont-have-gcc-on-linux-788085/)

baxzius 02-09-2010 04:48 PM

i dont have gcc on linux!!!!!!
 
i installed colinux with arch image linux successfully in windows 7.
and i tried to use gcc.....
its says unknown command.

i tried to download using 'pacman -S gcc' .
besides gcc,some libraries also downloaded automatically
when it comes to installing time errors showed as..... "all the libraries exists.." and gcc didnt installed....

i updated the libraries...i mean glibc and header files.

now what i will do?

MTK358 02-09-2010 07:59 PM

You should have checked the option to install dev packages during installation. Arch doesn't have this option set by default.

reed9 02-09-2010 08:16 PM

To get all the basic build tools in Arch do
Code:

su -c 'pacman -S base-devel'


All times are GMT -5. The time now is 08:08 PM.