Home > no acceptable > error no acceptable c compiler found in $path ubuntu

Error No Acceptable C Compiler Found In $path Ubuntu

Contents

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 ubuntu configure error no acceptable c compiler found in path the workings and policies of this site About Us Learn more about

Configure Error No Acceptable C Compiler Found In Path Centos

Stack Overflow the company Business Learn more about hiring developers or posting ads with us Ask Ubuntu Questions

Configure Error No Acceptable C Compiler Found In Path See Config Log For More Details

Tags Users Badges Unanswered Ask Question _ Ask Ubuntu is a question and answer site for Ubuntu users and developers. Join them; it only takes a minute: Sign up

Configure Error No Acceptable C Compiler Found In Path Mac

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 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 solaris 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 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.5k54564 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

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 no acceptable c compiler found in path while installing gcc Us Learn more about Stack Overflow the company Business Learn more about hiring no acceptable c compiler found in path linux developers or posting ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the cygwin no acceptable c compiler found in path Stack Overflow Community Stack Overflow is a 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 http://askubuntu.com/questions/237576/no-acceptable-c-compiler-found-in-path $PATH when installing python up vote 59 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 -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... http://stackoverflow.com/questions/19816275/no-acceptable-c-compiler-found-in-path-when-installing-python 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 guy 94113 asked Nov 6 '13 at 15:38 mik.ro 5381515 add a comment| 6 Answers 6 active oldest votes up vote 139 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-essenti

acceptable c compiler found in $path cenots,no acceptable c compiler found checking for gcc... no checking for cc... no checking http://thelinuxfaq.com/74-error-no-acceptable-c-compiler-found-in-path-linux for cl.exe... no configure: error: in `/root/download/GeoIP-1.4.8': configure: error: no acceptable C compiler found in $PATH To verify gcc packages has installed in your system using rpm command, #rpm -qa | grep gcc If you could not find execute yum command with multiple packages, # yum install gcc glibc glibc-common gd gd-devel Install GCC in different Operating System, Ubuntu # no acceptable sudo apt-get install build-essential Centos / redhat # yum groupinstall "Development tools" Debian Base # apt-get install build-essential Comments (0) Leave a Comment Name: Reply to: Email: * Message: * Posting your comment... Search Popular Recent Error : Connection Refused By Host in Nagios
How to use tmpwatch Command in Linux
Linux Interview Questions and Answers for L2 - II
bc Command Not no acceptable c Found in CentOS / RHEL / Fedora / Ubuntu
How to Set or Increase Memory Heap Size in Apache Tomcat
How to Start, Stop, Restart, Check Status IIS Service by Command Line
Mount You Must Specify The Filesystem Type in Linux
How to Install Apache JMeter on Ubuntu-14.04, Fedora-20, CentOS-7
How to Install XAMPP 64 Bit or 32 Bit Latest Version on Terminal Linux
How to Install Mosquitto On your Ubuntu / Debian
Install Oracle 11g on RedHat / CentOSHow to Install and configure AWStats in CentOS / Fedora / RHELCreate Swap Partition using LVM (Logical Volume) in LinuxError: The HTTP Rewrite Module Requires the PCRE Library NGINXHow to Solved JDK (7 or 8) Installation Errors in Linux How to Install SSH2 extension for PHP RHEL/CentOS 7How to Allow Remote Desktop Connection in Windows SystemHow to Install and Use GeoIP on Fedora, CentOS, UbuntuHow do You Check Java, Apache-Tomcat and JBoss VersionsMongoDB Auth Key File Configuration in a Replica Set Navigation Linux Ubuntu Centos Linux Commands MySQL Apache PHP Shell Script Nagios Windows Xampp Yum CentoOS FFMPEG Unix Recently Viewed PHP : Password Protect Your Web Page With HtaccessHow Ca

 

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 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