<?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 Asking regarding 64-bit porting in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/asking-regarding-64-bit-porting/m-p/2660433#M929022</link>
    <description>Hi all,&lt;BR /&gt;I face a problem when compiling C++ code in 64-bit. Below is the error message:&lt;BR /&gt;ld: Can't find library for -lnsl_s       &lt;BR /&gt;I figure out that only /usr/lib have this library file but /usr/lib/pa20_64 didn't have this file. What should I do? Is that exists 64-bit version of libnsl_s.a library? Or got any alternative to solve this problem?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;From:&lt;BR /&gt;ck</description>
    <pubDate>Thu, 07 Feb 2002 08:55:27 GMT</pubDate>
    <dc:creator>yck</dc:creator>
    <dc:date>2002-02-07T08:55:27Z</dc:date>
    <item>
      <title>Asking regarding 64-bit porting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/asking-regarding-64-bit-porting/m-p/2660433#M929022</link>
      <description>Hi all,&lt;BR /&gt;I face a problem when compiling C++ code in 64-bit. Below is the error message:&lt;BR /&gt;ld: Can't find library for -lnsl_s       &lt;BR /&gt;I figure out that only /usr/lib have this library file but /usr/lib/pa20_64 didn't have this file. What should I do? Is that exists 64-bit version of libnsl_s.a library? Or got any alternative to solve this problem?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;From:&lt;BR /&gt;ck</description>
      <pubDate>Thu, 07 Feb 2002 08:55:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/asking-regarding-64-bit-porting/m-p/2660433#M929022</guid>
      <dc:creator>yck</dc:creator>
      <dc:date>2002-02-07T08:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Asking regarding 64-bit porting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/asking-regarding-64-bit-porting/m-p/2660434#M929023</link>
      <description>&lt;BR /&gt;Youre right, there is no 64 bit version of the library libnsl_s. So you have 2 options. &lt;BR /&gt;&lt;BR /&gt;1. compile your program as 32bit only, or;&lt;BR /&gt;&lt;BR /&gt;2. Find the symbol/code in libnsl_s that your are trying to reference and search the other 64bit libraries to see if you can find a 64bit version of it (using the nm command), and if you find it you can link it in from the 64bit lib instead, now you can compile 64bit.&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Feb 2002 09:34:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/asking-regarding-64-bit-porting/m-p/2660434#M929023</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-02-07T09:34:12Z</dc:date>
    </item>
  </channel>
</rss>

