<?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: gcc 3.4.2 on 11.11 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412843#M859244</link>
    <description>Merijn,&lt;BR /&gt;&lt;BR /&gt;I installed gettext, along with:&lt;BR /&gt;&lt;BR /&gt;  autoconf              2.59           autoconf&lt;BR /&gt;  bison                 1.875          bison&lt;BR /&gt;  db                    4.2.52         db&lt;BR /&gt;  flex                  2.5.4a         flex&lt;BR /&gt;  gawk                  3.1.4          gawk&lt;BR /&gt;  gcc                   3.4.2          gcc&lt;BR /&gt;  gettext               0.14.1         gettext&lt;BR /&gt;  libiconv              1.9.2          libiconv&lt;BR /&gt;  m4                    1.4.2          m4&lt;BR /&gt;  make                  3.80           make&lt;BR /&gt;  texinfo               4.7            texinfo&lt;BR /&gt;&lt;BR /&gt;all at the same time, and all from the SPAAC repository.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;rwt</description>
    <pubDate>Tue, 02 Nov 2004 10:06:55 GMT</pubDate>
    <dc:creator>Ronnie Towne</dc:creator>
    <dc:date>2004-11-02T10:06:55Z</dc:date>
    <item>
      <title>gcc 3.4.2 on 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412839#M859240</link>
      <description>I installed using the depot available @ SPAAC, along with all build &amp;amp; runtime dependencies.  After installing, I get:&lt;BR /&gt;&lt;BR /&gt;bash-2.04# gcc --version&lt;BR /&gt;/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libintl.sl&lt;BR /&gt;/usr/lib/dld.sl: No such file or directory&lt;BR /&gt;ABORT instruction (core dumped)&lt;BR /&gt;&lt;BR /&gt;OK.  Made a link to the only version of libintl.sl on my system (libintl.sl.1 in gnome), run it again and I get the following:&lt;BR /&gt;&lt;BR /&gt;bash-2.04# gcc --version&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: libintl_bindtextdomain (code)  from gcc&lt;BR /&gt;ABORT instruction (core dumped)&lt;BR /&gt;&lt;BR /&gt;Now I'm getting a bit saddened by all this extra work.  ;-)&lt;BR /&gt;&lt;BR /&gt;Am I headed down the path of frustration?  I thought libintl.sl was included with gettext, but I cannot find it.&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Tue, 02 Nov 2004 09:42:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412839#M859240</guid>
      <dc:creator>Ronnie Towne</dc:creator>
      <dc:date>2004-11-02T09:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.4.2 on 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412840#M859241</link>
      <description>libintl.sl is provided by gettext.&lt;BR /&gt;&lt;BR /&gt;Could you post output from :&lt;BR /&gt;. ldd /path/to/your/gcc&lt;BR /&gt;. ls -l /usr/local/lib/libintl*&lt;BR /&gt;. ls -l /opt/gnome/lib/libintl*&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Nov 2004 09:54:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412840#M859241</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-11-02T09:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.4.2 on 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412841#M859242</link>
      <description>This build has internationalization (locale support) enabled.&lt;BR /&gt;&lt;BR /&gt;Though shallt install that too.&lt;BR /&gt;(one of the reasons I always configure my builds with --disable-nls)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Development/Libraries/libiconv-1.9.2/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Development/Libraries/libiconv-1.9.2/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And if you look at the run time dependencies, you'll see that you also need &lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/gettext-0.14.1/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/gettext-0.14.1/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I /think/ that the other deps as listed on &lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.4.2/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.4.2/&lt;/A&gt; are void, but if you get more errors, you might need those too.&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Tue, 02 Nov 2004 09:56:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412841#M859242</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-11-02T09:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.4.2 on 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412842#M859243</link>
      <description>Fred,&lt;BR /&gt;&lt;BR /&gt;bash-2.04# ldd /usr/local/bin/gcc&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/local/lib/libiconv.sl =&amp;gt;   /usr/local/lib/libiconv.sl&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/local/lib/libintl.sl =&amp;gt;    /usr/local/lib/libintl.sl&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /opt/gnome/lib/libiconv.sl.2 =&amp;gt; /opt/gnome/lib/libiconv.sl.2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;bash-2.04# ls -l /usr/local/lib/libintl*&lt;BR /&gt;lrwxr-xr-x   1 root       sys             27 Nov  2 10:00 /usr/local/lib/libintl.sl -&amp;gt; /opt/gnome/lib/libintl.sl.1&lt;BR /&gt;&lt;BR /&gt;bash-2.04# ls -l /opt/gnome/lib/libintl*&lt;BR /&gt;-rw-r--r--   1 bin        bin          53552 Nov 27  2002 /opt/gnome/lib/libintl.a&lt;BR /&gt;-rw-r--r--   1 bin        bin            785 Nov 27  2002 /opt/gnome/lib/libintl.la&lt;BR /&gt;lrwxr-xr-x   1 bin        bin             12 Nov  1 15:32 /opt/gnome/lib/libintl.sl -&amp;gt; libintl.sl.1&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          57344 Nov 27  2002 /opt/gnome/lib/libintl.sl.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;rwt</description>
      <pubDate>Tue, 02 Nov 2004 10:02:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412842#M859243</guid>
      <dc:creator>Ronnie Towne</dc:creator>
      <dc:date>2004-11-02T10:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.4.2 on 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412843#M859244</link>
      <description>Merijn,&lt;BR /&gt;&lt;BR /&gt;I installed gettext, along with:&lt;BR /&gt;&lt;BR /&gt;  autoconf              2.59           autoconf&lt;BR /&gt;  bison                 1.875          bison&lt;BR /&gt;  db                    4.2.52         db&lt;BR /&gt;  flex                  2.5.4a         flex&lt;BR /&gt;  gawk                  3.1.4          gawk&lt;BR /&gt;  gcc                   3.4.2          gcc&lt;BR /&gt;  gettext               0.14.1         gettext&lt;BR /&gt;  libiconv              1.9.2          libiconv&lt;BR /&gt;  m4                    1.4.2          m4&lt;BR /&gt;  make                  3.80           make&lt;BR /&gt;  texinfo               4.7            texinfo&lt;BR /&gt;&lt;BR /&gt;all at the same time, and all from the SPAAC repository.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;rwt</description>
      <pubDate>Tue, 02 Nov 2004 10:06:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412843#M859244</guid>
      <dc:creator>Ronnie Towne</dc:creator>
      <dc:date>2004-11-02T10:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.4.2 on 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412844#M859245</link>
      <description>Could you try removing the link you made (sorry for the hard job destroyed :).&lt;BR /&gt;&lt;BR /&gt;You'd better add /opt/gnome/lib in front of your LD_LIBRARY_PATH env variable.&lt;BR /&gt;export LD_LIBRARY_PATH=/opt/gnome/lib:$LD_LIBRARY_PATH&lt;BR /&gt;then issue "ldd gcc" and "gcc --version"&lt;BR /&gt;&lt;BR /&gt;If successfull, add LD_LIBRARY_PATH line to your profile.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Nov 2004 10:09:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412844#M859245</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-11-02T10:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.4.2 on 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412845#M859246</link>
      <description>To show it's there:&lt;BR /&gt;&lt;BR /&gt;bash-2.04# env&lt;BR /&gt;PWD=/&lt;BR /&gt;TZ=EST5EDT&lt;BR /&gt;SHLIB_PATH=/opt/gnome/lib:/usr/local/bin&lt;BR /&gt;HOSTNAME=red&lt;BR /&gt;LD_LIBRARY_PATH=/opt/gnome/lib:/usr/local/bin&lt;BR /&gt;(etc)&lt;BR /&gt;&lt;BR /&gt;bash-2.04# ldd /usr/local/bin/gcc&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/local/lib/libiconv.sl =&amp;gt;   /usr/local/lib/libiconv.sl&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libintl.sl&lt;BR /&gt;/usr/lib/dld.sl: No such file or directory&lt;BR /&gt;&lt;BR /&gt;bash-2.04# gcc --version&lt;BR /&gt;/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libintl.sl&lt;BR /&gt;/usr/lib/dld.sl: No such file or directory&lt;BR /&gt;ABORT instruction (core dumped)&lt;BR /&gt;&lt;BR /&gt;Not much better, methinks.</description>
      <pubDate>Tue, 02 Nov 2004 10:20:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412845#M859246</guid>
      <dc:creator>Ronnie Towne</dc:creator>
      <dc:date>2004-11-02T10:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.4.2 on 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412846#M859247</link>
      <description>The message is obvious:  /usr/local/lib/libintl.sl cannot be found/opened.&lt;BR /&gt;&lt;BR /&gt;*IF* it is installed, *where* is it installed?&lt;BR /&gt;&lt;BR /&gt;if it is indeed in /usr/local/lib, are the permissions so that you can read it? Or is it a symlink to something non-existent?&lt;BR /&gt;&lt;BR /&gt;Easy solution if it's installed somewhere else, is to make /usr/local/lib/libintl.sl point to the existing libintl.sl by a symlink&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Tue, 02 Nov 2004 10:30:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412846#M859247</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-11-02T10:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.4.2 on 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412847#M859248</link>
      <description>Sounds like your gcc is linked with absolute pathes to libs in it...&lt;BR /&gt;&lt;BR /&gt;On the other hand, it sounds strange that your gettext install did not brought you those libs in /usr/local/lib.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Nov 2004 10:37:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412847#M859248</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-11-02T10:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.4.2 on 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412848#M859249</link>
      <description>&lt;SNIP&gt;&lt;BR /&gt;The message is obvious: /usr/local/lib/libintl.sl cannot be found/opened.&lt;BR /&gt;&lt;BR /&gt;*IF* it is installed, *where* is it installed?&lt;BR /&gt;&lt;BR /&gt;if it is indeed in /usr/local/lib, are the permissions so that you can read it? Or is it a symlink to something non-existent?&lt;BR /&gt;&lt;BR /&gt;Easy solution if it's installed somewhere else, is to make /usr/local/lib/libintl.sl point to the existing libintl.sl by a symlink&lt;BR /&gt;&lt;/SNIP&gt;&lt;BR /&gt;&lt;BR /&gt;libintl.sl is installed, and when I link to it, I get:&lt;BR /&gt;&lt;BR /&gt;bash-2.04# gcc --version&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: libintl_bindtextdomain (code)  from gcc&lt;BR /&gt;ABORT instruction (core dumped)&lt;BR /&gt;&lt;BR /&gt;It's more what you said earlier- it appears gcc was installed hard-linked.&lt;BR /&gt;&lt;BR /&gt;Is there a way with the .depot to install it unlinked?  I can't think of one, but asking is always the way.  I just need it to work so I can recompile it to my liking.</description>
      <pubDate>Tue, 02 Nov 2004 11:00:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412848#M859249</guid>
      <dc:creator>Ronnie Towne</dc:creator>
      <dc:date>2004-11-02T11:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.4.2 on 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412849#M859250</link>
      <description>Don't know where you got gettext and other packages, but you should better get all from the same source (for example : &lt;A href="http://gatekeep.cs.utah.edu/hppd/hpux/)" target="_blank"&gt;http://gatekeep.cs.utah.edu/hppd/hpux/)&lt;/A&gt; and restart install.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Nov 2004 11:08:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412849#M859250</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-11-02T11:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.4.2 on 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412850#M859251</link>
      <description>No, to me it sounds like the two installs don't match. That sucks big time.&lt;BR /&gt;&lt;BR /&gt;/personally/ I'd advice you to fetch all depots afresh from &lt;A href="http://hpux.connect.org.uk/" target="_blank"&gt;http://hpux.connect.org.uk/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Though I know it's a lot of work, I think it's the safest.&lt;BR /&gt;&lt;BR /&gt;If you don't like depots (grin), or you have no objections to compressed archives and locale-disabled builds, take mine from &lt;A href="http://mirrors.develooper.com/hpux/" target="_blank"&gt;http://mirrors.develooper.com/hpux/&lt;/A&gt;&lt;BR /&gt;Installation instructions on the site.&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Tue, 02 Nov 2004 11:08:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412850#M859251</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-11-02T11:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.4.2 on 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412851#M859252</link>
      <description>Fred/Merijn,&lt;BR /&gt;&lt;BR /&gt;I obtained all software installed from the Porting Center at EDU Utah.&lt;BR /&gt;&lt;BR /&gt;I will now unload everything and try software from develooper.&lt;BR /&gt;&lt;BR /&gt;Instead, maybe I'll go back to bed.  ;-)&lt;BR /&gt;&lt;BR /&gt;Thanks so far.</description>
      <pubDate>Tue, 02 Nov 2004 11:13:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412851#M859252</guid>
      <dc:creator>Ronnie Towne</dc:creator>
      <dc:date>2004-11-02T11:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.4.2 on 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412852#M859253</link>
      <description>Blah.  Ditto.&lt;BR /&gt;&lt;BR /&gt;This time I installed libiconv, gettext, m4, bison and flex packages before installing gcc, &lt;BR /&gt;then gcc, &lt;BR /&gt;then autoconf, db, gawk, libiconv, make, and texinfo.&lt;BR /&gt;&lt;BR /&gt;All from .depot files from &lt;A href="http://hpux.connect.org.uk." target="_blank"&gt;http://hpux.connect.org.uk.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Poop.</description>
      <pubDate>Tue, 02 Nov 2004 11:29:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412852#M859253</guid>
      <dc:creator>Ronnie Towne</dc:creator>
      <dc:date>2004-11-02T11:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.4.2 on 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412853#M859254</link>
      <description>And did it worked ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Nov 2004 12:08:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412853#M859254</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-11-02T12:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.4.2 on 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412854#M859255</link>
      <description>Nope.&lt;BR /&gt;&lt;BR /&gt;Ditto=same result.</description>
      <pubDate>Tue, 02 Nov 2004 12:22:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412854#M859255</guid>
      <dc:creator>Ronnie Towne</dc:creator>
      <dc:date>2004-11-02T12:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.4.2 on 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412855#M859256</link>
      <description>Blah, ditto from develooper????&lt;BR /&gt;&lt;BR /&gt;a5:/u/usr/merijn 101 &amp;gt; chatr /usr/local/pa20_32/bin/gcc&lt;BR /&gt;/usr/local/pa20_32/bin/gcc:&lt;BR /&gt;         shared executable&lt;BR /&gt;         shared library dynamic path search:&lt;BR /&gt;             SHLIB_PATH     disabled  second&lt;BR /&gt;             embedded path  disabled  first  Not Defined&lt;BR /&gt;         shared library list:&lt;BR /&gt;             dynamic   /usr/lib/libc.2&lt;BR /&gt;         shared library binding:&lt;BR /&gt;             deferred&lt;BR /&gt;         global hash table disabled&lt;BR /&gt;         plabel caching disabled&lt;BR /&gt;         global hash array size:1103&lt;BR /&gt;         global hash array nbuckets:3&lt;BR /&gt;         shared vtable support disabled&lt;BR /&gt;         explicit unloading enabled&lt;BR /&gt;         static branch prediction disabled&lt;BR /&gt;         executable from stack: D (default)&lt;BR /&gt;         kernel assisted branch prediction enabled&lt;BR /&gt;         lazy swap allocation disabled&lt;BR /&gt;         text segment locking disabled&lt;BR /&gt;         data segment locking disabled&lt;BR /&gt;         third quadrant private data space disabled&lt;BR /&gt;         fourth quadrant private data space disabled&lt;BR /&gt;         third quadrant global data space disabled&lt;BR /&gt;         data page size: D (default)&lt;BR /&gt;         instruction page size: D (default)&lt;BR /&gt;         nulptr references enabled&lt;BR /&gt;         shared library private mapping disabled&lt;BR /&gt;         shared library text merging disabled&lt;BR /&gt;a5:/u/usr/merijn 102 &amp;gt;&lt;BR /&gt;&lt;BR /&gt;gcc is in that case not on /usr/local/bin, but undef /usr/local/pa20_32/bin (or .../pa20_64/bin if you got the 64bit build)&lt;BR /&gt;&lt;BR /&gt;Please be sure you gor that first in your $PATH&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Tue, 02 Nov 2004 15:49:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412855#M859256</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-11-02T15:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.4.2 on 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412856#M859257</link>
      <description>Getting it done now.  Thanks for your assistance.</description>
      <pubDate>Wed, 03 Nov 2004 11:34:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412856#M859257</guid>
      <dc:creator>Ronnie Towne</dc:creator>
      <dc:date>2004-11-03T11:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.4.2 on 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412857#M859258</link>
      <description>It would be nice to tell us what was wrong...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Nov 2004 11:37:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412857#M859258</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-11-03T11:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.4.2 on 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412858#M859259</link>
      <description>I'd rather hear what was *right* :)&lt;BR /&gt;&lt;BR /&gt;And please asign points to *all* answers.&lt;BR /&gt;0 points to answers that were just annoying, or 1 for, thanks but no thanks.&lt;BR /&gt;All info you pass us through those points will be helpful to others in the future.&lt;BR /&gt;Maybe I'll even change my site to reflect this newly acquired knowledge.&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Wed, 03 Nov 2004 11:47:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-3-4-2-on-11-11/m-p/3412858#M859259</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-11-03T11:47:32Z</dc:date>
    </item>
  </channel>
</rss>

