<?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 Gcc 4.4.1 Compile error On Tru645.1b in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/gcc-4-4-1-compile-error-on-tru645-1b/m-p/4491446#M4218</link>
    <description>Im not much for debuggin, just buggin...When I use gnu make to compile the newe GCC4.4.1 from source (since I cannot find binary), I get the following error. Any help would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;"cc1: out of memory allocating 8016 bytes after a total of 129393888 bytes &amp;gt;&amp;gt;&amp;gt;This is the place.&lt;BR /&gt;&lt;BR /&gt;make[3]: *** [c-common.o] Error 1&lt;BR /&gt;make[3]: Leaving directory `/usr3/gcc-4.4.1/host-alphaev67-dec-osf5.1b/gcc'&lt;BR /&gt;make[2]: *** [all-stage2-gcc] Error 2&lt;BR /&gt;make[2]: Leaving directory `/usr3/gcc-4.4.1'&lt;BR /&gt;make[1]: *** [stage2-bubble] Error 2&lt;BR /&gt;make[1]: Leaving directory `/usr3/gcc-4.4.1'&lt;BR /&gt;make: *** [all] Error 2"&lt;BR /&gt;</description>
    <pubDate>Thu, 03 Sep 2009 15:33:40 GMT</pubDate>
    <dc:creator>Matthew Murdock</dc:creator>
    <dc:date>2009-09-03T15:33:40Z</dc:date>
    <item>
      <title>Gcc 4.4.1 Compile error On Tru645.1b</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/gcc-4-4-1-compile-error-on-tru645-1b/m-p/4491446#M4218</link>
      <description>Im not much for debuggin, just buggin...When I use gnu make to compile the newe GCC4.4.1 from source (since I cannot find binary), I get the following error. Any help would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;"cc1: out of memory allocating 8016 bytes after a total of 129393888 bytes &amp;gt;&amp;gt;&amp;gt;This is the place.&lt;BR /&gt;&lt;BR /&gt;make[3]: *** [c-common.o] Error 1&lt;BR /&gt;make[3]: Leaving directory `/usr3/gcc-4.4.1/host-alphaev67-dec-osf5.1b/gcc'&lt;BR /&gt;make[2]: *** [all-stage2-gcc] Error 2&lt;BR /&gt;make[2]: Leaving directory `/usr3/gcc-4.4.1'&lt;BR /&gt;make[1]: *** [stage2-bubble] Error 2&lt;BR /&gt;make[1]: Leaving directory `/usr3/gcc-4.4.1'&lt;BR /&gt;make: *** [all] Error 2"&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Sep 2009 15:33:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/gcc-4-4-1-compile-error-on-tru645-1b/m-p/4491446#M4218</guid>
      <dc:creator>Matthew Murdock</dc:creator>
      <dc:date>2009-09-03T15:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Gcc 4.4.1 Compile error On Tru645.1b</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/gcc-4-4-1-compile-error-on-tru645-1b/m-p/4491447#M4219</link>
      <description>&lt;!--!*#--&gt;How much memory and swap space do you have&lt;BR /&gt;on that (unidentified) system?  Perhaps you&lt;BR /&gt;just ran out.&lt;BR /&gt;&lt;BR /&gt;I can't activate my Tru64 system at the&lt;BR /&gt;moment, but my notes suggest that the last&lt;BR /&gt;GCC which I've built on it was 4.3.0.  I&lt;BR /&gt;can't be sure for a week or so, but I'd guess&lt;BR /&gt;that I haven't gotten anything newer to go&lt;BR /&gt;through.  (I can't be sure what I've tried,&lt;BR /&gt;either, but I'd guess 4.4.0.)  In any case,&lt;BR /&gt;I claim that I did get 4.3.0 working.  After&lt;BR /&gt;that, no bets.&lt;BR /&gt;&lt;BR /&gt;I do seem to have tried 4.4.0 on HP-UX&lt;BR /&gt;(11.31, IA64), with no success.  I'm still&lt;BR /&gt;using 4.3.3 there.  This stuff seems not to&lt;BR /&gt;be entirely fool-proof.</description>
      <pubDate>Thu, 03 Sep 2009 18:06:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/gcc-4-4-1-compile-error-on-tru645-1b/m-p/4491447#M4219</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-09-03T18:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Gcc 4.4.1 Compile error On Tru645.1b</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/gcc-4-4-1-compile-error-on-tru645-1b/m-p/4491448#M4220</link>
      <description>It sounds like you're hitting the session's data segment size limit.  Check the soft and hard limits with "ulimit -d" and "ulimit -dH" respectively.  If the soft limit is less than the hard limit (and it probably is), try "ulimit -d unlimited" before compiling.  This will increase the session limit from the soft limit up to the value of the hard limit.&lt;BR /&gt;&lt;BR /&gt;Martin</description>
      <pubDate>Fri, 04 Sep 2009 00:45:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/gcc-4-4-1-compile-error-on-tru645-1b/m-p/4491448#M4220</guid>
      <dc:creator>Martin Moore</dc:creator>
      <dc:date>2009-09-04T00:45:10Z</dc:date>
    </item>
  </channel>
</rss>

