<?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 Can't find library: &amp;quot;iconv&amp;quot; in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-find-library-quot-iconv-quot/m-p/3427669#M707341</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;When I executed "make" command, I saw below error messages. Please let me know if you know the solution.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Henry&lt;BR /&gt;&lt;BR /&gt;/usr/ccs/bin/ld: Can't find library: "iconv"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;*** checking if a hello world program can be built ...&lt;BR /&gt;*** test program is&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt; &lt;BR /&gt;int main(int argc, char *argv[])&lt;BR /&gt;{&lt;BR /&gt;        puts("hello world");&lt;BR /&gt;        return 0;&lt;BR /&gt;}&lt;BR /&gt;*** results are&lt;BR /&gt;        /opt/gcc/bin/gcc -O  -DMAILRC='"/um01/users/yoonhk/nail-11.17/nail.rc"'&lt;BR /&gt;-DMAILSPOOL='"/var/mail"'  -DSENDMAIL='"/usr/lib/sendmail"'    \&lt;BR /&gt;                -L/opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.0.1/libgcc.a -lic&lt;BR /&gt;onv -lssl -L/opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.0.1 ___build28083.c `gr&lt;BR /&gt;ep '^[^#]' LIBS`  -o ___build28083&lt;BR /&gt;/usr/ccs/bin/ld: Can't find library: "iconv"&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt; &lt;BR /&gt;Stop.&lt;BR /&gt;*** no&lt;/STDIO.H&gt;</description>
    <pubDate>Mon, 22 Nov 2004 11:21:38 GMT</pubDate>
    <dc:creator>Henry_52</dc:creator>
    <dc:date>2004-11-22T11:21:38Z</dc:date>
    <item>
      <title>Can't find library: "iconv"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-find-library-quot-iconv-quot/m-p/3427669#M707341</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;When I executed "make" command, I saw below error messages. Please let me know if you know the solution.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Henry&lt;BR /&gt;&lt;BR /&gt;/usr/ccs/bin/ld: Can't find library: "iconv"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;*** checking if a hello world program can be built ...&lt;BR /&gt;*** test program is&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt; &lt;BR /&gt;int main(int argc, char *argv[])&lt;BR /&gt;{&lt;BR /&gt;        puts("hello world");&lt;BR /&gt;        return 0;&lt;BR /&gt;}&lt;BR /&gt;*** results are&lt;BR /&gt;        /opt/gcc/bin/gcc -O  -DMAILRC='"/um01/users/yoonhk/nail-11.17/nail.rc"'&lt;BR /&gt;-DMAILSPOOL='"/var/mail"'  -DSENDMAIL='"/usr/lib/sendmail"'    \&lt;BR /&gt;                -L/opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.0.1/libgcc.a -lic&lt;BR /&gt;onv -lssl -L/opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.0.1 ___build28083.c `gr&lt;BR /&gt;ep '^[^#]' LIBS`  -o ___build28083&lt;BR /&gt;/usr/ccs/bin/ld: Can't find library: "iconv"&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt; &lt;BR /&gt;Stop.&lt;BR /&gt;*** no&lt;/STDIO.H&gt;</description>
      <pubDate>Mon, 22 Nov 2004 11:21:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-find-library-quot-iconv-quot/m-p/3427669#M707341</guid>
      <dc:creator>Henry_52</dc:creator>
      <dc:date>2004-11-22T11:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can't find library: "iconv"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-find-library-quot-iconv-quot/m-p/3427670#M707342</link>
      <description>SHLIB_PATH=/usr/ccs:$SHLIB_PATH&lt;BR /&gt;export SHLIB_PATH&lt;BR /&gt;&lt;BR /&gt;make&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 22 Nov 2004 11:33:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-find-library-quot-iconv-quot/m-p/3427670#M707342</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-22T11:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can't find library: "iconv"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-find-library-quot-iconv-quot/m-p/3427671#M707343</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Looks like you do not have iconv library. You can get it from here. Also install gettext from the same website as it is also most commonly used.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Development/Libraries/libiconv-1.9.2/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Development/Libraries/libiconv-1.9.2/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 22 Nov 2004 19:23:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-find-library-quot-iconv-quot/m-p/3427671#M707343</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-22T19:23:27Z</dc:date>
    </item>
  </channel>
</rss>

