<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic configure: error: no acceptable C compiler found in $PATH in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path/m-p/4529564#M38784</link>
    <description>Hi,&lt;BR /&gt;I am Installing Mondo Tool in Red Hat Linux 4.&lt;BR /&gt;&lt;BR /&gt;[root@red mondo-2.2.9]# ./config&lt;BR /&gt;config.guess  config.sub    configure&lt;BR /&gt;[root@red mondo-2.2.9]# ./config&lt;BR /&gt;config.guess  config.sub    configure&lt;BR /&gt;[root@red mondo-2.2.9]# ./config&lt;BR /&gt;config.guess  config.sub    configure&lt;BR /&gt;[root@red mondo-2.2.9]# ./configure&lt;BR /&gt;checking build system type... i686-pc-linux-gnu&lt;BR /&gt;checking host system type... i686-pc-linux-gnu&lt;BR /&gt;checking target system type... i686-pc-linux-gnu&lt;BR /&gt;checking for a BSD-compatible install... /usr/bin/install -c&lt;BR /&gt;checking whether build environment is sane... yes&lt;BR /&gt;checking for a thread-safe mkdir -p... /bin/mkdir -p&lt;BR /&gt;checking for gawk... gawk&lt;BR /&gt;checking whether make sets $(MAKE)... yes&lt;BR /&gt;checking whether to enable maintainer-specific portions of Makefiles... no&lt;BR /&gt;checking for style of include used by make... GNU&lt;BR /&gt;checking for gcc... no&lt;BR /&gt;checking for cc... no&lt;BR /&gt;checking for cl.exe... no&lt;BR /&gt;configure: error: in `/software/mondo-2.2.9':&lt;BR /&gt;configure: error: no acceptable C compiler found in $PATH&lt;BR /&gt;See `config.log' for more details.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I get The configure: error: no acceptable C compiler &lt;BR /&gt;Please help.&lt;BR /&gt;Thanks Regards&lt;BR /&gt;Rohit&lt;BR /&gt;</description>
    <pubDate>Sat, 07 Nov 2009 04:19:19 GMT</pubDate>
    <dc:creator>Rohit Nagare</dc:creator>
    <dc:date>2009-11-07T04:19:19Z</dc:date>
    <item>
      <title>configure: error: no acceptable C compiler found in $PATH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path/m-p/4529564#M38784</link>
      <description>Hi,&lt;BR /&gt;I am Installing Mondo Tool in Red Hat Linux 4.&lt;BR /&gt;&lt;BR /&gt;[root@red mondo-2.2.9]# ./config&lt;BR /&gt;config.guess  config.sub    configure&lt;BR /&gt;[root@red mondo-2.2.9]# ./config&lt;BR /&gt;config.guess  config.sub    configure&lt;BR /&gt;[root@red mondo-2.2.9]# ./config&lt;BR /&gt;config.guess  config.sub    configure&lt;BR /&gt;[root@red mondo-2.2.9]# ./configure&lt;BR /&gt;checking build system type... i686-pc-linux-gnu&lt;BR /&gt;checking host system type... i686-pc-linux-gnu&lt;BR /&gt;checking target system type... i686-pc-linux-gnu&lt;BR /&gt;checking for a BSD-compatible install... /usr/bin/install -c&lt;BR /&gt;checking whether build environment is sane... yes&lt;BR /&gt;checking for a thread-safe mkdir -p... /bin/mkdir -p&lt;BR /&gt;checking for gawk... gawk&lt;BR /&gt;checking whether make sets $(MAKE)... yes&lt;BR /&gt;checking whether to enable maintainer-specific portions of Makefiles... no&lt;BR /&gt;checking for style of include used by make... GNU&lt;BR /&gt;checking for gcc... no&lt;BR /&gt;checking for cc... no&lt;BR /&gt;checking for cl.exe... no&lt;BR /&gt;configure: error: in `/software/mondo-2.2.9':&lt;BR /&gt;configure: error: no acceptable C compiler found in $PATH&lt;BR /&gt;See `config.log' for more details.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I get The configure: error: no acceptable C compiler &lt;BR /&gt;Please help.&lt;BR /&gt;Thanks Regards&lt;BR /&gt;Rohit&lt;BR /&gt;</description>
      <pubDate>Sat, 07 Nov 2009 04:19:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path/m-p/4529564#M38784</guid>
      <dc:creator>Rohit Nagare</dc:creator>
      <dc:date>2009-11-07T04:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: configure: error: no acceptable C compiler found in $PATH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path/m-p/4529565#M38785</link>
      <description>&lt;!--!*#--&gt;Install a C compiler (GCC)?&lt;BR /&gt;&lt;BR /&gt;      echo $PATH</description>
      <pubDate>Sat, 07 Nov 2009 05:35:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path/m-p/4529565#M38785</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-11-07T05:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: configure: error: no acceptable C compiler found in $PATH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path/m-p/4529566#M38786</link>
      <description>Hi Steven,&lt;BR /&gt;&lt;BR /&gt;I Have installed GCC.&lt;BR /&gt;&lt;BR /&gt;[root@red software]# rpm -qa | grep gcc&lt;BR /&gt;libgcc-3.4.3-9.EL4&lt;BR /&gt;&lt;BR /&gt;and after that same erroe is coming.&lt;BR /&gt;&lt;BR /&gt;configure: error: no acceptable C compiler found in $PATH&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Rohit&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 07 Nov 2009 05:42:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path/m-p/4529566#M38786</guid>
      <dc:creator>Rohit Nagare</dc:creator>
      <dc:date>2009-11-07T05:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: configure: error: no acceptable C compiler found in $PATH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path/m-p/4529567#M38787</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [root@red software]# rpm -qa | grep gcc&lt;BR /&gt;&amp;gt; libgcc-3.4.3-9.EL4&lt;BR /&gt;&lt;BR /&gt;I doubt that "libgcc" is the whole compiler&lt;BR /&gt;kit.  I'd look for something like&lt;BR /&gt;"gcc-&lt;VERSION&gt;.something".&lt;BR /&gt;&lt;BR /&gt;If a command like "gcc -V" doesn't work for&lt;BR /&gt;you interactively, then either you don't have&lt;BR /&gt;the compiler installed, or else your PATH&lt;BR /&gt;misses it.  Either way, a "configure" script&lt;BR /&gt;may be expected to fail.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;       echo $PATH&lt;BR /&gt;&lt;BR /&gt;Still wondering.  (But if "libgcc" is as&lt;BR /&gt;close as you get to "gcc", then I'd worry&lt;BR /&gt;about the PATH last, after you've installed&lt;BR /&gt;the compiler.)&lt;/VERSION&gt;</description>
      <pubDate>Sat, 07 Nov 2009 06:21:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path/m-p/4529567#M38787</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-11-07T06:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: configure: error: no acceptable C compiler found in $PATH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path/m-p/4529568#M38788</link>
      <description>Yes steven i have installed GCC&lt;BR /&gt;&lt;BR /&gt;u i am also in the dout that $path is not set.What do You think.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 07 Nov 2009 06:26:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path/m-p/4529568#M38788</guid>
      <dc:creator>Rohit Nagare</dc:creator>
      <dc:date>2009-11-07T06:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: configure: error: no acceptable C compiler found in $PATH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path/m-p/4529569#M38789</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Yes steven i have installed GCC&lt;BR /&gt;&lt;BR /&gt;You may believe that, but I see no evidence&lt;BR /&gt;of it.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; u i am also in the dout that $path is not&lt;BR /&gt;&amp;gt; set.What do You think.&lt;BR /&gt;&lt;BR /&gt;I think that I have twice asked for the&lt;BR /&gt;result of "echo $PATH", and gotten no&lt;BR /&gt;response.  On my Debian system:&lt;BR /&gt;&lt;BR /&gt;debi# type gcc&lt;BR /&gt;gcc is /usr/bin/gcc&lt;BR /&gt;&lt;BR /&gt;so, as I said, I'd worry less about PATH than&lt;BR /&gt;I would about getting the compiler installed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;A Google search for "libgcc-3.4.3-9.EL4", for&lt;BR /&gt;example, found this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://rpm2html.osmirror.nl/white-box-linux/4/en/os/i386/WhiteBox/RPMS/libgcc-3.4.3-9.EL4.i386.html" target="_blank"&gt;http://rpm2html.osmirror.nl/white-box-linux/4/en/os/i386/WhiteBox/RPMS/libgcc-3.4.3-9.EL4.i386.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Which says this about this kit:&lt;BR /&gt;&lt;BR /&gt;      This package contains GCC shared&lt;BR /&gt;      support library which is needed e.g.&lt;BR /&gt;      for exception handling support.&lt;BR /&gt;&lt;BR /&gt;Do _you_ see "compiler" in there?  I don't.</description>
      <pubDate>Sat, 07 Nov 2009 16:08:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path/m-p/4529569#M38789</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-11-07T16:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: configure: error: no acceptable C compiler found in $PATH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path/m-p/4529570#M38790</link>
      <description>What Steven is telling you is spot on. You need to install gcc. You may need other dependencies installed as well, which "configure" will tell you as well. It clearly says no gcc, no cc, and no cl.exe.&lt;BR /&gt;&lt;BR /&gt;On my RHEL4 system, this is what I see when I run the same rpm query:&lt;BR /&gt;--&lt;BR /&gt;$ rpm -qa |grep cc&lt;BR /&gt;libgcc-3.4.6-11&lt;BR /&gt;gcc-3.4.6-11&lt;BR /&gt;--&lt;BR /&gt;&lt;BR /&gt;Please listen to Steven, or lacking that, provide the information he requested (the contents of $PATH.) I also don't think it's just a PATH issue, because configure found binaries in both /bin and /usr/bin, but if you're going to say that isn't the issue, take the few moments to run the command and prove it.&lt;BR /&gt;&lt;BR /&gt;After all that, install gcc.</description>
      <pubDate>Sat, 07 Nov 2009 23:03:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path/m-p/4529570#M38790</guid>
      <dc:creator>macosta</dc:creator>
      <dc:date>2009-11-07T23:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: configure: error: no acceptable C compiler found in $PATH</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path/m-p/4529571#M38791</link>
      <description>Rohit,Kaise ho?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;configure: error: no acceptable C compiler found in $PATH&lt;BR /&gt;libgcc is a shared support library for running gcc. You don;t have gcc installed properly.&lt;BR /&gt;Install gcc either from the media or download it. Take referrence in the below output On My system:&lt;BR /&gt;&lt;BR /&gt;]# rpm -qa |grep -i gcc&lt;BR /&gt;gcc-3.4.6-11&lt;BR /&gt;compat-gcc-32-3.2.3-47.3&lt;BR /&gt;libgcc-3.4.6-11&lt;BR /&gt;compat-libgcc-296-2.96-132.7.2&lt;BR /&gt;gcc-c++-3.4.6-11&lt;BR /&gt;gcc-g77-3.4.6-11&lt;BR /&gt;gcc-java-3.4.6-11&lt;BR /&gt;compat-gcc-32-c++-3.2.3-47.3&lt;BR /&gt;2) # which gcc&lt;BR /&gt;/usr/bin/gcc&lt;BR /&gt;3)]# gcc -v&lt;BR /&gt;Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.6/specs&lt;BR /&gt;Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux&lt;BR /&gt;Thread model: posix&lt;BR /&gt;gcc version 3.4.6 20060404 (Red Hat 3.4.6-11)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers!!</description>
      <pubDate>Sun, 08 Nov 2009 16:42:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path/m-p/4529571#M38791</guid>
      <dc:creator>Nido</dc:creator>
      <dc:date>2009-11-08T16:42:24Z</dc:date>
    </item>
  </channel>
</rss>

