Home > no acceptable > configure error no acceptable cc found in path linux

Configure Error No Acceptable Cc Found In Path Linux

Contents

here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack

Configure Error No Acceptable C Compiler Found In $path Redhat

Overflow the company Business Learn more about hiring developers or posting ads with us centos configure: error: no acceptable c compiler found in $path Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a

Configure: Error: No Acceptable C Compiler Found In $path Ubuntu

community of 4.7 million programmers, just like you, helping each other. Join them; it only takes a minute: Sign up no acceptable C compiler found in $PATH when installing python up vote 59 down vote no acceptable c compiler found in $path cygwin favorite 10 I'm trying to install new python environment on my shared hosting. I follow the steps written in this post: mkdir ~/src wget http://www.python.org/ftp/python/2.7.1/Python-2.7.1.tgz tar -zxvf Python-2.7.1.tar.gz cd Python-2.7.1 mkdir ~/.localpython ./configure --prefix=/home//.localpython make make install After coming to "./configure --prefix=/home//.localpython" command I get the following output: checking for --enable-universalsdk... no checking for --with-universal-archs... 32-bit checking MACHDEP... linux3 checking EXTRAPLATDIR... checking machine type as reported by uname -m... x86_64 checking apache configure: error: no acceptable c compiler found in $path for --without-gcc... no checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: in `/home3/mikos89/Python-2.7.1': configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. How can this problem be solved? I've been trying to find a solution for 3 hours but still stuck in one place. UPDATE Hostgator does not allow gcc on their shared accounts: http://support.hostgator.com/articles/pre-sales-questions/compatible-technologies If you don't have a server, I highly recommend digitalocean, which is a great, inexpensive vps service. If you find it helpful you can sign up through this link which will pay a bit of my bill :) python compiler-errors virtualenv share|improve this question edited May 21 '15 at 14:12 just a random guy 94113 asked Nov 6 '13 at 15:38 mik.ro 5381515 add a comment| 6 Answers 6 active oldest votes up vote 138 down vote gcc compiler is not in your $PATH it means either you dont have gcc installed or it's not in your $PATH variable to install gcc use this: (run as root) redhat base: yum groupinstall "Development tools" Debian base: apt-get install build-essential share|improve this answer answered Nov 6 '13 at 15:54 vahid abdi 3,60241528 2 I like the methods of installing build-essential, which contains gcc, g++, make, etc

Get Kubuntu Get Xubuntu Get Lubuntu Get UbuntuStudio Get Mythbuntu Get Edubuntu Get Ubuntu-GNOME Get UbuntuKylin Ubuntu Code of Conduct

Configure: Error: No Acceptable C Compiler Found In $path Gcc

Ubuntu Wiki Community Wiki Other Support Launchpad Answers Ubuntu IRC Support AskUbuntu no acceptable c compiler found in $path windows Official Documentation User Documentation Social Media Facebook Twitter Useful Links Distrowatch Bugs: Ubuntu PPAs: Ubuntu Web Upd8:

No Acceptable C Compiler Found In $path Centos 7

Ubuntu OMG! Ubuntu Ubuntu Insights Planet Ubuntu Activity Page Please read before SSO login Advanced Search Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] http://stackoverflow.com/questions/19816275/no-acceptable-c-compiler-found-in-path-when-installing-python ./configure error .. "no acceptable C compiler found in $PATH" Having an Issue With Posting ? Do you want to help us debug the posting issues ? < is the place to report it, thanks ! Page 1 of 2 12 Last Jump to page: Results 1 to 10 of 11 Thread: ./configure error .. "no acceptable C https://ubuntuforums.org/showthread.php?t=1882033 compiler found in $PATH" Thread Tools Show Printable Version Subscribe to this Thread… Display Linear Mode Switch to Hybrid Mode Switch to Threaded Mode November 16th, 2011 #1 dragonfly41 View Profile View Forum Posts Private Message Tall Cafè Ubuntu Join Date Mar 2011 Location U.K. BeansHidden! DistroUbuntu 14.04 Trusty Tahr ./configure error .. "no acceptable C compiler found in $PATH" I'm trying to install a package on Ubuntu 10.10 and I've tried on both localhost server and a remote server .. but getting the same permissions error. I started by downloading a *.tar.gz to install. unzip and then I navigate to the folder to run ./configure. I try the command ./configure but the error points to config.log: Permission denied Code: ./configure: line 2044: config.log: Permission denied ./configure: line 2054: config.log: Permission denied And in the log file "no acceptable C compiler found in $PATH" I've searched around for a solution and I've tried these commands Code: sudo apt-get install build-essentials (typo corrected: syntax used was "build-essential") sudo apt-get install

here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss http://unix.stackexchange.com/questions/197590/how-to-install-a-c-compiler-on-linux the workings and policies of this site About Us Learn more about http://www.centos.org/forums/viewtopic.php?t=16713 Stack Overflow the company Business Learn more about hiring developers or posting ads with us Unix & Linux Questions Tags Users Badges Unanswered Ask Question _ Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems. no acceptable Join them; it only takes a minute: Sign up Here's how it works: Anybody can ask a question Anybody can answer The best answers are voted up and rise to the top How to install a C compiler on Linux? up vote 3 down vote favorite 1 I need to install a compiler in Linux. First of all, some system no acceptable c information: -bash-3.2$ uname -a Linux axentraserver.xxxxxxxx.xxxxxxxxxxxxx.com 2.6.31.8 #97 Thu Sep 12 10:38:00 EDT 2013 armv5tel armv5tel armv5tel GNU/Linux This Linux version is hosted on a NAS. The problem is that no package manager is installed. bash-3.2# ./configure --prefix=/usr checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... no checking whether make supports nested variables... no checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: in `/home/administrator/Test/m4-1.4.17': configure: error: no acceptable C compiler found in $PATH See `config.log' for more details I'm trying to install GNU m4, which is needed for the next package. There is no yum, apt-get or anything similar. So, how can I install a C compiler manually? software-installation compiler share|improve this question edited Apr 21 '15 at 14:23 dhag 6,07521531 asked Apr 21 '15 at 10:38 Sebastian Springer 161 2 Don't you have any more distribution-specific information to provide? "Linux" doesn't really help much... You could try

C compiler to configure gcc & Python 3.1.3 General support questions including new installations Post Reply Print view Search Advanced search 6 posts • Page 1 of 1 ld1976 Posts: 4 Joined: 2010/12/27 07:42:41 I can't find a C compiler to configure gcc & Python 3.1.3 Quote Postby ld1976 » 2010/12/27 07:51:01 Hello all.I am a newbie to Linux installations.i have installed on my home PC CentOS 5.5, and downloaded Python 3.1.3 source, when I have tried to run the configuration fileI have got ...checking for --enable-universalsdk... nochecking for --with-universal-archs... 32-bitchecking MACHDEP... linux2checking machine type as reported by uname -m... x86_64checking for --without-gcc... nochecking for gcc... nochecking for cc... nochecking for cl.exe... noconfigure: error: in `/home/ldagan/python/Python-3.1.3':configure: error: no acceptable C compiler found in $PATH ...I have tried downloading gcc and installing it, but got the same message.So, I can't find any C compiler, and I can't install one. I assume that there is a solution, only that I am not familiar with one...Any ideas?-Lior Top valroot Posts: 1 Joined: 2010/12/27 11:28:00 Contact: Contact valroot ICQ Website Re: I can't find a C compiler to configure gcc & Python 3.1.3 Quote Postby valroot » 2010/12/27 11:31:03 yum install gcc Top TrevorH Forum Moderator Posts: 16715 Joined: 2009/09/24 10:40:56 Location: Brighton, UK Re: I can't find a C compiler to configure gcc & Python 3.1.3 Quote Postby TrevorH » 2010/12/27 13:32:00 You should be extremely careful if you aim to compile something like python from source as many of the Redhat tools are written in python and depend on the version that ships with RHEL/Centos being installed. If you replace it you may well break your system completely. If you really must have python 3.1 then please make sure you install it to a different location than the python 2.4 that ships with Centos 5. Top pschaff Retired Moderator Posts: 18276 Joined: 2006/12/13 20:15:34 Location: Tidewater, Virginia, North America Contact: Contact pschaff Website I can't find a C compiler to configure gcc & Python 3.1.3 Quote Postby pschaff » 2011/01/01 22:29:39 Rather than building from source you may want to check out the python31 packages from the IUS Community repo. Top derbyjon Posts: 1 Joined: 2011/01/02 15:02:30 Re: I can't find a C compiler

 

Related content

configure error no acceptable c compiler found in $path linux

Configure Error No Acceptable C Compiler Found In path Linux table id toc tbody tr td div id toctitle Contents div ul li a href No Acceptable C Compiler Found In path Centos a li li a href Configure Error No Acceptable C Compiler Found In path Ubuntu a li li a href Apache Configure Error No Acceptable C Compiler Found In path a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies relatedl of this site About

error no acceptable c compiler found in $path linux

Error No Acceptable C Compiler Found In path Linux table id toc tbody tr td div id toctitle Contents div ul li a href No Acceptable C Compiler Found In path Cygwin a li li a href Configure Error No Acceptable C Compiler Found In path Ubuntu a li li a href Apache Configure Error No Acceptable C Compiler Found In path a li li a href No Acceptable C Compiler Found In Path While Installing Gcc a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed answers to any questions

error no acceptable c compiler found in $path ubuntu

Error No Acceptable C Compiler Found In path Ubuntu table id toc tbody tr td div id toctitle Contents div ul li a href Configure Error No Acceptable C Compiler Found In Path Centos a li li a href Configure Error No Acceptable C Compiler Found In Path See Config Log For More Details a li li a href Configure Error No Acceptable C Compiler Found In Path Mac a li ul td tr tbody table p communities company blog Stack Exchange Inbox Reputation and Badges sign up log in tour help Tour Start here for a quick overview of

error no acceptable cc found in $path php

Error No Acceptable Cc Found In path Php table id toc tbody tr td div id toctitle Contents div ul li a href Configure Error No Acceptable C Compiler Found In Path a li li a href Configure Error No Acceptable C Compiler Found In Path See Config Log For More Details a li li a href No Acceptable C Compiler Found In Path While Installing Gcc a li li a href Cygwin No Acceptable C Compiler Found In Path a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed relatedl

error no acceptable c compiler found in $path solaris

Error No Acceptable C Compiler Found In path Solaris table id toc tbody tr td div id toctitle Contents div ul li a href Configure Error No Acceptable C Compiler Found In Path Centos a li li a href Configure Error No Acceptable C Compiler Found In Path See Config Log For More Details a li li a href Ubuntu Configure Error No Acceptable C Compiler Found In Path a li ul td tr tbody table p known simply as Solaris is a Unix-based operating system introduced by Sun Microsystems The Solaris OS is now owned by Oracle Search Forums

error no acceptable c compiler found in $path rvm

Error No Acceptable C Compiler Found In path Rvm table id toc tbody tr td div id toctitle Contents div ul li a href Configure Error No Acceptable C Compiler Found In Path a li li a href Configure Error No Acceptable C Compiler Found In Path See Config Log For More Details a li li a href No Acceptable C Compiler Found In Path While Installing Gcc a li li a href Cygwin No Acceptable C Compiler Found In Path a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed

error no acceptable c compiler found in $path xcode

Error No Acceptable C Compiler Found In path Xcode table id toc tbody tr td div id toctitle Contents div ul li a href Configure Error No Acceptable C Compiler Found In Path Centos a li li a href Configure Error No Acceptable C Compiler Found In Path See Config Log For More Details a li li a href Ubuntu Configure Error No Acceptable C Compiler Found In Path a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and

error no acceptable c compiler found in $path solaris 10

Error No Acceptable C Compiler Found In path Solaris table id toc tbody tr td div id toctitle Contents div ul li a href Configure Error No Acceptable C Compiler Found In Path a li li a href Configure Error No Acceptable C Compiler Found In Path See Config Log For More Details a li li a href No Acceptable C Compiler Found In Path While Installing Gcc a li li a href Cygwin No Acceptable C Compiler Found In Path a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed

error no acceptable c compiler found in $path centos

Error No Acceptable C Compiler Found In path Centos table id toc tbody tr td div id toctitle Contents div ul li a href Configure Error No Acceptable C Compiler Found In path Centos a li li a href No Acceptable C Compiler Found In path Centos a li li a href Configure Error No Acceptable C Compiler Found In Path Mac a li li a href No Acceptable C Compiler Found In Path Linux a li ul td tr tbody table p C compiler to configure gcc Python General support questions including new installations Post Reply Print view Search

linux error no acceptable c compiler found

Linux Error No Acceptable C Compiler Found table id toc tbody tr td div id toctitle Contents div ul li a href No Acceptable C Compiler Found In path Windows a li li a href No Acceptable C Compiler Found In path Debian a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies relatedl of this site About Us Learn more about Stack Overflow the no acceptable c compiler found in path centos company Business Learn more about

linux configure error no acceptable c compiler found

Linux Configure Error No Acceptable C Compiler Found table id toc tbody tr td div id toctitle Contents div ul li a href Configure Error No Acceptable C Compiler Found In path Ubuntu a li li a href No Acceptable C Compiler Found In path Cygwin a li li a href No Acceptable C Compiler Found In path Centos a li ul td tr tbody table p here for a quick overview of the site Help Center relatedl Detailed answers to any questions you might have no acceptable c compiler found in path centos Meta Discuss the workings and policies