<?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: Compiling EIGENSOFT on Ubuntu Januty</title>
	<atom:link href="http://timony.com/mickzblog/2009/07/08/compiling-eigensoft-on-ubuntu-januty/feed/" rel="self" type="application/rss+xml" />
	<link>http://timony.com/mickzblog/2009/07/08/compiling-eigensoft-on-ubuntu-januty/</link>
	<description>Things that interest me.</description>
	<lastBuildDate>Wed, 18 Jan 2012 10:18:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mick</title>
		<link>http://timony.com/mickzblog/2009/07/08/compiling-eigensoft-on-ubuntu-januty/comment-page-1/#comment-6359</link>
		<dc:creator>Mick</dc:creator>
		<pubDate>Sun, 08 May 2011 13:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=665#comment-6359</guid>
		<description>If you want to compile Enigensoft you should try using Eigensoft 4, which is available at:

http://www.hsph.harvard.edu/faculty/alkes-price/software/

At some point I&#039;ll see if I can do a write up about how to compile it.</description>
		<content:encoded><![CDATA[<p>If you want to compile Enigensoft you should try using Eigensoft 4, which is available at:</p>
<p><a href="http://www.hsph.harvard.edu/faculty/alkes-price/software/" rel="nofollow">http://www.hsph.harvard.edu/faculty/alkes-price/software/</a></p>
<p>At some point I&#8217;ll see if I can do a write up about how to compile it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bli</title>
		<link>http://timony.com/mickzblog/2009/07/08/compiling-eigensoft-on-ubuntu-januty/comment-page-1/#comment-6335</link>
		<dc:creator>bli</dc:creator>
		<pubDate>Fri, 28 Jan 2011 09:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=665#comment-6335</guid>
		<description>@Brian: thank you for your instructions for mac OSX: they helped me installing Eigensoft on Ubuntu 10.04 !

The trick consisting in changing FF to FF=gfortran -std=legacy and changing -lg2c to -lgfortran allowed me to compile the programs (I also had to install gfortran: sudo apt-get install gfortran)</description>
		<content:encoded><![CDATA[<p>@Brian: thank you for your instructions for mac OSX: they helped me installing Eigensoft on Ubuntu 10.04 !</p>
<p>The trick consisting in changing FF to FF=gfortran -std=legacy and changing -lg2c to -lgfortran allowed me to compile the programs (I also had to install gfortran: sudo apt-get install gfortran)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mick</title>
		<link>http://timony.com/mickzblog/2009/07/08/compiling-eigensoft-on-ubuntu-januty/comment-page-1/#comment-6331</link>
		<dc:creator>Mick</dc:creator>
		<pubDate>Wed, 22 Dec 2010 15:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=665#comment-6331</guid>
		<description>@Edmund: That might be tough. I can give you some pointers. What OS and which version are you using?</description>
		<content:encoded><![CDATA[<p>@Edmund: That might be tough. I can give you some pointers. What OS and which version are you using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edmond</title>
		<link>http://timony.com/mickzblog/2009/07/08/compiling-eigensoft-on-ubuntu-januty/comment-page-1/#comment-6330</link>
		<dc:creator>Edmond</dc:creator>
		<pubDate>Mon, 20 Dec 2010 08:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=665#comment-6330</guid>
		<description>Awesome guide , but can you explain how can I do this without an active internet connection ? I have a messed up speed of 64KB/S ... thx in advance</description>
		<content:encoded><![CDATA[<p>Awesome guide , but can you explain how can I do this without an active internet connection ? I have a messed up speed of 64KB/S &#8230; thx in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://timony.com/mickzblog/2009/07/08/compiling-eigensoft-on-ubuntu-januty/comment-page-1/#comment-6327</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 03 Dec 2010 02:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=665#comment-6327</guid>
		<description>Thanks for post, though not identical this helped me on OS X

for those trying to compile this on Max OS 10.6, I found this helpful, but needed to do the following instead:

download the gfortran package (for right os/xcode version) here:
http://r.research.att.com/tools/
in my case gfortran 4.2.4

then in the makefile I had to change
FF=gfortran -std=legacy    (slightly different than here)

AND change all the linker refs from g2c to gfortran (wherever it says -lg2c in the makefile change it to -lgfortran)

then 
make clean (or make clobber) to remove old garbage
make eigenstrat
make install

that seemed to work for me</description>
		<content:encoded><![CDATA[<p>Thanks for post, though not identical this helped me on OS X</p>
<p>for those trying to compile this on Max OS 10.6, I found this helpful, but needed to do the following instead:</p>
<p>download the gfortran package (for right os/xcode version) here:<br />
<a href="http://r.research.att.com/tools/" rel="nofollow">http://r.research.att.com/tools/</a><br />
in my case gfortran 4.2.4</p>
<p>then in the makefile I had to change<br />
FF=gfortran -std=legacy    (slightly different than here)</p>
<p>AND change all the linker refs from g2c to gfortran (wherever it says -lg2c in the makefile change it to -lgfortran)</p>
<p>then<br />
make clean (or make clobber) to remove old garbage<br />
make eigenstrat<br />
make install</p>
<p>that seemed to work for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mick</title>
		<link>http://timony.com/mickzblog/2009/07/08/compiling-eigensoft-on-ubuntu-januty/comment-page-1/#comment-6326</link>
		<dc:creator>Mick</dc:creator>
		<pubDate>Thu, 02 Dec 2010 00:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=665#comment-6326</guid>
		<description>@Ashiv are you installing on Windows 7, Ubuntu, or Debian?

If your on Ubuntu 10.04, it&#039;s probably not going to work, see my previous comment:
http://timony.com/mickzblog/2009/07/08/compiling-eigensoft-on-ubuntu-januty/#comment-5606

I may test it at some point in the future.</description>
		<content:encoded><![CDATA[<p>@Ashiv are you installing on Windows 7, Ubuntu, or Debian?</p>
<p>If your on Ubuntu 10.04, it&#8217;s probably not going to work, see my previous comment:<br />
<a href="http://timony.com/mickzblog/2009/07/08/compiling-eigensoft-on-ubuntu-januty/#comment-5606" rel="nofollow">http://timony.com/mickzblog/2009/07/08/compiling-eigensoft-on-ubuntu-januty/#comment-5606</a></p>
<p>I may test it at some point in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashvin</title>
		<link>http://timony.com/mickzblog/2009/07/08/compiling-eigensoft-on-ubuntu-januty/comment-page-1/#comment-6325</link>
		<dc:creator>Ashvin</dc:creator>
		<pubDate>Thu, 02 Dec 2010 00:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=665#comment-6325</guid>
		<description>I am using a windows 7 64 bit machine an also running linux ubuntu 10.04. I want to run EIGENSTRAT on it but when i type make pcatoy it gives me error could not find -lg2c. I tried installing it from debian but still not working. What should i do?</description>
		<content:encoded><![CDATA[<p>I am using a windows 7 64 bit machine an also running linux ubuntu 10.04. I want to run EIGENSTRAT on it but when i type make pcatoy it gives me error could not find -lg2c. I tried installing it from debian but still not working. What should i do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mick</title>
		<link>http://timony.com/mickzblog/2009/07/08/compiling-eigensoft-on-ubuntu-januty/comment-page-1/#comment-5975</link>
		<dc:creator>Mick</dc:creator>
		<pubDate>Wed, 21 Jul 2010 01:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=665#comment-5975</guid>
		<description>Hi Emily,

I think what happened it that the zip file comes with precompiled binaries for 64-bit Linux. U have to run &quot;make clean&quot; to remove, then recompile.

Cheers
Mick</description>
		<content:encoded><![CDATA[<p>Hi Emily,</p>
<p>I think what happened it that the zip file comes with precompiled binaries for 64-bit Linux. U have to run &#8220;make clean&#8221; to remove, then recompile.</p>
<p>Cheers<br />
Mick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emily</title>
		<link>http://timony.com/mickzblog/2009/07/08/compiling-eigensoft-on-ubuntu-januty/comment-page-1/#comment-5973</link>
		<dc:creator>Emily</dc:creator>
		<pubDate>Tue, 20 Jul 2010 19:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=665#comment-5973</guid>
		<description>Thank you so much! You have prevented my smashing an otherwise valuable computer.</description>
		<content:encoded><![CDATA[<p>Thank you so much! You have prevented my smashing an otherwise valuable computer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mick</title>
		<link>http://timony.com/mickzblog/2009/07/08/compiling-eigensoft-on-ubuntu-januty/comment-page-1/#comment-5972</link>
		<dc:creator>Mick</dc:creator>
		<pubDate>Tue, 20 Jul 2010 01:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=665#comment-5972</guid>
		<description>Try running &quot;make clean&quot;.</description>
		<content:encoded><![CDATA[<p>Try running &#8220;make clean&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

