<?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>eventually consistent &#187; leopard</title>
	<atom:link href="http://eventuallyconsistent.com/blog/tag/leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://eventuallyconsistent.com/blog</link>
	<description>technology, software development and entrepreneurship</description>
	<lastBuildDate>Thu, 11 Jun 2009 04:46:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Compiling Sphinx on OSX Leopard</title>
		<link>http://eventuallyconsistent.com/blog/2009/01/compiling-sphinx-on-osx-leopard/</link>
		<comments>http://eventuallyconsistent.com/blog/2009/01/compiling-sphinx-on-osx-leopard/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 22:51:11 +0000</pubDate>
		<dc:creator>colin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[sphinx]]></category>

		<guid isPermaLink="false">http://eventuallyconsistent.com/blog/?p=78</guid>
		<description><![CDATA[Here&#8217;s a quicky &#8211; I have recently moved my dev env from Ubuntu/Gnome on a Dell XPS m1330 laptop to a MacBook Pro laptop. My dev env requires the Sphinx search engine so here&#8217;s how to compile it on Leopard.
With a straight ./configure; make you will get the following error:

ld: warning in indexer.o, file is [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quicky &#8211; I have recently moved my dev env from Ubuntu/Gnome on a Dell XPS m1330 laptop to a MacBook Pro laptop. My dev env requires the <a href="http://www.sphinxsearch.com/" title="Sphinx" onclick="javascript:pageTracker._trackPageview ('/outbound/www.sphinxsearch.com');">Sphinx search engine</a> so here&#8217;s how to compile it on Leopard.</p>
<p>With a straight <strong>./configure; make</strong> you will get the following error:</p>
<pre><code>
ld: warning in indexer.o, file is not of required architecture
ld: warning in libsphinx.a, file is not of required architecture
ld: warning in /usr/local/mysql/lib/libmysqlclient.dylib, file is not of required architecture
ld: warning in /usr/local/mysql/lib/libmygcc.a, file is not of required architecture
Undefined symbols:
"_main", referenced from:
start in crt1.10.5.o
ld: symbol(s) not found
</code></pre>
<p>Here&#8217;s what you need to do:</p>
<pre><code>
export LDFLAGS="-arch x86_64"; ./configure
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://eventuallyconsistent.com/blog/2009/01/compiling-sphinx-on-osx-leopard/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
