<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Static Linking on AIX</title>
	<link>http://blog.firetree.net/2005/07/21/static-linking-on-aix/</link>
	<description>Sharing useful things with the world.</description>
	<pubDate>Thu, 24 Jul 2008 09:39:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: Yogesh</title>
		<link>http://blog.firetree.net/2005/07/21/static-linking-on-aix/#comment-19693</link>
		<dc:creator>Yogesh</dc:creator>
		<pubDate>Sat, 30 Jun 2007 08:40:26 +0000</pubDate>
		<guid>http://blog.firetree.net/2005/07/21/static-linking-on-aix/#comment-19693</guid>
		<description>&lt;p&gt;Thanks,
Nice artical .. i am able to compile static binaries with this informetion.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks,
Nice artical .. i am able to compile static binaries with this informetion.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Blaise</title>
		<link>http://blog.firetree.net/2005/07/21/static-linking-on-aix/#comment-2912</link>
		<dc:creator>Blaise</dc:creator>
		<pubDate>Fri, 16 Jun 2006 10:53:43 +0000</pubDate>
		<guid>http://blog.firetree.net/2005/07/21/static-linking-on-aix/#comment-2912</guid>
		<description>&lt;p&gt;I've the same problem.
The hint to install bos.adt.syscalls helped!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve the same problem.
The hint to install bos.adt.syscalls helped!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://blog.firetree.net/2005/07/21/static-linking-on-aix/#comment-793</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Tue, 21 Feb 2006 16:21:16 +0000</pubDate>
		<guid>http://blog.firetree.net/2005/07/21/static-linking-on-aix/#comment-793</guid>
		<description>&lt;h3&gt;UPDATE!!&lt;/h3&gt;

&lt;p&gt;I've added some extra text about Oracle's &lt;code&gt;libclntst.a&lt;/code&gt; static library.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<h3>UPDATE!!</h3>

<p>I&#8217;ve added some extra text about Oracle&#8217;s <code>libclntst.a</code> static library.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: SÃ©bastien</title>
		<link>http://blog.firetree.net/2005/07/21/static-linking-on-aix/#comment-755</link>
		<dc:creator>SÃ©bastien</dc:creator>
		<pubDate>Tue, 31 Jan 2006 15:51:11 +0000</pubDate>
		<guid>http://blog.firetree.net/2005/07/21/static-linking-on-aix/#comment-755</guid>
		<description>&lt;p&gt;On my system, it seems like the /lib/syscalls.exp file comes from the bos.adt.syscalls fileset :&lt;/p&gt;

&lt;pre&gt;
ls -l /lib/syscalls.exp
lrwxrwxrwx  1  bin  bin  21 Sep  2 19:52 /lib/syscalls.exp@ -&#62; /usr/lib/syscalls.imp

lslpp -w /usr/lib/syscalls.exp
File                    Fileset            Type
-----------------------------------------------------
/usr/lib/syscalls.exp   bos.adt.syscalls   Symlink
&lt;/pre&gt;

&lt;p&gt;Hope this'll help&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>On my system, it seems like the /lib/syscalls.exp file comes from the bos.adt.syscalls fileset :</p>

<pre>
ls -l /lib/syscalls.exp
lrwxrwxrwx  1  bin  bin  21 Sep  2 19:52 /lib/syscalls.exp@ -&gt; /usr/lib/syscalls.imp

lslpp -w /usr/lib/syscalls.exp
File                    Fileset            Type
-----------------------------------------------------
/usr/lib/syscalls.exp   bos.adt.syscalls   Symlink
</pre>

<p>Hope this&#8217;ll help</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas</title>
		<link>http://blog.firetree.net/2005/07/21/static-linking-on-aix/#comment-751</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Thu, 26 Jan 2006 14:29:40 +0000</pubDate>
		<guid>http://blog.firetree.net/2005/07/21/static-linking-on-aix/#comment-751</guid>
		<description>&lt;p&gt;FYI: I just managed to link libc statically using the example above. The system is running AIX 4.3.3.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>FYI: I just managed to link libc statically using the example above. The system is running AIX 4.3.3.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://blog.firetree.net/2005/07/21/static-linking-on-aix/#comment-750</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Tue, 24 Jan 2006 23:19:57 +0000</pubDate>
		<guid>http://blog.firetree.net/2005/07/21/static-linking-on-aix/#comment-750</guid>
		<description>&lt;p&gt;&lt;strong&gt;michael:&lt;/strong&gt; No, I'm afaid not. We looked through all of the system packages, but the file was nowhere to be found. Perhaps it's only to be found on a more recent version of AIX. I'm still stuck on v5.1.&lt;/p&gt;

&lt;p&gt;Frankly, I wasn't that bothered about statically linking libc. The calls interface to libc is probably more stable than the OS-level interface, so why would you want to statically link it? My goal was binary portability, which is probably better served by dynamically linked libc.&lt;/p&gt;

&lt;p&gt;I suppose there may be paranoid security reasons for wanting to statically link...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>michael:</strong> No, I&#8217;m afaid not. We looked through all of the system packages, but the file was nowhere to be found. Perhaps it&#8217;s only to be found on a more recent version of AIX. I&#8217;m still stuck on v5.1.</p>

<p>Frankly, I wasn&#8217;t that bothered about statically linking libc. The calls interface to libc is probably more stable than the OS-level interface, so why would you want to statically link it? My goal was binary portability, which is probably better served by dynamically linked libc.</p>

<p>I suppose there may be paranoid security reasons for wanting to statically link&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://blog.firetree.net/2005/07/21/static-linking-on-aix/#comment-743</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Thu, 19 Jan 2006 23:29:54 +0000</pubDate>
		<guid>http://blog.firetree.net/2005/07/21/static-linking-on-aix/#comment-743</guid>
		<description>&lt;p&gt;did you ever get/find a copy of /lib/syscalls.exp ???????&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>did you ever get/find a copy of /lib/syscalls.exp ???????</p>]]></content:encoded>
	</item>
</channel>
</rss>
