<?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: Problems building gcc compiler in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-building-gcc-compiler/m-p/2610875#M36110</link>
    <description>Greg,&lt;BR /&gt;&lt;BR /&gt;Any time you use gnu's gcc, or quite a few other open source programs, you usually will need gnu's make, ld,  and "as" assembler for hpux. Otherwise these products won't usually work.&lt;BR /&gt;&lt;BR /&gt;I'm glad you found your answer though! Don't forget to assign points to those that directed you to the depot's.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
    <pubDate>Fri, 09 Nov 2001 19:36:17 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2001-11-09T19:36:17Z</dc:date>
    <item>
      <title>Problems building gcc compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-building-gcc-compiler/m-p/2610870#M36105</link>
      <description>We are trying to load the gcc compiler on an HP L class server running HP/UX 11.00.  I've downloaded gcc for 64-bit 11.0 and 11i (source).  I ran swinstall to load the depot.  I've followed the instructions for Installing the GCC configuration with the following:&lt;BR /&gt;&lt;BR /&gt;To configure GCC: &lt;BR /&gt;&lt;BR /&gt;   % mkdir objdir&lt;BR /&gt;   % cd objdir&lt;BR /&gt;   % srcdir/configure&lt;BR /&gt;&lt;BR /&gt;As far as I could tell that completed fine.&lt;BR /&gt;&lt;BR /&gt;I then went to the next step of Building GCC and when I do make bootstrap I get the following:&lt;BR /&gt;&lt;BR /&gt;(Bundled) cc: warning 480: The -g option is available only with the C/ANSI C pro&lt;BR /&gt;duct; ignored.&lt;BR /&gt;Bootstrapping the compiler&lt;BR /&gt;sh[5]: gcc:  not found.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;There were several warning 480 messages.&lt;BR /&gt;&lt;BR /&gt;Any help would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;Gre</description>
      <pubDate>Fri, 09 Nov 2001 13:42:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-building-gcc-compiler/m-p/2610870#M36105</guid>
      <dc:creator>Greg Hale</dc:creator>
      <dc:date>2001-11-09T13:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problems building gcc compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-building-gcc-compiler/m-p/2610871#M36106</link>
      <description>Hi Greg,&lt;BR /&gt;&lt;BR /&gt;I have had numerous problems with running compilers on HP-UX, as it keeps complaining about not using ANSI-C. So much for any support of open source ;-)&lt;BR /&gt;&lt;BR /&gt;Anyway, there are some depot versions of GCC available, try doing a search for 'gcc HP-UX depot'. Swinstall makes things a bit easier.&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;James</description>
      <pubDate>Fri, 09 Nov 2001 14:50:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-building-gcc-compiler/m-p/2610871#M36106</guid>
      <dc:creator>James Beamish-White</dc:creator>
      <dc:date>2001-11-09T14:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problems building gcc compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-building-gcc-compiler/m-p/2610872#M36107</link>
      <description>You can find the depot mentioned above at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/" target="_blank"&gt;http://hpux.cs.utah.edu/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The ANSI C compiler is much more reliable however. I have never had a problem compiling software using ANSI C on hpux.&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;C</description>
      <pubDate>Fri, 09 Nov 2001 15:02:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-building-gcc-compiler/m-p/2610872#M36107</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2001-11-09T15:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problems building gcc compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-building-gcc-compiler/m-p/2610873#M36108</link>
      <description>GCC 2.95.2 is the one that we used on our 11.0 and seems to work. We have also tried  using the GCC version running on HP-UX 10.20 and it too could work.</description>
      <pubDate>Fri, 09 Nov 2001 15:35:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-building-gcc-compiler/m-p/2610873#M36108</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2001-11-09T15:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problems building gcc compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-building-gcc-compiler/m-p/2610874#M36109</link>
      <description>I made the mistake of downloading the source depot and not the binary depot.  Everything is working fine now.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;Greg</description>
      <pubDate>Fri, 09 Nov 2001 16:09:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-building-gcc-compiler/m-p/2610874#M36109</guid>
      <dc:creator>Greg Hale</dc:creator>
      <dc:date>2001-11-09T16:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problems building gcc compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-building-gcc-compiler/m-p/2610875#M36110</link>
      <description>Greg,&lt;BR /&gt;&lt;BR /&gt;Any time you use gnu's gcc, or quite a few other open source programs, you usually will need gnu's make, ld,  and "as" assembler for hpux. Otherwise these products won't usually work.&lt;BR /&gt;&lt;BR /&gt;I'm glad you found your answer though! Don't forget to assign points to those that directed you to the depot's.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Fri, 09 Nov 2001 19:36:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-building-gcc-compiler/m-p/2610875#M36110</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-11-09T19:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problems building gcc compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-building-gcc-compiler/m-p/2610876#M36111</link>
      <description>Craig:  I am not sure, but I think Greg meant the depots available on the HP.com site, not the HPPA sites.&lt;BR /&gt;&lt;BR /&gt;The big difference between these two is the fact that the latter is only 32-bit and the HP.com ones support both 32-bit and 64-bit [two seperate depot files, which install in different locations].&lt;BR /&gt;&lt;BR /&gt;Harry: HP.com's gcc is configured with /usr/ccs/bin/ld.  Which works ok since they added translation switches to the specs file.  Now to fix the remainder though.</description>
      <pubDate>Mon, 14 Jan 2002 16:11:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-building-gcc-compiler/m-p/2610876#M36111</guid>
      <dc:creator>Jeroen Ruigrok vd Werve_2</dc:creator>
      <dc:date>2002-01-14T16:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problems building gcc compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-building-gcc-compiler/m-p/2610877#M36112</link>
      <description>to add to above check:&lt;BR /&gt;# whence -v cc&lt;BR /&gt;  cc is a tracked alias for /usr/bin/cc&lt;BR /&gt;# cd /usr/bin&lt;BR /&gt;# ll cc&lt;BR /&gt;lr-xr-xr-t   1 root    sys     17 Mar  2 01:34 cc -&amp;gt; /opt/ansic/bin/cc&lt;BR /&gt;# echo $PATH&lt;BR /&gt;see if your PATH variable contains above.&lt;BR /&gt;More info can be found @:     &lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;g'd luck &lt;BR /&gt;t++</description>
      <pubDate>Mon, 14 Jan 2002 16:42:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-building-gcc-compiler/m-p/2610877#M36112</guid>
      <dc:creator>T. M. Louah</dc:creator>
      <dc:date>2002-01-14T16:42:33Z</dc:date>
    </item>
  </channel>
</rss>

