<?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: GNU Scientific Library and XCode 3.1</title>
	<atom:link href="http://www.boyfarrell.com/learning-curve/gnu-scientific-library-and-xcode-31/feed" rel="self" type="application/rss+xml" />
	<link>http://www.boyfarrell.com/learning-curve/gnu-scientific-library-and-xcode-31</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 07 May 2010 16:09:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: boyfarrell</title>
		<link>http://www.boyfarrell.com/learning-curve/gnu-scientific-library-and-xcode-31/comment-page-1#comment-4040</link>
		<dc:creator>boyfarrell</dc:creator>
		<pubDate>Fri, 07 May 2010 16:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.boyfarrell.com/uncategorised/gnu-scientific-library-and-xcode-31#comment-4040</guid>
		<description>Hi Karim,

This probably just means that you don&#039;t have the directories: /sw/local/lib and /opt/local/lib, which is total normal provided that you don&#039;t have MacPorts or Fink installed. I just included them to cover all bases so to speak. Free free to delete those includes in your settings.

Cheers,</description>
		<content:encoded><![CDATA[<p>Hi Karim,</p>
<p>This probably just means that you don&#8217;t have the directories: /sw/local/lib and /opt/local/lib, which is total normal provided that you don&#8217;t have MacPorts or Fink installed. I just included them to cover all bases so to speak. Free free to delete those includes in your settings.</p>
<p>Cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karim</title>
		<link>http://www.boyfarrell.com/learning-curve/gnu-scientific-library-and-xcode-31/comment-page-1#comment-4039</link>
		<dc:creator>Karim</dc:creator>
		<pubDate>Fri, 07 May 2010 15:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.boyfarrell.com/uncategorised/gnu-scientific-library-and-xcode-31#comment-4039</guid>
		<description>Hi,

Thank you for this tutorial. So far, everything works fine but a get two warnings : 
Directory &#039;/sw/local/lib&#039; following -L not found
Directory &#039;/opt/local/lib&#039; following -L not found

thanks again</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thank you for this tutorial. So far, everything works fine but a get two warnings :<br />
Directory &#8216;/sw/local/lib&#8217; following -L not found<br />
Directory &#8216;/opt/local/lib&#8217; following -L not found</p>
<p>thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: littlepig</title>
		<link>http://www.boyfarrell.com/learning-curve/gnu-scientific-library-and-xcode-31/comment-page-1#comment-3863</link>
		<dc:creator>littlepig</dc:creator>
		<pubDate>Thu, 11 Mar 2010 08:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.boyfarrell.com/uncategorised/gnu-scientific-library-and-xcode-31#comment-3863</guid>
		<description>&quot;Have your project in RELEASE mode won’t work (thanks for point that out Paul).&quot;

Ok, I&#039;ve MANAGED TO BUILD THE PROJECT IN RELEASE. 

In the project, like you did, click get info-&gt;build.

Now, in the configuration, click in release and repeat the process that you&#039;ve made for the configuration debug and that&#039;s it. 

Cheers</description>
		<content:encoded><![CDATA[<p>&#8220;Have your project in RELEASE mode won’t work (thanks for point that out Paul).&#8221;</p>
<p>Ok, I&#8217;ve MANAGED TO BUILD THE PROJECT IN RELEASE. </p>
<p>In the project, like you did, click get info-&gt;build.</p>
<p>Now, in the configuration, click in release and repeat the process that you&#8217;ve made for the configuration debug and that&#8217;s it. </p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>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>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>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>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>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>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>
	<item>
		<title>By: boyfarrell</title>
		<link>http://www.boyfarrell.com/learning-curve/gnu-scientific-library-and-xcode-31/comment-page-1#comment-603</link>
		<dc:creator>boyfarrell</dc:creator>
		<pubDate>Wed, 25 Feb 2009 17:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.boyfarrell.com/uncategorised/gnu-scientific-library-and-xcode-31#comment-603</guid>
		<description>Hi Gauillaume,

I don&#039;t know how to do this, if anybody has some insight please share! But I guess is requires bundling a build of GSL with the application. I have never needed to distributed an app that links with external libraries before. I would normally just share my xcode project and assume the user has installed GSL. Would be very useful for the future to solve this problem.</description>
		<content:encoded><![CDATA[<p>Hi Gauillaume,</p>
<p>I don&#8217;t know how to do this, if anybody has some insight please share! But I guess is requires bundling a build of GSL with the application. I have never needed to distributed an app that links with external libraries before. I would normally just share my xcode project and assume the user has installed GSL. Would be very useful for the future to solve this problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
