<?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 for boyfarrell.com</title>
	<atom:link href="http://www.boyfarrell.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.boyfarrell.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 25 Feb 2010 12:13:16 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on GNU Scientific Library and XCode 3.1 by littlepig</title>
		<link>http://www.boyfarrell.com/learning-curve/gnu-scientific-library-and-xcode-31/comment-page-1#comment-3827</link>
		<dc:creator>littlepig</dc:creator>
		<pubDate>Thu, 25 Feb 2010 12:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.boyfarrell.com/uncategorised/gnu-scientific-library-and-xcode-31#comment-3827</guid>
		<description>In case you install gsl in a different location, (mine was ~/sw/), you can use in terminal this commands to find the directory you need to put library and include:

gsl-config --libs
gsl-config --cflags

cheers and thanks for your posting</description>
		<content:encoded><![CDATA[<p>In case you install gsl in a different location, (mine was ~/sw/), you can use in terminal this commands to find the directory you need to put library and include:</p>
<p>gsl-config &#8211;libs<br />
gsl-config &#8211;cflags</p>
<p>cheers and thanks for your posting</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making XCode Templates for GNU Scientific Library by hac</title>
		<link>http://www.boyfarrell.com/tutorials/making-xcode-templates-for-gnu-scientific-library/comment-page-1#comment-3190</link>
		<dc:creator>hac</dc:creator>
		<pubDate>Tue, 22 Dec 2009 03:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.boyfarrell.com/?p=105#comment-3190</guid>
		<description>Your link is down now as well.</description>
		<content:encoded><![CDATA[<p>Your link is down now as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GNU Scientific Library and XCode 3.1 by boyfarrell</title>
		<link>http://www.boyfarrell.com/learning-curve/gnu-scientific-library-and-xcode-31/comment-page-1#comment-3175</link>
		<dc:creator>boyfarrell</dc:creator>
		<pubDate>Sat, 19 Dec 2009 17:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.boyfarrell.com/uncategorised/gnu-scientific-library-and-xcode-31#comment-3175</guid>
		<description>The problem is gcc cannot find the location of the library. Check that the /usr/local/lib stage, make sure there are no typos. Also verify that you actually installed libgsl in the location you are pointing to. How did you install gsl?

Another idea. Make sure that you are compiling the settings you edited. For example, if you edited the &#039;debug&#039; setting make sure you are not compiling in &#039;release&#039; mode. 

Good luck.</description>
		<content:encoded><![CDATA[<p>The problem is gcc cannot find the location of the library. Check that the /usr/local/lib stage, make sure there are no typos. Also verify that you actually installed libgsl in the location you are pointing to. How did you install gsl?</p>
<p>Another idea. Make sure that you are compiling the settings you edited. For example, if you edited the &#8216;debug&#8217; setting make sure you are not compiling in &#8216;release&#8217; mode. </p>
<p>Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GNU Scientific Library and XCode 3.1 by Raist</title>
		<link>http://www.boyfarrell.com/learning-curve/gnu-scientific-library-and-xcode-31/comment-page-1#comment-3174</link>
		<dc:creator>Raist</dc:creator>
		<pubDate>Sat, 19 Dec 2009 16:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.boyfarrell.com/uncategorised/gnu-scientific-library-and-xcode-31#comment-3174</guid>
		<description>Hi Boyfarrel,

I have the same problem that JF74.

ld: library not found for -lgsl
Command /Developer/usr/bin/gcc-4.2 failed with exit code 1


somebody help me and JF74?</description>
		<content:encoded><![CDATA[<p>Hi Boyfarrel,</p>
<p>I have the same problem that JF74.</p>
<p>ld: library not found for -lgsl<br />
Command /Developer/usr/bin/gcc-4.2 failed with exit code 1</p>
<p>somebody help me and JF74?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GNU Scientific Library and XCode 3.1 by JF74</title>
		<link>http://www.boyfarrell.com/learning-curve/gnu-scientific-library-and-xcode-31/comment-page-1#comment-2765</link>
		<dc:creator>JF74</dc:creator>
		<pubDate>Wed, 11 Nov 2009 19:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.boyfarrell.com/uncategorised/gnu-scientific-library-and-xcode-31#comment-2765</guid>
		<description>Hi Boyfarrel,

thanks for your tuto!
But i have a probleme when i compiling, i obtain this message:

ld: library not found for -lgsl
Command /Developer/usr/bin/gcc-4.2 failed with exit code 1

Help me...

JF74</description>
		<content:encoded><![CDATA[<p>Hi Boyfarrel,</p>
<p>thanks for your tuto!<br />
But i have a probleme when i compiling, i obtain this message:</p>
<p>ld: library not found for -lgsl<br />
Command /Developer/usr/bin/gcc-4.2 failed with exit code 1</p>
<p>Help me&#8230;</p>
<p>JF74</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on evTics.app by joel</title>
		<link>http://www.boyfarrell.com/learning-curve/evticsapp/comment-page-1#comment-2756</link>
		<dc:creator>joel</dc:creator>
		<pubDate>Tue, 10 Nov 2009 23:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.boyfarrell.com/learning-curve/evticsapp#comment-2756</guid>
		<description>yes! score one for google and peeps like you. thanks!</description>
		<content:encoded><![CDATA[<p>yes! score one for google and peeps like you. thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GNU Scientific Library and XCode 3.1 by Loki Clock</title>
		<link>http://www.boyfarrell.com/learning-curve/gnu-scientific-library-and-xcode-31/comment-page-1#comment-1803</link>
		<dc:creator>Loki Clock</dc:creator>
		<pubDate>Mon, 10 Aug 2009 22:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.boyfarrell.com/uncategorised/gnu-scientific-library-and-xcode-31#comment-1803</guid>
		<description>so it it tried to make a DB is will FAIL!

Is English not your first language, or were you just tired?</description>
		<content:encoded><![CDATA[<p>so it it tried to make a DB is will FAIL!</p>
<p>Is English not your first language, or were you just tired?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on syntax error before &#8216;AT_NAME&#8217; token by Daniel J Farrell</title>
		<link>http://www.boyfarrell.com/code/syntax-error-before-at_name-token/comment-page-1#comment-611</link>
		<dc:creator>Daniel J Farrell</dc:creator>
		<pubDate>Mon, 09 Mar 2009 10:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.boyfarrell.com/code/syntax-error-before-at_name-token#comment-611</guid>
		<description>Hi Jess, I spent a few hours hunting down that error! Glad I saved you some time :o)</description>
		<content:encoded><![CDATA[<p>Hi Jess, I spent a few hours hunting down that error! Glad I saved you some time <img src='http://www.boyfarrell.com/wordpress/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on syntax error before &#8216;AT_NAME&#8217; token by Jess McKenzie</title>
		<link>http://www.boyfarrell.com/code/syntax-error-before-at_name-token/comment-page-1#comment-610</link>
		<dc:creator>Jess McKenzie</dc:creator>
		<pubDate>Mon, 09 Mar 2009 10:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.boyfarrell.com/code/syntax-error-before-at_name-token#comment-610</guid>
		<description>Wow... i&#039;ve been tearing my hear out trying to find the culprit of my project giving me this such error. Turns out i HAD left a semi-colon off in my header file. What a terrific blog!!</description>
		<content:encoded><![CDATA[<p>Wow&#8230; i&#8217;ve been tearing my hear out trying to find the culprit of my project giving me this such error. Turns out i HAD left a semi-colon off in my header file. What a terrific blog!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GNU Scientific Library and XCode 3.1 by Guillaume</title>
		<link>http://www.boyfarrell.com/learning-curve/gnu-scientific-library-and-xcode-31/comment-page-1#comment-606</link>
		<dc:creator>Guillaume</dc:creator>
		<pubDate>Fri, 27 Feb 2009 09:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.boyfarrell.com/uncategorised/gnu-scientific-library-and-xcode-31#comment-606</guid>
		<description>OK - I think I have solved it, or at least, I have this working.

I install GSL (for 32 bits) with:

./configure --disable-shared
make
sudo make install

Then in Xcode, with the release settings, I go to the Architecture item and select only i386 (you should remove ppc). 

Normally this should work.</description>
		<content:encoded><![CDATA[<p>OK &#8211; I think I have solved it, or at least, I have this working.</p>
<p>I install GSL (for 32 bits) with:</p>
<p>./configure &#8211;disable-shared<br />
make<br />
sudo make install</p>
<p>Then in Xcode, with the release settings, I go to the Architecture item and select only i386 (you should remove ppc). </p>
<p>Normally this should work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
