<?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: C Compiler Errors - Where to go? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler-errors-where-to-go/m-p/2836357#M721209</link>
    <description>It looks like you need libc_r. My standard method for doing this is:&lt;BR /&gt;cd /usr/lib (e.g)&lt;BR /&gt;nm lib* &amp;gt; /var/tmp/symlist&lt;BR /&gt;&lt;BR /&gt;Then use vi to search /var/tmp/symlist for any of the symbols. You then "drive up" the file until you see the library name directly above the desired symbol.&lt;BR /&gt;</description>
    <pubDate>Wed, 30 Oct 2002 21:16:07 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2002-10-30T21:16:07Z</dc:date>
    <item>
      <title>C Compiler Errors - Where to go?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler-errors-where-to-go/m-p/2836356#M721208</link>
      <description>I am trying to recompile some source on 11i and it has been running on 10.2 for a few years without problems.  When I try to recompile it gives me some PA errors that I have never seen.  Has anyone seen this and can you give me some advise as to how to get around it.&lt;BR /&gt;&lt;BR /&gt;-------- Error ----------&lt;BR /&gt;$ RunMake&lt;BR /&gt;Making atdb.a, testa, querydb.a, testquery and probesql...&lt;BR /&gt;rm: libtesta non-existent&lt;BR /&gt;rm: libquerydb.a non-existent&lt;BR /&gt;rm: testquery non-existent&lt;BR /&gt;rm: probesql non-existent&lt;BR /&gt;        ar vq libatdb.a netinter.o server_c.o&lt;BR /&gt;q - netinter.o&lt;BR /&gt;q - server_c.o&lt;BR /&gt;ar: creating libatdb.a&lt;BR /&gt;        cc -o testa testa.o libatdb.a /home/ibmprg/autotest/lib/libxmc.a&lt;BR /&gt;/home/i&lt;BR /&gt;bmprg/autotest/lib/libtcp.a -L/usr/lib -lnsl_s&lt;BR /&gt;/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (testa.o) was&lt;BR /&gt;detecte&lt;BR /&gt;d. The linked output may not run on a PA 1.x system.&lt;BR /&gt;/usr/ccs/bin/ld: Unsatisfied symbols:&lt;BR /&gt;   xdr_vector (code)&lt;BR /&gt;   xdr_double (code)&lt;BR /&gt;   svc_register (code)&lt;BR /&gt;   xdr_u_long (code)&lt;BR /&gt;   clnttcp_create (code)&lt;BR /&gt;   pmap_unset (code)&lt;BR /&gt;   xdr_string (code)&lt;BR /&gt;   pmap_getmaps (code)&lt;BR /&gt;   xdr_opaque (code)&lt;BR /&gt;   xdr_int (code)&lt;BR /&gt;   xdr_u_int (code)&lt;BR /&gt;   svctcp_create (code)&lt;BR /&gt;   xdr_long (code)&lt;BR /&gt;   xdr_short (code)&lt;BR /&gt;   svc_unregister (code)&lt;BR /&gt;   get_myaddress (code)&lt;BR /&gt;   xdr_void (code)&lt;BR /&gt;   xdr_char (code)&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Scott</description>
      <pubDate>Wed, 30 Oct 2002 21:06:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler-errors-where-to-go/m-p/2836356#M721208</guid>
      <dc:creator>Scott McDade</dc:creator>
      <dc:date>2002-10-30T21:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: C Compiler Errors - Where to go?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler-errors-where-to-go/m-p/2836357#M721209</link>
      <description>It looks like you need libc_r. My standard method for doing this is:&lt;BR /&gt;cd /usr/lib (e.g)&lt;BR /&gt;nm lib* &amp;gt; /var/tmp/symlist&lt;BR /&gt;&lt;BR /&gt;Then use vi to search /var/tmp/symlist for any of the symbols. You then "drive up" the file until you see the library name directly above the desired symbol.&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Oct 2002 21:16:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler-errors-where-to-go/m-p/2836357#M721209</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-10-30T21:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: C Compiler Errors - Where to go?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler-errors-where-to-go/m-p/2836358#M721210</link>
      <description>Looks like you are missing some library files as per the above error messages. Look for the *.a files under /usr/lib directory. You may need to install the full HP ANSI C Complier which is a paid product from HP.</description>
      <pubDate>Wed, 30 Oct 2002 21:16:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler-errors-where-to-go/m-p/2836358#M721210</guid>
      <dc:creator>Vincente Fernandes</dc:creator>
      <dc:date>2002-10-30T21:16:58Z</dc:date>
    </item>
  </channel>
</rss>

