<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Building a universal library in Mac OS X</title>
	<atom:link href="http://soledadpenades.com/2008/04/21/building-a-universal-library-in-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://soledadpenades.com/2008/04/21/building-a-universal-library-in-mac-os-x/</link>
	<description>repeat 4[fd 100 rt 90]</description>
	<lastBuildDate>Mon, 30 Jan 2012 21:18:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Lua universal binary - soledad penadés</title>
		<link>http://soledadpenades.com/2008/04/21/building-a-universal-library-in-mac-os-x/#comment-49796</link>
		<dc:creator>Lua universal binary - soledad penadés</dc:creator>
		<pubDate>Mon, 19 May 2008 10:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://soledadpenades.com/?p=695#comment-49796</guid>
		<description>[...] this post, this one and this comment and you get a Lua universal build for your mac in Leopard - which works for Tiger too! Assuming you [...]</description>
		<content:encoded><![CDATA[<p>[...] this post, this one and this comment and you get a Lua universal build for your mac in Leopard &#8211; which works for Tiger too! Assuming you [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sole</title>
		<link>http://soledadpenades.com/2008/04/21/building-a-universal-library-in-mac-os-x/#comment-49690</link>
		<dc:creator>sole</dc:creator>
		<pubDate>Mon, 05 May 2008 12:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://soledadpenades.com/?p=695#comment-49690</guid>
		<description>Good point!

I still haven&#039;t tested building a library for Tiger, using Leopard. Although it&#039;s slightly different if one uses Xcode. But anyway they are good hints.

Thanks!</description>
		<content:encoded><![CDATA[<p>Good point!</p>
<p>I still haven&#8217;t tested building a library for Tiger, using Leopard. Although it&#8217;s slightly different if one uses Xcode. But anyway they are good hints.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabien</title>
		<link>http://soledadpenades.com/2008/04/21/building-a-universal-library-in-mac-os-x/#comment-49689</link>
		<dc:creator>Fabien</dc:creator>
		<pubDate>Mon, 05 May 2008 10:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://soledadpenades.com/?p=695#comment-49689</guid>
		<description>Hi !

Just a little message to complete this post about building universal library on Mac OS X. Because incompatibilities between Tiger &amp; Leopard, if you build your library on Mac OS X 10.5, you must set this flags :
CFLAGS=”-arch ppc -arch i386 -mmacosx-version-min=10.4 -universal -isysroot /SDKs/MacOSX10.4u.sdk”
LDFLAGS=”-arch ppc -arch i386 -mmacosx-version-min=10.4 -Wl,-isyslibroot,/SDKs/MacOSX10.4u.sdk” 

Congratulation for this nice website !

Fabien.</description>
		<content:encoded><![CDATA[<p>Hi !</p>
<p>Just a little message to complete this post about building universal library on Mac OS X. Because incompatibilities between Tiger &amp; Leopard, if you build your library on Mac OS X 10.5, you must set this flags :<br />
CFLAGS=”-arch ppc -arch i386 -mmacosx-version-min=10.4 -universal -isysroot /SDKs/MacOSX10.4u.sdk”<br />
LDFLAGS=”-arch ppc -arch i386 -mmacosx-version-min=10.4 -Wl,-isyslibroot,/SDKs/MacOSX10.4u.sdk” </p>
<p>Congratulation for this nice website !</p>
<p>Fabien.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

