<?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: Is GCC from Source possible? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/is-gcc-from-source-possible/m-p/3330445#M712337</link>
    <description>I can't imagine it's this difficult to get GCC to compile on HP-UX/PA-RISC.&lt;BR /&gt;&lt;BR /&gt;Anyone know of a way to get a step-by-step from the above like HP themself, complete with patch detail?  Each site provides the source with a GNU linker, just can't get either to compile with the information provided.&lt;BR /&gt;&lt;BR /&gt;cs</description>
    <pubDate>Thu, 15 Jul 2004 14:07:30 GMT</pubDate>
    <dc:creator>Curtis Steward</dc:creator>
    <dc:date>2004-07-15T14:07:30Z</dc:date>
    <item>
      <title>Is GCC from Source possible?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-gcc-from-source-possible/m-p/3330443#M712335</link>
      <description>Does anyone have a detailed HowTo or step-by-step on compiling GCC from source (binutils works)?  I've tried both DSPP's:  &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;and Merijn's:&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/" target="_blank"&gt;http://mirrors.develooper.com/hpux/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;without success.  I've attempted this with the latest known patches on both 11.00 and 11.11 on more than one machine and usually end up&lt;BR /&gt;with a "unknown pseudo-op" error.  I'd greatly appreciate a detailed step through on any of the above.  &lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;&lt;BR /&gt;cs</description>
      <pubDate>Tue, 13 Jul 2004 16:31:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-gcc-from-source-possible/m-p/3330443#M712335</guid>
      <dc:creator>Curtis Steward</dc:creator>
      <dc:date>2004-07-13T16:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is GCC from Source possible?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-gcc-from-source-possible/m-p/3330444#M712336</link>
      <description>Hi,&lt;BR /&gt;A long time since I last tried...&lt;BR /&gt;I seem to remember having to start by compiling bison &lt;BR /&gt;then gcc, and after ncurses&lt;BR /&gt;&lt;BR /&gt;I will have a look and see if I can find some old notes...&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Victor</description>
      <pubDate>Tue, 13 Jul 2004 17:02:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-gcc-from-source-possible/m-p/3330444#M712336</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2004-07-13T17:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is GCC from Source possible?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-gcc-from-source-possible/m-p/3330445#M712337</link>
      <description>I can't imagine it's this difficult to get GCC to compile on HP-UX/PA-RISC.&lt;BR /&gt;&lt;BR /&gt;Anyone know of a way to get a step-by-step from the above like HP themself, complete with patch detail?  Each site provides the source with a GNU linker, just can't get either to compile with the information provided.&lt;BR /&gt;&lt;BR /&gt;cs</description>
      <pubDate>Thu, 15 Jul 2004 14:07:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-gcc-from-source-possible/m-p/3330445#M712337</guid>
      <dc:creator>Curtis Steward</dc:creator>
      <dc:date>2004-07-15T14:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is GCC from Source possible?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-gcc-from-source-possible/m-p/3330446#M712338</link>
      <description>that is most likely an assembler errror. Are you sure you were using the right combo?&lt;BR /&gt;&lt;BR /&gt;Did you use the scripts I made available on my site?&lt;BR /&gt;&lt;BR /&gt;My sequence from scratch:&lt;BR /&gt;&lt;BR /&gt;1. build 32bit binutils from scratch with HP C-ANSI-C&lt;BR /&gt;2. install&lt;BR /&gt;3. build 32bit gcc using those binutils&lt;BR /&gt;4. install&lt;BR /&gt;5. rebuild binutils with that gcc&lt;BR /&gt;6. install&lt;BR /&gt;7. rebuild gcc with gcc and binutils&lt;BR /&gt;8. install&lt;BR /&gt;repeat 5,6,7, and 8&lt;BR /&gt;&lt;BR /&gt;same for 64bit, but that is much harder and manual intervention is needed in step 1 and 3, because 64bit gcc cannot be built with cc built binutils&lt;BR /&gt;&lt;BR /&gt;so most of the time it's easiest to fetch a precompiled binutils/gcc FOR THE RIGHT ARCHITECTURE and OS VERSION and replay 5 .. 8 only once&lt;BR /&gt;&lt;BR /&gt;FWIW if above steps pass, I usually also rebuild gdb with it&lt;BR /&gt;FWIW2 I often disable ranlib and ar from binutils on HP-UX and AIX, because they tend to not play nice with HP objects&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Thu, 15 Jul 2004 14:41:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-gcc-from-source-possible/m-p/3330446#M712338</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-07-15T14:41:45Z</dc:date>
    </item>
  </channel>
</rss>

