Results 1 to 8 of 8
Hello every body
please please help
1) how can understand that gcc is installed or not[ without type gcc ]?
2) how can i install gcc? [command] [no yum way]...
- 10-02-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 5
Question about gcc
Hello every body
please please help
1) how can understand that gcc is installed or not[ without type gcc ]?
2) how can i install gcc? [command] [no yum way]
- 10-02-2009 #2
GNU Autoconf - Creating Automatic Configuration Scripts - GNU Project - Free Software Foundation (FSF)
This depends on the distribution in use. That's the reason why you should give that info whenever you ask a technical question.Debian GNU/Linux -- You know you want it.
- 10-02-2009 #3
Well, since yum was mentioned, I'm guessing Fedora or Redhat/Redhat clone. In which case, I believe the following will give you all the basic tools needed to compile, such as gcc.
Code:yum groupinstall 'Development Tools'
- 10-02-2009 #4Just Joined!
- Join Date
- Oct 2009
- Posts
- 5
i downloaded gcc-4.4.1.tar.gz for install compiler, but want install gcc with it!
i typed:
# tar -xzf gcc-4.4.1.tar.gz
# cd gcc-4.4.1
# ./configure
and got this error:
no acceptable c compiler found in path
i want install gcc!!! but why got this error?!
- 10-02-2009 #5
You need gcc installed to compile gcc. One of the enduring mysteries of the universe.
Here are instructions for building gcc.
Installing GCC - GNU Project - Free Software Foundation (FSF)
But there is really no good reason to do so for the vast majority of users.
- 10-02-2009 #6Linux Newbie
- Join Date
- Nov 2007
- Location
- Planet Earth
- Posts
- 152
Also, if you don't want to use yum because you don't have an available network, you can always download on other machine the precompiled packages (rpm, deb, etc) and transfer to your box ... I'ts extremely strange that you need to compile the compiler
EOF
- 10-03-2009 #7Just Joined!
- Join Date
- Oct 2009
- Posts
- 5
Thanks
Thanks from all
- 10-11-2009 #8
install gcc
Since it is most mysterious as archlinux said, most of distro DVD contains gcc. itself. If you installed a minimal version, try to find out a bigger DVD version and browse it for installation.


Reply With Quote
