Home > no acceptable > error no acceptable c compiler found in $path solaris 10

Error No Acceptable C Compiler Found In $path Solaris 10

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

Configure Error No Acceptable C Compiler Found In Path

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

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

the 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 ubuntu configure error no acceptable c compiler found in path in $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... configure error no acceptable c compiler found in path mac 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 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

here for a quick overview of the site Help Center Detailed answers to any questions you might

No Acceptable C Compiler Found In Path While Installing Gcc

have Meta Discuss the workings and policies of this site About no acceptable c compiler found in path linux Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting

Cygwin No Acceptable C Compiler Found In Path

ads 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 4.7 http://stackoverflow.com/questions/19816275/no-acceptable-c-compiler-found-in-path-when-installing-python million programmers, just like you, helping each other. Join them; it only takes a minute: Sign up No acceptable C compiler found in $PATH? up vote 5 down vote favorite I want to install Kannel gateway on windowsXP.For that i downloaded the cygwin and installed.After that when i want to configure the kaneel i got http://stackoverflow.com/questions/2227555/no-acceptable-c-compiler-found-in-path the following errors.I set the PATH as C:\cygwin\bin;C:\libxml2-2.6.30+.win32\bin; Running system checks ... checking build system type... i686-pc-cygwin checking host system type... i686-pc-cygwin checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. The log file is as follows.Please provide solution. This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.62. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = sreeni9 uname -m = i686 uname -r = 1.7.1(0.218/5/3) uname -s = CYGWIN_NT-5.1 uname -v = 2009-12-07 11:48 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /cygdrive/c/WINDOWS/system32 PATH: /cygdrive/c/WINDOWS P

CommunityOracle User Group CommunityTopliners CommunityOTN Speaker BureauJava CommunityError: You don't have JavaScript enabled. This tool uses JavaScript and much of it will not work correctly without it enabled. Please turn JavaScript back on and reload this page. Please enter a title. You can not post https://community.oracle.com/thread/2338578 a blank message. Please type your message and try again. More discussions in Solaris 10 All PlacesServer & Storage SystemsSolarisSolaris 10 This discussion is archived 1 Reply Latest reply on Jan 23, 2012 3:53 http://www.linuxquestions.org/questions/solaris-opensolaris-20/how-to-configure-install-a-compiler-656930/ PM by Soory How to configure CUPS in Solaris 10 X86 and SPARC 749763 Jan 23, 2012 12:54 PM Dears, I need help in configuring CUPS for Solaris 10 X86 as well as on no acceptable SPARC. What i did? Downloaded the CUPS 1.5.0 read the readme.txt read the INSTALL.txt Pre-req installation requires :- CFLAGS= -i /some/directory \ CPPFLAGS = -i /some/directory \ CXXFLAGS = -I /some/directory \ DSOFLAGS = -L /some/directgry \ LDFLAGS = -L /some/directory \ ./configure -- It errors out with checking for gawk ... no checking for mawk... no checking for nawk ...nawk chekcing for gcc ... no checking no acceptable c for cc ... no checking for cl.exe no Configure error: no acceptable C compiler found in $PATH see 'config.log' for more details I installed all the missing dependencies from www.sunfreeware.com and I have the same problem. I also tried to install the software packages from the operating system dvd... like for ls -lrt gcc gcc "SUNWgcc", "SUNWgccS", "SUNWgccruntime" ls -lrt cc cc "SUNWgccruntime", "SUNWlccom", "SUNWcctpx", "SUNWccisgn" , "SUNWccinv", "SUNWccfwctrl", " SUNWccfw", "SUNWccccrr", "SUNWccccr", "SUNWccccfg", "SUNWislcc", "SUNWaccu", "SUNWaccr", "IPLTccons", " SUWgccs", "SUNWgcc", "SUNWmccom", "SUNWmcc", "SUNWusbccids", "SUNWusbccid" ls -lrt gawk no results ls -lrt mawk no results ls -lrt cl.exe no results Is there any way should i follow apart from the above? Rgds, Mky I have the same question Show 0 Likes(0) 583Views Tags: none (add) solaris10Content tagged with solaris10, x86Content tagged with x86 This content has been marked as final. Show 1 reply 1. Re: How to configure CUPS in Solaris 10 X86 and SPARC Soory Jan 23, 2012 3:53 PM (in response to 749763) Check pkginfo -l for each package. export the PATH variable where the packages are installed, like /usr/local/bin and etc. Like Show 0 Likes(0) Actions Actions About Oracle Technology Network (OTN)My Oracle Support Community (MOSC)MOS Support Portal

Search Tutorials/Articles Search HCL Search Reviews Search ISOs Go to Page... LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris how to configure/install a compiler? User Name Remember Me? Password Solaris / OpenSolaris This forum is for the discussion of Solaris and OpenSolaris. General Sun, SunOS and Sparc related questions also go here. Notices Welcome to LinuxQuestions.org, a friendly and active Linux Community. You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today! Note that registered members see fewer ads, and ContentLink is completely disabled once you log in. Are you new to LinuxQuestions.org? Visit the following links: Site Howto | Site FAQ | Sitemap | Register Now If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here. Having a problem logging in? Please visit this page to clear all LQ-related cookies. Introduction to Linux - A Hands on Guide This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter. For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own. Click Here to receive this Complete Guide absolutely free. Search this Thread 07-19-2008, 11:24 P

 

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