<?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 building gcc 3.3 on HP-UX 11.11 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/building-gcc-3-3-on-hp-ux-11-11/m-p/2981898#M718296</link>
    <description>I am trying to build gcc 3.3 on HP-UX 11.11, but it does not work. The "configure" script exits with an error:&lt;BR /&gt; configure: error: cannot determine a size for long long&lt;BR /&gt;&lt;BR /&gt;Has anybody had the same problem?&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;CG</description>
    <pubDate>Mon, 26 May 2003 17:33:22 GMT</pubDate>
    <dc:creator>Christophe Goua</dc:creator>
    <dc:date>2003-05-26T17:33:22Z</dc:date>
    <item>
      <title>building gcc 3.3 on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/building-gcc-3-3-on-hp-ux-11-11/m-p/2981898#M718296</link>
      <description>I am trying to build gcc 3.3 on HP-UX 11.11, but it does not work. The "configure" script exits with an error:&lt;BR /&gt; configure: error: cannot determine a size for long long&lt;BR /&gt;&lt;BR /&gt;Has anybody had the same problem?&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;CG</description>
      <pubDate>Mon, 26 May 2003 17:33:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/building-gcc-3-3-on-hp-ux-11-11/m-p/2981898#M718296</guid>
      <dc:creator>Christophe Goua</dc:creator>
      <dc:date>2003-05-26T17:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: building gcc 3.3 on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/building-gcc-3-3-on-hp-ux-11-11/m-p/2981899#M718297</link>
      <description>`manual' for this on my ITRC site: &lt;A href="https://www.beepz.com/personal/merijn/" target="_blank"&gt;https://www.beepz.com/personal/merijn/&lt;/A&gt; or &lt;A href="http://www.cmve.net/~merijn/" target="_blank"&gt;http://www.cmve.net/~merijn/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Mon, 26 May 2003 17:43:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/building-gcc-3-3-on-hp-ux-11-11/m-p/2981899#M718297</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2003-05-26T17:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: building gcc 3.3 on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/building-gcc-3-3-on-hp-ux-11-11/m-p/2981900#M718298</link>
      <description>Thanks, but I forgot to mention it is a PA 1.1 architecture...&lt;BR /&gt;</description>
      <pubDate>Mon, 26 May 2003 19:54:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/building-gcc-3-3-on-hp-ux-11-11/m-p/2981900#M718298</guid>
      <dc:creator>Christophe Goua</dc:creator>
      <dc:date>2003-05-26T19:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: building gcc 3.3 on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/building-gcc-3-3-on-hp-ux-11-11/m-p/2981901#M718299</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;there is a pre buildt depot of all GNU dev  tools (including Gcc) you need to compile opensource software on &lt;A href="http://devresource.hp.com" target="_blank"&gt;http://devresource.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds Jarle&lt;BR /&gt;</description>
      <pubDate>Tue, 27 May 2003 06:27:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/building-gcc-3-3-on-hp-ux-11-11/m-p/2981901#M718299</guid>
      <dc:creator>Jarle Bjorgeengen</dc:creator>
      <dc:date>2003-05-27T06:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: building gcc 3.3 on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/building-gcc-3-3-on-hp-ux-11-11/m-p/2981902#M718300</link>
      <description>So? my site also has pa-1.1 software. It's built on 10.20, but should be usable on 11.x too.&lt;BR /&gt;&lt;BR /&gt;FWIW, here's what I use on 10.20 to build gcc-3.x/32 with gcc as compiler:&lt;BR /&gt;&lt;BR /&gt;--8&amp;lt;---&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;export LD_PXDB=/usr/bin/true&lt;BR /&gt;&lt;BR /&gt;export CONFIG_SITE=&lt;BR /&gt;export CC="gcc -B/usr/local/pa11_32/bin"&lt;BR /&gt;export PATH=.:/usr/local/pa11_32/bin:/pro/local/bin&lt;BR /&gt;export PATH=$PATH"":/usr/bin:/opt/ansic/bin:/usr/ccs/bin:/opt/langtools/bin&lt;BR /&gt;export PATH=$PATH"":/opt/imake/bin&lt;BR /&gt;&lt;BR /&gt;rm -rf obj&lt;BR /&gt;mkdir obj&lt;BR /&gt;cd obj&lt;BR /&gt;../src/configure     --enable-languages=c,c++     --prefix=/usr/local/pa11_32 --with-local-prefix=/usr/local/pa11_32     --with-gnu-as --with-as=/usr/local/pa11_32/bin/as     --with-ld=/usr/ccs/bin/ld     --disable-shared     --disable-nls     --host=hppa1.1-hp-hpux10.20&lt;BR /&gt;&lt;BR /&gt;cd obj&lt;BR /&gt;make bootstrap-lean&lt;BR /&gt;&lt;BR /&gt;make install&lt;BR /&gt;--&amp;gt;8---&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Tue, 27 May 2003 07:12:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/building-gcc-3-3-on-hp-ux-11-11/m-p/2981902#M718300</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2003-05-27T07:12:56Z</dc:date>
    </item>
  </channel>
</rss>

