<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Desert Zarzamora &#187; shared</title>
	<atom:link href="http://zarzamora.com.mx/tags/shared/feed" rel="self" type="application/rss+xml" />
	<link>http://zarzamora.com.mx</link>
	<description>However, there is no real definition of a desert.</description>
	<lastBuildDate>Mon, 30 Jan 2012 23:22:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>AR archives, Shared objects y Static Objects: .a, .o , .so</title>
		<link>http://zarzamora.com.mx/archivo-historico/542</link>
		<comments>http://zarzamora.com.mx/archivo-historico/542#comments</comments>
		<pubDate>Sun, 07 Sep 2008 15:46:04 +0000</pubDate>
		<dc:creator>Desert Zarzamora</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Trucos]]></category>
		<category><![CDATA[ar]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[binario]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[programacion]]></category>
		<category><![CDATA[shared]]></category>
		<category><![CDATA[static]]></category>

		<guid isPermaLink="false">http://zarzamora.com.mx/?p=542</guid>
		<description><![CDATA[Cómo convertir un AR archive (.a) lleno de static objects (.o) a un Shared Object (.so) a files are just (ar) archives of .o object files, so all you need to do is unpack the archive and repackage them as a shared object (.so). ar -x mylib.a gcc -shared *.o -o mylib.so]]></description>
			<content:encoded><![CDATA[<p>Cómo convertir un AR archive (.a) lleno de static objects (.o) a un Shared Object (.so)</p>
<blockquote><p><code>a</code> files are just (ar) archives of <code>.o</code> object files, so all you need to do is unpack the archive and repackage them as a shared object (<code>.so</code>).</p>
<pre><code>ar -x mylib.a
gcc -shared *.o -o mylib.so
</code></pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://zarzamora.com.mx/archivo-historico/542/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

