<?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: Issues faced while compiling C++ programs. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/issues-faced-while-compiling-c-programs/m-p/3406166#M863630</link>
    <description>Govind,&lt;BR /&gt;&lt;BR /&gt;This is what I get when run the make command.&lt;BR /&gt;&lt;BR /&gt;        aCC +DD64 -D_HPUX_SOURCE  +Olit=none +W887 +w +W229 +W331 +W361 +W392 +W431 +W655 +W684 +W818 +W819 +W849 +W889 -D_POSIX_C_SOURCE=199506L -mt  -AA -O -Wl,+s +nostl -L/home/smunderg/RogueWave/SourcePro/Ed7/lib -o CAS_payproc_server  CAS_payment_process_match.o CAS_payment_process_apply.o CAS_process.o CAS_payproc_server_s.o CAS_payproc_server.o /home/smunderg/RogueWave/SourcePro/Ed7/lib/rwctl12s.o -L/usr/lib/ -L/home/smunderg/RogueWave/SourcePro/Ed7/lib/ -L/tools/sybase/OCS-12_0/lib  -L/tools/entera/tcp/lib&lt;BR /&gt;ld: Mismatched ABI (not an ELF file) for -lCsup&lt;BR /&gt;&lt;BR /&gt;Please let me know if you find anything fishy...&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sanjay</description>
    <pubDate>Fri, 22 Oct 2004 17:15:12 GMT</pubDate>
    <dc:creator>Sanjay Mundergi</dc:creator>
    <dc:date>2004-10-22T17:15:12Z</dc:date>
    <item>
      <title>Issues faced while compiling C++ programs.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issues-faced-while-compiling-c-programs/m-p/3406161#M863625</link>
      <description>I am trying to compile a set of C++ programs. The  attached makefile has the details.&lt;BR /&gt;&lt;BR /&gt;I am getting &lt;BR /&gt;"Can't find library or mismatched ABI for -lCsup"&lt;BR /&gt;&lt;BR /&gt;Please help.</description>
      <pubDate>Fri, 22 Oct 2004 13:30:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issues-faced-while-compiling-c-programs/m-p/3406161#M863625</guid>
      <dc:creator>Sanjay Mundergi</dc:creator>
      <dc:date>2004-10-22T13:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Issues faced while compiling C++ programs.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issues-faced-while-compiling-c-programs/m-p/3406162#M863626</link>
      <description>Make sure to include /usr/lib in your path for libc  to be used ( I am 100% sure this should solve it) and if this doesnt solve it, try to load the patch PHSS_30967.&lt;BR /&gt;-Cheers&lt;BR /&gt;Govind</description>
      <pubDate>Fri, 22 Oct 2004 15:48:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issues-faced-while-compiling-c-programs/m-p/3406162#M863626</guid>
      <dc:creator>Govind_3</dc:creator>
      <dc:date>2004-10-22T15:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Issues faced while compiling C++ programs.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issues-faced-while-compiling-c-programs/m-p/3406163#M863627</link>
      <description>BTW which OS are you compiling ur progs on?</description>
      <pubDate>Fri, 22 Oct 2004 15:49:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issues-faced-while-compiling-c-programs/m-p/3406163#M863627</guid>
      <dc:creator>Govind_3</dc:creator>
      <dc:date>2004-10-22T15:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issues faced while compiling C++ programs.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issues-faced-while-compiling-c-programs/m-p/3406164#M863628</link>
      <description>I am compiling on HP Unix machine(HP HP-UX 11.23 for Itanium 11.23) . For this perticular application we are using Rogue Wave components.&lt;BR /&gt;&lt;BR /&gt;I tried to apply your suggesstion, but i am  getting&lt;BR /&gt;&lt;BR /&gt;"ld: Mismatched ABI (not an ELF file) for -lCsup"&lt;BR /&gt;&lt;BR /&gt;Do I have to download the patch. PHSS_30967.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Let me know.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sanjay&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Oct 2004 16:02:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issues-faced-while-compiling-c-programs/m-p/3406164#M863628</guid>
      <dc:creator>Sanjay Mundergi</dc:creator>
      <dc:date>2004-10-22T16:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issues faced while compiling C++ programs.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issues-faced-while-compiling-c-programs/m-p/3406165#M863629</link>
      <description>Surely sounds like a Linker problem. I would suggest you to load PHSS_30967 and see if it solves it.  But before that just a LAME question, are you sure you included "/usr/lib/" in the path in the make file? If you are very sure you did it right and it still doesnt work mayb u should then load the patch.&lt;BR /&gt;-Goodluck&lt;BR /&gt;Govind</description>
      <pubDate>Fri, 22 Oct 2004 16:59:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issues-faced-while-compiling-c-programs/m-p/3406165#M863629</guid>
      <dc:creator>Govind_3</dc:creator>
      <dc:date>2004-10-22T16:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issues faced while compiling C++ programs.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issues-faced-while-compiling-c-programs/m-p/3406166#M863630</link>
      <description>Govind,&lt;BR /&gt;&lt;BR /&gt;This is what I get when run the make command.&lt;BR /&gt;&lt;BR /&gt;        aCC +DD64 -D_HPUX_SOURCE  +Olit=none +W887 +w +W229 +W331 +W361 +W392 +W431 +W655 +W684 +W818 +W819 +W849 +W889 -D_POSIX_C_SOURCE=199506L -mt  -AA -O -Wl,+s +nostl -L/home/smunderg/RogueWave/SourcePro/Ed7/lib -o CAS_payproc_server  CAS_payment_process_match.o CAS_payment_process_apply.o CAS_process.o CAS_payproc_server_s.o CAS_payproc_server.o /home/smunderg/RogueWave/SourcePro/Ed7/lib/rwctl12s.o -L/usr/lib/ -L/home/smunderg/RogueWave/SourcePro/Ed7/lib/ -L/tools/sybase/OCS-12_0/lib  -L/tools/entera/tcp/lib&lt;BR /&gt;ld: Mismatched ABI (not an ELF file) for -lCsup&lt;BR /&gt;&lt;BR /&gt;Please let me know if you find anything fishy...&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sanjay</description>
      <pubDate>Fri, 22 Oct 2004 17:15:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issues-faced-while-compiling-c-programs/m-p/3406166#M863630</guid>
      <dc:creator>Sanjay Mundergi</dc:creator>
      <dc:date>2004-10-22T17:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issues faced while compiling C++ programs.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issues-faced-while-compiling-c-programs/m-p/3406167#M863631</link>
      <description>take the "-L/usr/lib" out of the link line, this is the problem.&lt;BR /&gt;&lt;BR /&gt;you are on an itanium box so you are building IPF binaries. /usr/lib contains only PA32 stuff. IPF libraries are under /usr/lib/hpux32 and /usr/lib/hpux64. under /usr/lib/pa20_64 you have PA64 libraries&lt;BR /&gt;&lt;BR /&gt;you should never have these directories in any of your library lookup paths (which you specify through '-L', LPATH, SHLIB_PATH or LD_LIBRARY_PATH) - you should only include any additional directories where libraries are to be taken from.&lt;BR /&gt;&lt;BR /&gt;the linker and loader will decide where under /usr/lib they have to look, depending on what binaries you are building.</description>
      <pubDate>Sat, 23 Oct 2004 06:07:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issues-faced-while-compiling-c-programs/m-p/3406167#M863631</guid>
      <dc:creator>ranganath ramachandra</dc:creator>
      <dc:date>2004-10-23T06:07:07Z</dc:date>
    </item>
  </channel>
</rss>

