<?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 compile error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-compile-error/m-p/3500679#M704965</link>
    <description>Thanks Syam / Procura&lt;BR /&gt;&lt;BR /&gt;Syam  the link is giving some check sum error, i will check it put again&lt;BR /&gt;&lt;BR /&gt;Procura I have installed the depedencies , it is working&lt;BR /&gt;&lt;BR /&gt;could you guide me in finding links related to HP UX programming in C &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for your help&lt;BR /&gt;Thiyagarajan.S</description>
    <pubDate>Wed, 09 Mar 2005 06:12:36 GMT</pubDate>
    <dc:creator>Thiyagarajan.s</dc:creator>
    <dc:date>2005-03-09T06:12:36Z</dc:date>
    <item>
      <title>gcc compile error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-compile-error/m-p/3500676#M704962</link>
      <description>Hi &lt;BR /&gt;when i run the command gcc , i am getting the error &lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libiconv.sl&lt;BR /&gt;/usr/lib/dld.sl: No such file or directory&lt;BR /&gt;&lt;BR /&gt;I have recently downloaded the gcc from net. Do i have to reinstall it .&lt;BR /&gt;&lt;BR /&gt;Require your help in finding the good document to gcc and programming in UNIX also&lt;BR /&gt;&lt;BR /&gt;Thanks for your kind help &lt;BR /&gt;Thiyagarajan.S</description>
      <pubDate>Wed, 09 Mar 2005 01:12:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-compile-error/m-p/3500676#M704962</guid>
      <dc:creator>Thiyagarajan.s</dc:creator>
      <dc:date>2005-03-09T01:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: gcc compile error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-compile-error/m-p/3500677#M704963</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try Installing the following library.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.gnu.org/software/libiconv/" target="_blank"&gt;http://www.gnu.org/software/libiconv/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Syam</description>
      <pubDate>Wed, 09 Mar 2005 01:20:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-compile-error/m-p/3500677#M704963</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-03-09T01:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: gcc compile error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-compile-error/m-p/3500678#M704964</link>
      <description>If you read the info on &lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.4.3/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.4.3/&lt;/A&gt;&lt;BR /&gt;the most likely location you got gcc from, you can read that it's runtime dependencies are libiconv and gettext&lt;BR /&gt;*run*time dependencies means that those other packages have to be installed for the target package to run properly.&lt;BR /&gt;&lt;BR /&gt;libiconv can be found on &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;gettext can be found at &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;&lt;RANT&gt;Both packages are there for gcc to support locales (localisation, like error messages in french, german, chinese, and swahili). I personally think that a compiler should not support localisation at all, which is why my ports of gcc do not depend on any other package, and certainly not of localization packages.&lt;/RANT&gt;&lt;BR /&gt;&lt;BR /&gt;My gcc ports are available from my ITRC site. Read the page for instructions.&lt;BR /&gt;&lt;BR /&gt;My HP ITRC site pages can be found at (please use LA as primary choice):&lt;BR /&gt;&lt;BR /&gt;USA Los Angeles &lt;A href="http://mirrors.develooper.com/hpux/" target="_blank"&gt;http://mirrors.develooper.com/hpux/&lt;/A&gt;&lt;BR /&gt;SGP Singapore   &lt;A href="https://www.beepz.com/personal/merijn/" target="_blank"&gt;https://www.beepz.com/personal/merijn/&lt;/A&gt;&lt;BR /&gt;USA Chicago     &lt;A href="http://ww.hpux.ws/merijn/" target="_blank"&gt;http://ww.hpux.ws/merijn/&lt;/A&gt;&lt;BR /&gt;NL  Hoofddorp   &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>Wed, 09 Mar 2005 01:59:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-compile-error/m-p/3500678#M704964</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-03-09T01:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: gcc compile error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-compile-error/m-p/3500679#M704965</link>
      <description>Thanks Syam / Procura&lt;BR /&gt;&lt;BR /&gt;Syam  the link is giving some check sum error, i will check it put again&lt;BR /&gt;&lt;BR /&gt;Procura I have installed the depedencies , it is working&lt;BR /&gt;&lt;BR /&gt;could you guide me in finding links related to HP UX programming in C &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for your help&lt;BR /&gt;Thiyagarajan.S</description>
      <pubDate>Wed, 09 Mar 2005 06:12:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-compile-error/m-p/3500679#M704965</guid>
      <dc:creator>Thiyagarajan.s</dc:creator>
      <dc:date>2005-03-09T06:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: gcc compile error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-compile-error/m-p/3500680#M704966</link>
      <description>Thiyagarajan,&lt;BR /&gt;link to HP-UX/C Programmers Guide&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/92434-90011/92434-90011.pdf" target="_blank"&gt;http://docs.hp.com/en/92434-90011/92434-90011.pdf&lt;/A&gt;&lt;BR /&gt;or for more generic C:&lt;BR /&gt;&lt;A href="http://www.cs.cf.ac.uk/Dave/C/CE.html" target="_blank"&gt;http://www.cs.cf.ac.uk/Dave/C/CE.html&lt;/A&gt;&lt;BR /&gt;or any number of other sites from search engine.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 09 Mar 2005 06:47:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-compile-error/m-p/3500680#M704966</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-03-09T06:47:30Z</dc:date>
    </item>
  </channel>
</rss>

