Home > no acceptable > linux configure error no acceptable c compiler found

Linux Configure Error No Acceptable C Compiler Found

Contents

here for a quick overview of the site Help Center Detailed answers to any questions you might have no acceptable c compiler found in $path centos Meta Discuss the workings and policies of this site About Us no acceptable c compiler found in $path redhat Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads

Configure Error No Acceptable C Compiler Found In $path Ubuntu

with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a community of 6.2 million programmers,

No Acceptable C Compiler Found In $path Cygwin

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 60 down vote 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 no acceptable c compiler found in $path windows -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 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

communities company blog Stack Exchange Inbox Reputation and Badges sign up log in tour help Tour Start 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

No Acceptable C Compiler Found In $path Centos 7

about Stack Overflow the company Business Learn more about hiring developers or posting ads with no acceptable c compiler found in $path debian us Ask Ubuntu Questions Tags Users Badges Unanswered Ask Question _ Ask Ubuntu is a question and answer site for Ubuntu no acceptable c compiler found in path while installing gcc users and developers. 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 No http://stackoverflow.com/questions/19816275/no-acceptable-c-compiler-found-in-path-when-installing-python acceptable C compiler found in $PATH up vote 17 down vote favorite 4 I want to install one package named speech_tools-2.1-release.tar.gz. After I run command ./configure in this package, it show me a message: Configure: error: no acceptable C compiler found in $PATH See 'config.log' for more details What do I do? compiling install-from-source c share|improve this question edited Feb 15 '13 at 21:05 con-f-use 10.5k1061112 asked Jan 8 '13 at http://askubuntu.com/questions/237576/no-acceptable-c-compiler-found-in-path 3:30 Sovannarith 188115 add a comment| 1 Answer 1 active oldest votes up vote 24 down vote accepted Run sudo apt-get install build-essential to install the C compiler. share|improve this answer answered Jan 8 '13 at 3:57 mikewhatever 17.6k54564 1 It works now, thanks –Sovannarith Jan 8 '13 at 4:22 2 I had to run apt-get update and apt-get upgrade first –Houseman Nov 11 '13 at 22:17 add a comment| Your Answer draft saved draft discarded Sign up or log in Sign up using Google Sign up using Facebook Sign up using Email and Password Post as a guest Name Email Post as a guest Name Email discard By posting your answer, you agree to the privacy policy and terms of service. Not the answer you're looking for? Browse other questions tagged compiling install-from-source c or ask your own question. asked 3 years ago viewed 27037 times active 1 month ago Linked 1 Problem with installing and compiling PHP 5.4.0 Related 1Ruby compilation error in Ubuntu 100How to I compile uget from source?2Compiling Meshlab1libusb program not compiling2How to compile a program from launchpad0Error compiling a package: “configure: error: no gstreamer-1.0 >= 1.0.0”1Compiling a C file through Gedit external tools4How to compile programs that use term.h?1Confused about how to compile modsecurit

Get Kubuntu Get Xubuntu Get Lubuntu Get UbuntuStudio Get Mythbuntu Get Edubuntu Get Ubuntu-GNOME Get UbuntuKylin Ubuntu Code of Conduct Ubuntu Wiki Community Wiki Other Support Launchpad Answers https://ubuntuforums.org/showthread.php?t=1882033 Ubuntu IRC Support AskUbuntu Official Documentation User Documentation Social Media Facebook Twitter Useful http://elearning.wsldp.com/pcmagazine/configure-error-no-acceptable-c-compiler-found-in-path/ Links Distrowatch Bugs: Ubuntu PPAs: Ubuntu Web Upd8: 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] ./configure error .. "no acceptable C compiler found in $PATH" Having an Issue With Posting ? no acceptable 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 compiler found in $PATH" Thread Tools Show Printable Version Subscribe to this Thread… Display Linear Mode Switch to Hybrid Mode Switch to Threaded no acceptable c 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 gcc build-essentials (typo corrected: syntax used was "build-essential") sudo apt-get install g++ build-essentials (typo corrected: syntax used was "build-essential") but I still can't install the package. Permission denied. Any other suggestions to get past this point? Last edited by dragonfly41; November 17th, 2011 at 03:31 PM. Adv

and install a software from a source. I got above error message once, when I was going to install python 3 on CentOS 7. Reason for the error is your Linux machine does not have the gcc compiler installed. Install gcc compiler to fix the problem. RedHat / CentOS 7 / Oracle Linux Install gcc  using yum install command on CentOS 7, CentOS 6.5 and RedHat Linux. yum install gcc Debian / Ubuntu Linux For Debian based Linux distributions use apt-get install command. apt-get install gcc Once you install the gcc compiler you can compile programs without getting the error "configure: error: no acceptable C compiler found in $PATH". Online TutorialsAffiliate Marketing Guide Apache HTTP Server Centos 7 Cloud Computing Computer Networking Debian Linux DNS Firewalld Linux Google Chrome Iptables Firewall Java Tutorials Linux Microsoft Outlook 2013 Microsoft Windows Mozilla FireFox Mysql Server phpMyAdmin Safari Web Browser SEO Ubuntu Linux Unix Web Hosting Wordpress Categories Fedora Linux Linux Mint Pc Magazine PHP Tutorials Python 3 Tutorials Red Hat Linux 7 PagesLinux Commands Web Hosting Reviews

 

Related content

configure error no acceptable cc found in path linux

Configure Error No Acceptable Cc Found In Path Linux table id toc tbody tr td div id toctitle Contents div ul li a href Configure Error No Acceptable C Compiler Found In path Redhat a li li a href Configure Error No Acceptable C Compiler Found In path Ubuntu a li li a href Configure Error No Acceptable C Compiler Found In path Gcc 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 Detailed answers to any questions

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