<?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 Re: C compiler cannot create executables in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler-cannot-create-executables/m-p/2540529#M916757</link>
    <description>Hi,&lt;BR /&gt;My advise woul be go and get gcc 2.95.3 binaries, from the porting and archive center...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-2.95.3/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-2.95.3/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;Victor</description>
    <pubDate>Thu, 14 Jun 2001 12:41:21 GMT</pubDate>
    <dc:creator>Victor BERRIDGE</dc:creator>
    <dc:date>2001-06-14T12:41:21Z</dc:date>
    <item>
      <title>C compiler cannot create executables</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler-cannot-create-executables/m-p/2540528#M916756</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When I want to use configure, I get an error. It's on a hpux 11.&lt;BR /&gt;When I use gcc (gcc version 2.95.3 20010315):&lt;BR /&gt;# ./configure&lt;BR /&gt;loading cache ./config.cache&lt;BR /&gt;checking host system type... hppa1.1-hp-hpux11.00&lt;BR /&gt;checking for gcc... gcc&lt;BR /&gt;checking whether the C compiler (gcc  ) works... no&lt;BR /&gt;configure: error: installation or configuration problem: C compiler cannot create executables.&lt;BR /&gt;&lt;BR /&gt;When I use cc:&lt;BR /&gt;loading cache ./config.cache&lt;BR /&gt;checking host system type... hppa1.1-hp-hpux11.00&lt;BR /&gt;checking for gcc... cc&lt;BR /&gt;checking whether the C compiler (cc  ) works... yes&lt;BR /&gt;checking whether the C compiler (cc  ) is a cross-compiler... no&lt;BR /&gt;checking whether we are using GNU C... no&lt;BR /&gt;checking whether cc accepts -g... yes&lt;BR /&gt;checking for CC... no&lt;BR /&gt;checking for C++... no&lt;BR /&gt;checking for g++... g++&lt;BR /&gt;checking for c++... (cached) g++&lt;BR /&gt;checking whether the C++ compiler (g++  ) works... no&lt;BR /&gt;configure: error: installation or configuration problem: C++ compiler cannot create executables.&lt;BR /&gt;&lt;BR /&gt;When I do the configure on a Linux system, it all works fine, so there is nothing wrong with the package.&lt;BR /&gt;&lt;BR /&gt;Does anyone knows how to solve this??&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 14 Jun 2001 12:15:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler-cannot-create-executables/m-p/2540528#M916756</guid>
      <dc:creator>Henk Besseling</dc:creator>
      <dc:date>2001-06-14T12:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: C compiler cannot create executables</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler-cannot-create-executables/m-p/2540529#M916757</link>
      <description>Hi,&lt;BR /&gt;My advise woul be go and get gcc 2.95.3 binaries, from the porting and archive center...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-2.95.3/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-2.95.3/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;Victor</description>
      <pubDate>Thu, 14 Jun 2001 12:41:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler-cannot-create-executables/m-p/2540529#M916757</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2001-06-14T12:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: C compiler cannot create executables</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler-cannot-create-executables/m-p/2540530#M916758</link>
      <description>Type "which gcc" to make sure you're using the&lt;BR /&gt;right gcc.&lt;BR /&gt;&lt;BR /&gt;The directory /opt/softbench/bin (if present) creates&lt;BR /&gt;all sorts of entertaining problems by including its own&lt;BR /&gt;wrappers for cc, f77, gcc, etc., even if the target program&lt;BR /&gt;isn't installed.&lt;BR /&gt;&lt;BR /&gt;If you have /opt/softbench/bin/gcc it might confuse the&lt;BR /&gt;configure script.  You may want to either change your&lt;BR /&gt;PATH or rename those troublesome scripts to gcc.softbench,&lt;BR /&gt;etc.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jun 2001 17:00:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler-cannot-create-executables/m-p/2540530#M916758</guid>
      <dc:creator>Gregory Fruth</dc:creator>
      <dc:date>2001-06-14T17:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: C compiler cannot create executables</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler-cannot-create-executables/m-p/2540531#M916759</link>
      <description>When I type which gcc:&lt;BR /&gt;/opt/gcc/bin/gcc&lt;BR /&gt;&lt;BR /&gt;And I'm already using the gcc ported for HP.&lt;BR /&gt;# gcc -v&lt;BR /&gt;Reading specs from /opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.3/specs&lt;BR /&gt;gcc version 2.95.3 20010315 (release)&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Jun 2001 04:40:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler-cannot-create-executables/m-p/2540531#M916759</guid>
      <dc:creator>Henk Besseling</dc:creator>
      <dc:date>2001-06-15T04:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: C compiler cannot create executables</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler-cannot-create-executables/m-p/2540532#M916760</link>
      <description>Note that you MUST install binutils prior to installing gcc because gcc will NOT work with HP's assembler.&lt;BR /&gt;&lt;BR /&gt;You can download GNU binutils from&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/binutils-2.11/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/binutils-2.11/&lt;/A&gt;</description>
      <pubDate>Fri, 15 Jun 2001 04:55:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler-cannot-create-executables/m-p/2540532#M916760</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2001-06-15T04:55:24Z</dc:date>
    </item>
  </channel>
</rss>

