<?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: shared objects on hpux 11i in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-objects-on-hpux-11i/m-p/3716895#M251982</link>
    <description>Hi Shiv, &lt;BR /&gt;&lt;BR /&gt;This should be useful as well, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90654/ch04s03.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90654/ch04s03.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
    <pubDate>Wed, 25 Jan 2006 02:07:07 GMT</pubDate>
    <dc:creator>Arunvijai_4</dc:creator>
    <dc:date>2006-01-25T02:07:07Z</dc:date>
    <item>
      <title>shared objects on hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-objects-on-hpux-11i/m-p/3716887#M251974</link>
      <description>Dear Sirs,&lt;BR /&gt;&lt;BR /&gt;what are the different kinds of shared objects (dynamic linked library) on hpux ? &lt;BR /&gt;&lt;BR /&gt;How these objects are being created ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shiv&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jan 2006 01:30:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-objects-on-hpux-11i/m-p/3716887#M251974</guid>
      <dc:creator>Shivkumar</dc:creator>
      <dc:date>2006-01-25T01:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: shared objects on hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-objects-on-hpux-11i/m-p/3716888#M251975</link>
      <description>Hi Shiv, &lt;BR /&gt;&lt;BR /&gt;You mean, what are the available types ? &lt;BR /&gt;&lt;BR /&gt;In PA, it is always with *.sl &lt;BR /&gt;&lt;BR /&gt;PA-RISC1.1 shared library &lt;BR /&gt;PA-RISC2.0 shared library &lt;BR /&gt;ELF-64 shared object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 25 Jan 2006 01:35:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-objects-on-hpux-11i/m-p/3716888#M251975</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-25T01:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: shared objects on hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-objects-on-hpux-11i/m-p/3716889#M251976</link>
      <description>Shared object file will be differed based on platform as like object (executable) file. View with file command as,&lt;BR /&gt;&lt;BR /&gt;file &lt;LIBRARY&gt;&lt;BR /&gt;&lt;BR /&gt;or chatr &lt;LIBRARY&gt;&lt;BR /&gt;&lt;BR /&gt;To create shared library use compiler cc or gcc.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu&lt;/LIBRARY&gt;&lt;/LIBRARY&gt;</description>
      <pubDate>Wed, 25 Jan 2006 01:37:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-objects-on-hpux-11i/m-p/3716889#M251976</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-01-25T01:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: shared objects on hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-objects-on-hpux-11i/m-p/3716890#M251977</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;These are based on the CPU architecture version. For ex.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;PA-RISC1.1 shared library&lt;BR /&gt;PA-RISC2.0 shared library&lt;BR /&gt;ELF-64 shared object file -PA-RISC2.0(LP64)&lt;BR /&gt;&lt;BR /&gt;One will never require to create these. These are part of OS and are installed alongwith installation/patching.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Wed, 25 Jan 2006 01:38:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-objects-on-hpux-11i/m-p/3716890#M251977</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-01-25T01:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: shared objects on hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-objects-on-hpux-11i/m-p/3716891#M251978</link>
      <description>Hi Shiv, &lt;BR /&gt;&lt;BR /&gt;In IPF or IA-64, it is with .so extension, and shared libs are in /usr/lib/hpux32 and /usr/lib/hpux64 respectively, &lt;BR /&gt;&lt;BR /&gt;ELF-32 shared object file - IA64&lt;BR /&gt;ELF-64 shared object file - IA64&lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jan 2006 01:41:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-objects-on-hpux-11i/m-p/3716891#M251978</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-25T01:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: shared objects on hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-objects-on-hpux-11i/m-p/3716892#M251979</link>
      <description>Hi Shiv, &lt;BR /&gt;&lt;BR /&gt;To answer "How these objects are being created ?" &lt;BR /&gt;&lt;BR /&gt;"ld" Link editor is used. &lt;BR /&gt;&lt;BR /&gt;$ cc -Aa -c +z test.c test1.c&lt;BR /&gt;&lt;BR /&gt;$ ld -b -o libtest.sl test.o test1.o&lt;BR /&gt;&lt;BR /&gt;You can refer this doc for more information, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90655/ch05s07.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90655/ch05s07.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;[HP-UX Linker and Libraries User's Guide &amp;gt;  Chapter 5. Creating and Using Libraries   Creating Shared Libraries ]&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 25 Jan 2006 01:50:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-objects-on-hpux-11i/m-p/3716892#M251979</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-25T01:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: shared objects on hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-objects-on-hpux-11i/m-p/3716893#M251980</link>
      <description>Good one.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.fortran-2000.com/ArnaudRecipes/sharedlib.html" target="_blank"&gt;http://www.fortran-2000.com/ArnaudRecipes/sharedlib.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Wed, 25 Jan 2006 02:04:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-objects-on-hpux-11i/m-p/3716893#M251980</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-01-25T02:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: shared objects on hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-objects-on-hpux-11i/m-p/3716894#M251981</link>
      <description>Lots of document available in docs.hp.com. Search it out to gain more informations.&lt;BR /&gt;&lt;BR /&gt;sample one:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90655/ch05s01.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90655/ch05s01.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Wed, 25 Jan 2006 02:05:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-objects-on-hpux-11i/m-p/3716894#M251981</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-01-25T02:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: shared objects on hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-objects-on-hpux-11i/m-p/3716895#M251982</link>
      <description>Hi Shiv, &lt;BR /&gt;&lt;BR /&gt;This should be useful as well, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90654/ch04s03.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90654/ch04s03.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 25 Jan 2006 02:07:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-objects-on-hpux-11i/m-p/3716895#M251982</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-25T02:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: shared objects on hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-objects-on-hpux-11i/m-p/3716896#M251983</link>
      <description>Some more links, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://users.actcom.co.il/~choo/lupg/tutorials/libraries/unix-c-libraries.html" target="_blank"&gt;http://users.actcom.co.il/~choo/lupg/tutorials/libraries/unix-c-libraries.html&lt;/A&gt;&lt;BR /&gt;[Building And Using Static And Shared "C" Libraries]&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.tacc.utexas.edu/services/userguides/intel8/fc/f_ug1/ug1l_create_shared_libs.htm" target="_blank"&gt;http://www.tacc.utexas.edu/services/userguides/intel8/fc/f_ug1/ug1l_create_shared_libs.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 25 Jan 2006 03:06:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-objects-on-hpux-11i/m-p/3716896#M251983</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-25T03:06:50Z</dc:date>
    </item>
  </channel>
</rss>

