<?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 Error compiling a C program in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-compiling-a-c-program/m-p/3827736#M771429</link>
    <description>Hi. I am compiling a C program like this&lt;BR /&gt;922:/home/h550785/include922 =&amp;gt; cc -Ae +DD64 -lm SAP718B.c /usr/lib/librfc.a -lcl -lcurses -o SAP718B&lt;BR /&gt;"SAP718B.c", line 322: warning #2181-D: argument is incompatible with&lt;BR /&gt;          corresponding format string conversion&lt;BR /&gt;     GETCHAR(iCO11,s); //  Convierte la iUbicDesde a string(cadena de carateres)&lt;BR /&gt;     ^&lt;BR /&gt;&lt;BR /&gt;"SAP718B.c", line 327: warning #2181-D: argument is incompatible with&lt;BR /&gt;          corresponding format string conversion&lt;BR /&gt;     GETCHAR(iMSC1,s);&lt;BR /&gt;     ^&lt;BR /&gt;ld: Unsatisfied symbol "__cxa_personality_routine" in file /usr/lib/librfc.a[rfcilib.o]&lt;BR /&gt;1 errors.&lt;BR /&gt;&lt;BR /&gt;This C program was running on a PA-RISK and now i need to run it on an itanium server HP-UX ia64.&lt;BR /&gt;&lt;BR /&gt;Can you help me to solve this warnings.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
    <pubDate>Thu, 20 Jul 2006 17:30:56 GMT</pubDate>
    <dc:creator>Javier Ortiz Guajardo</dc:creator>
    <dc:date>2006-07-20T17:30:56Z</dc:date>
    <item>
      <title>Error compiling a C program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-compiling-a-c-program/m-p/3827736#M771429</link>
      <description>Hi. I am compiling a C program like this&lt;BR /&gt;922:/home/h550785/include922 =&amp;gt; cc -Ae +DD64 -lm SAP718B.c /usr/lib/librfc.a -lcl -lcurses -o SAP718B&lt;BR /&gt;"SAP718B.c", line 322: warning #2181-D: argument is incompatible with&lt;BR /&gt;          corresponding format string conversion&lt;BR /&gt;     GETCHAR(iCO11,s); //  Convierte la iUbicDesde a string(cadena de carateres)&lt;BR /&gt;     ^&lt;BR /&gt;&lt;BR /&gt;"SAP718B.c", line 327: warning #2181-D: argument is incompatible with&lt;BR /&gt;          corresponding format string conversion&lt;BR /&gt;     GETCHAR(iMSC1,s);&lt;BR /&gt;     ^&lt;BR /&gt;ld: Unsatisfied symbol "__cxa_personality_routine" in file /usr/lib/librfc.a[rfcilib.o]&lt;BR /&gt;1 errors.&lt;BR /&gt;&lt;BR /&gt;This C program was running on a PA-RISK and now i need to run it on an itanium server HP-UX ia64.&lt;BR /&gt;&lt;BR /&gt;Can you help me to solve this warnings.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Jul 2006 17:30:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-compiling-a-c-program/m-p/3827736#M771429</guid>
      <dc:creator>Javier Ortiz Guajardo</dc:creator>
      <dc:date>2006-07-20T17:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error compiling a C program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-compiling-a-c-program/m-p/3827737#M771430</link>
      <description>Are you sure it is 'C', and not 'C++"?&lt;BR /&gt;&lt;BR /&gt;And what a strange order of arguments you use&lt;BR /&gt;&lt;BR /&gt;# cc +DD64 -Ae +Z -z -o SAP718B SAP718B.c /usr/lib/librfc.a -lm -lcl -lcurses&lt;BR /&gt;&lt;BR /&gt;Doesn't it need some -I arguments?&lt;BR /&gt;What's the code look like from line 318 to 330?&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn [ who doesn't do C==, and has no plans to ]</description>
      <pubDate>Fri, 21 Jul 2006 01:40:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-compiling-a-c-program/m-p/3827737#M771430</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-07-21T01:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error compiling a C program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-compiling-a-c-program/m-p/3827738#M771431</link>
      <description>&amp;gt;procura: Are you sure it is 'C', and not 'C++"?&lt;BR /&gt;&lt;BR /&gt;procura is correct, __cxa_personality_routine is part of libCsup, so rfcilib.o must have been compiled with aC++.&lt;BR /&gt;&lt;BR /&gt;If you want to link this you must use aCC.  Or librfc must be a shared lib and then you can follow the directions on:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/8759/distributing.htm" target="_blank"&gt;http://docs.hp.com/en/8759/distributing.htm&lt;/A&gt;</description>
      <pubDate>Sat, 04 Nov 2006 05:15:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-compiling-a-c-program/m-p/3827738#M771431</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2006-11-04T05:15:50Z</dc:date>
    </item>
  </channel>
</rss>

