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

Error No Acceptable C Compiler Found In $path Solaris

Contents

known simply as Solaris, is a Unix-based operating system introduced by Sun Microsystems. The Solaris OS is now owned by Oracle. Search Forums Show Threads Show Posts Tag Search Advanced Search Unanswered Threads Find All Thanked no acceptable c compiler found in $path solaris 10 Posts Go to Page... learn linux and unix commands - unix shell scripting There

Configure Error No Acceptable C Compiler Found In Path Centos

is gcc but doesn't work !! Solaris Page 1 of 2 1 2 > Thread Tools

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

Search this Thread Display Modes #1 08-12-2011 getrue Registered User Join Date: Jul 2010 Last Activity: 22 September 2016, 3:39 AM EDT Posts: 109 Thanks: 19 Thanked 9 Times in 9 Posts There

Ubuntu Configure Error No Acceptable C Compiler Found In Path

is gcc but doesn't work !! gcc packages are installed as is seen. Code: # pkginfo | grep -i gcc system SUNWgcc gcc - The GNU C compiler system SUNWgccruntime GCC Runtime libraries # There is gcc in /usr/sfw/bin but It doesn't work. Code: # gcc bash: gcc: command not found # Code: # pwd /usr/sfw/bin # ls -l gcc -r-xr-xr-x 3 root bin 106432 Jan 23 2005 gcc # Code: # whereis gcc gcc: configure error no acceptable c compiler found in path mac # #whereis ssh ssh: /etc/ssh /usr/bin/ssh /usr/lib/ssh /usr/man/man1/ssh.1 # I can run like below but I am trying install sudo-1.8.1 but it have given an error messages. Code: # /usr/sfw/bin/gcc gcc: no input files # How can I do for properly working gcc. Code: # /sudo/sudo-1.8.1/./configure configure: Configuring Sudo version 1.8.1 checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: in `/usr/sfw/bin': configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. # Remove advertisements Sponsored Links getrue View Public Profile Find all posts by getrue #2 08-12-2011 dude2cool Registered User Join Date: Jul 2011 Last Activity: 17 September 2015, 11:00 PM EDT Posts: 317 Thanks: 7 Thanked 60 Times in 60 Posts Quote: Originally Posted by getrue [ Code: # /usr/sfw/bin/gcc gcc: no input files # # gcc no input files just means you did not give the compiler any files to compile , but it proves your gcc is working, so nothing wrong with gcc. Do this on your shell, once you login: Code: export PATH=$PATH:/usr/sfw/bin once you set the path above, run configure again. It should work. The Following User Says Thank You to dude2cool For This Useful Post: getrue(08-12-2011) Remove advertisements Sponsored Links dude2cool Vie

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 no acceptable c compiler found in path while installing gcc Overflow the company Business Learn more about hiring developers or posting ads with us no acceptable c compiler found in path linux Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a cygwin no acceptable c compiler found in path 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 favorite http://www.unix.com/solaris/165222-there-gcc-but-doesnt-work.html 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 for http://stackoverflow.com/questions/19816275/no-acceptable-c-compiler-found-in-path-when-installing-python --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-essential share|improve this answer answered Nov 6 '13 at 15:54 vahid abdi 3,61241528 2 I like the methods of installing build-essential, which contains gcc, g++, make, etc. –Arra

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 Ubuntu IRC https://ubuntuforums.org/showthread.php?t=1882033 Support AskUbuntu Official Documentation User Documentation Social Media Facebook Twitter Useful Links Distrowatch Bugs: Ubuntu PPAs: Ubuntu Web Upd8: Ubuntu OMG! Ubuntu Ubuntu Insights Planet Ubuntu Activity Page Please read before SSO login Advanced https://lists.samba.org/archive/samba/2001-January/023987.html 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 ? Do you want to help no acceptable 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 Mode November 16th, 2011 #1 dragonfly41 View no acceptable c 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 Reply November 16th, 2011 #2 SeijiSensei View Profile View Forum Posts Private Message Monon

[ subject ] [ author ] I get the "language optional software package not installed" bit, that just means you didn't buy Sun's C compiler. I'm not sure why configure would complain about not being able to find gcc in your $PATH, since at what appears to be the next prompt, you "found" gcc. I did find an override provision in the configure that came with Samba 2.0.6--you can set an environment variable CC to define your compiler: Bourne/Korn/bash/most every other shell besides cShell: $ CC=gcc $ export CC cShell: % setenv CC gcc I think this will get you what you want. This is a useful setting in lots of other contexts, since make honors this environment variable, too: $ cat > foo.c main () {printf("hello, world!\n");} $ make foo cc -o foo foo.c /usr/ucb/cc: language optional software package not installed *** Error code 1 make: Fatal error: Command failed for target `foo' $ CC=gcc; export CC $ make foo gcc -o foo foo.c $ ./foo hello, world! $ BTW, a quick way to determine whether any executable script or binary is in your $PATH is the 'which' command--it returns the first instance of the command in your $PATH variable: $ which gcc /usr/local/bin/gcc Finally, don't beat yourself up for not knowing as much as you'd like to about UNIX. Bill Joy, the co-founder of Sun Microsystems, the guy who *wrote* most of what we know as Berkeley UNIX (he wrote 'vi', for goodness' sake :-), said recently that he is still discovering how to use UNIX. "The fool thinks he is wise; the wise man knows himself to be a fool." I think it was very wise of you to post your question to the list, you know, lighting a candle vs. cursing the darkness. > -----Original Message----- > From: Super-User [SMTP:masweeney at novell.com] > Sent: Tuesday, January 23, 2001 6:35 PM > To: samba at us5.samba.org; masweeney at novell.com; cflood at novell.com > Subject: configure: error: no acceptable cc found in $PATH > > Hi, > > First I would like to mention that my

 

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