<?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 /home/\/\ick</title>
	<atom:link href="http://timony.com/mickzblog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://timony.com/mickzblog</link>
	<description>Things that interest me.</description>
	<lastBuildDate>Mon, 29 Apr 2013 22:54:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Compiling EIGENSOFT on Ubuntu Januty by Wenbo Mu</title>
		<link>http://timony.com/mickzblog/2009/07/08/compiling-eigensoft-on-ubuntu-januty/comment-page-1/#comment-6432</link>
		<dc:creator>Wenbo Mu</dc:creator>
		<pubDate>Mon, 29 Apr 2013 22:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=665#comment-6432</guid>
		<description><![CDATA[Recently recompile the Eigensoft 4.2 on a Mac OS 10.8.

./src/nicksrc/libnick.a should be delete in addition besides the &quot;make clobber&quot;, otherwise &quot;ld: symbol(s) not found for architecture x86_64&quot; will happen.]]></description>
		<content:encoded><![CDATA[<p>Recently recompile the Eigensoft 4.2 on a Mac OS 10.8.</p>
<p>./src/nicksrc/libnick.a should be delete in addition besides the &#8220;make clobber&#8221;, otherwise &#8220;ld: symbol(s) not found for architecture x86_64&#8243; will happen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling EIGENSOFT on Ubuntu Januty by Maarten</title>
		<link>http://timony.com/mickzblog/2009/07/08/compiling-eigensoft-on-ubuntu-januty/comment-page-1/#comment-6419</link>
		<dc:creator>Maarten</dc:creator>
		<pubDate>Thu, 17 Jan 2013 07:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=665#comment-6419</guid>
		<description><![CDATA[quentin300, thank you a LOT!!

As you, I tried compiling EIGENSOFT 4.2 under Ubuntu 12.04, but to no avail. That is, until trying your solution.

If anyone wonders how to do it exactly, I changed this line:
$(FC) $(LDFLAGS) -o $@ $(LAPACK) $^ $(MATHLIB) 
to
$(FC) $(LDFLAGS) -o $@  $^ $(MATHLIB) $(LAPACK)
(There are multiple lines where LAPACK is not the last one on the line, I guess all these need to be changed.)

This solved errors like:
eigensrc/eigx.o: In function `eigx_&#039;:  undefined reference to `dspev_&#039;
eigensrc/eigx.o: In function `eigxv_&#039;: undefined reference to `dspev_&#039;
and references to dpotrf_ dgetri_ dgetrs_

(Putting them here hoping Google will index it so it may help others.)

Thanks again!]]></description>
		<content:encoded><![CDATA[<p>quentin300, thank you a LOT!!</p>
<p>As you, I tried compiling EIGENSOFT 4.2 under Ubuntu 12.04, but to no avail. That is, until trying your solution.</p>
<p>If anyone wonders how to do it exactly, I changed this line:<br />
$(FC) $(LDFLAGS) -o $@ $(LAPACK) $^ $(MATHLIB)<br />
to<br />
$(FC) $(LDFLAGS) -o $@  $^ $(MATHLIB) $(LAPACK)<br />
(There are multiple lines where LAPACK is not the last one on the line, I guess all these need to be changed.)</p>
<p>This solved errors like:<br />
eigensrc/eigx.o: In function `eigx_&#8217;:  undefined reference to `dspev_&#8217;<br />
eigensrc/eigx.o: In function `eigxv_&#8217;: undefined reference to `dspev_&#8217;<br />
and references to dpotrf_ dgetri_ dgetrs_</p>
<p>(Putting them here hoping Google will index it so it may help others.)</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling EIGENSOFT on Ubuntu Januty by Mick</title>
		<link>http://timony.com/mickzblog/2009/07/08/compiling-eigensoft-on-ubuntu-januty/comment-page-1/#comment-6416</link>
		<dc:creator>Mick</dc:creator>
		<pubDate>Wed, 02 Jan 2013 04:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=665#comment-6416</guid>
		<description><![CDATA[A.T.A. : It looks like your missing some dependencies, or you have the wrong libraries installed.

What does the following command show:

&quot;ldd /usr/lib64/gcc/x86_64-slackware-linux/4.7.1/../../../../lib64/liblapack.so&quot;]]></description>
		<content:encoded><![CDATA[<p>A.T.A. : It looks like your missing some dependencies, or you have the wrong libraries installed.</p>
<p>What does the following command show:</p>
<p>&#8220;ldd /usr/lib64/gcc/x86_64-slackware-linux/4.7.1/../../../../lib64/liblapack.so&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install Oracle SQL Developer on Ubuntu Karmic &amp; Lucid by Mark</title>
		<link>http://timony.com/mickzblog/2010/01/09/install-oracle-sql-developer-on-ubuntu-karmic/comment-page-1/#comment-6415</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 02 Jan 2013 03:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=708#comment-6415</guid>
		<description><![CDATA[Got the following error:
make-sqldeveloper-package chmod: missing operand after `755′

Fixed by replacing line #381 with:
${FIND} &quot;${OPTDIR}&quot; ! \( -type d -o -name &quot;*.jar&quot; \) &#124;${XARGS} ${XARGS_OPTS} ${FILE} ${FILE_OPTS} &#124;${GREP} ${GREP_OPTS} &quot;shell script&quot; &#124; ${GREP} ${GREP_OPTS} &quot;text executable&quot; &#124;${CUT} ${CUT_OPTS_FUNC_CLEAN} &#124;${XARGS} ${XARGS_OPTS} ${CHMOD} ${CHMOD_OPTS}

Found on this post: http://www.whatibroke.com/?p=631]]></description>
		<content:encoded><![CDATA[<p>Got the following error:<br />
make-sqldeveloper-package chmod: missing operand after `755′</p>
<p>Fixed by replacing line #381 with:<br />
${FIND} &#8220;${OPTDIR}&#8221; ! \( -type d -o -name &#8220;*.jar&#8221; \) |${XARGS} ${XARGS_OPTS} ${FILE} ${FILE_OPTS} |${GREP} ${GREP_OPTS} &#8220;shell script&#8221; | ${GREP} ${GREP_OPTS} &#8220;text executable&#8221; |${CUT} ${CUT_OPTS_FUNC_CLEAN} |${XARGS} ${XARGS_OPTS} ${CHMOD} ${CHMOD_OPTS}</p>
<p>Found on this post: <a href="http://www.whatibroke.com/?p=631" rel="nofollow">http://www.whatibroke.com/?p=631</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling EIGENSOFT on Ubuntu Januty by A.T.A</title>
		<link>http://timony.com/mickzblog/2009/07/08/compiling-eigensoft-on-ubuntu-januty/comment-page-1/#comment-6413</link>
		<dc:creator>A.T.A</dc:creator>
		<pubDate>Wed, 12 Dec 2012 10:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=665#comment-6413</guid>
		<description><![CDATA[I have serious problem to compile EIG4.2... I try to:

make clobber
make install

but get following compilation errors:


bash-4.2$ make install
gcc -c -I../include  -g  -o convertf.o convertf.c
gcc -c -I../include  -g  -o mcio.o mcio.c
gcc -c -I../include  -g  -o egsubs.o egsubs.c
gcc -c -I../include  -g  -o admutils.o admutils.c
gcc -c -I../include  -g  -o h2d.o h2d.c
gcc -c -I../include  -g  -o eigensrc/exclude.o eigensrc/exclude.c
gcc -c -I../include  -g  -o nicksrc/gauss.o nicksrc/gauss.c
gcc -c -I../include  -g  -o nicksrc/gds.o nicksrc/gds.c
gcc -c -I../include  -g  -o nicksrc/getpars.o nicksrc/getpars.c
gcc -c -I../include  -g  -o nicksrc/linsubs.o nicksrc/linsubs.c
gcc -c -I../include  -g  -o nicksrc/sortit.o nicksrc/sortit.c
gcc -c -I../include  -g  -DTWTAB=\&quot;../src/smarttables/twtable\&quot; -o nicksrc/statsubs.o nicksrc/statsubs.c
gcc -c -I../include  -g  -o nicksrc/strsubs.o nicksrc/strsubs.c
gcc -c -I../include  -g  -o nicksrc/vsubs.o nicksrc/vsubs.c
gcc -c -I../include  -g  -o nicksrc/xsearch.o nicksrc/xsearch.c
ar -r nicksrc/libnick.a nicksrc/gauss.o nicksrc/gds.o nicksrc/getpars.o nicksrc/linsubs.o nicksrc/sortit.o nicksrc/statsubs.o nicksrc/strsubs.o nicksrc/vsubs.o nicksrc/xsearch.o
gcc -I../include -pthread  convertf.o mcio.o egsubs.o admutils.o h2d.o eigensrc/exclude.o nicksrc/libnick.a -o convertf -lm
gcc -c -I../include  -g  -o mergeit.o mergeit.c
gcc -I../include -pthread  mergeit.o mcio.o admutils.o nicksrc/libnick.a -o mergeit -lm 
gcc -c -I../include  -g  -o eigensrc/smartpca.o eigensrc/smartpca.c
gcc -c -I../include  -g  -o twsubs.o twsubs.c
gcc -c -I../include  -g  -o qpsubs.o qpsubs.c
gcc -c -I../include  -g  -o regsubs.o regsubs.c
gcc -c -I../include  -g  -o eigensrc/eigsubs.o eigensrc/eigsubs.c
gfortran  -c -I../include  -g -o eigensrc/eigx.o eigensrc/eigx.f
gcc -c -I../include  -g  -o eigensrc/workqueue.o eigensrc/workqueue.c
gfortran  -I../include -pthread  -o smartpca -llapack eigensrc/smartpca.o twsubs.o mcio.o qpsubs.o admutils.o egsubs.o regsubs.o eigensrc/eigsubs.o eigensrc/eigx.o eigensrc/workqueue.o eigensrc/exclude.o nicksrc/libnick.a -lm
/usr/lib64/gcc/x86_64-slackware-linux/4.7.1/../../../../lib64/liblapack.so: undefined reference to `cgemv_&#039;
...
/usr/lib64/gcc/x86_64-slackware-linux/4.7.1/../../../../lib64/liblapack.so: undefined reference to 
/usr/lib64/gcc/x86_64-slackware-linux/4.7.1/../../../../lib64/liblapack.so: undefined reference to `ztbmv_&#039;
collect2: error: ld returned 1 exit status
make: *** [smartpca] Error 1

Anyone know what to do?

Edited by Mick for brevity.]]></description>
		<content:encoded><![CDATA[<p>I have serious problem to compile EIG4.2&#8230; I try to:</p>
<p>make clobber<br />
make install</p>
<p>but get following compilation errors:</p>
<p>bash-4.2$ make install<br />
gcc -c -I../include  -g  -o convertf.o convertf.c<br />
gcc -c -I../include  -g  -o mcio.o mcio.c<br />
gcc -c -I../include  -g  -o egsubs.o egsubs.c<br />
gcc -c -I../include  -g  -o admutils.o admutils.c<br />
gcc -c -I../include  -g  -o h2d.o h2d.c<br />
gcc -c -I../include  -g  -o eigensrc/exclude.o eigensrc/exclude.c<br />
gcc -c -I../include  -g  -o nicksrc/gauss.o nicksrc/gauss.c<br />
gcc -c -I../include  -g  -o nicksrc/gds.o nicksrc/gds.c<br />
gcc -c -I../include  -g  -o nicksrc/getpars.o nicksrc/getpars.c<br />
gcc -c -I../include  -g  -o nicksrc/linsubs.o nicksrc/linsubs.c<br />
gcc -c -I../include  -g  -o nicksrc/sortit.o nicksrc/sortit.c<br />
gcc -c -I../include  -g  -DTWTAB=\&#8221;../src/smarttables/twtable\&#8221; -o nicksrc/statsubs.o nicksrc/statsubs.c<br />
gcc -c -I../include  -g  -o nicksrc/strsubs.o nicksrc/strsubs.c<br />
gcc -c -I../include  -g  -o nicksrc/vsubs.o nicksrc/vsubs.c<br />
gcc -c -I../include  -g  -o nicksrc/xsearch.o nicksrc/xsearch.c<br />
ar -r nicksrc/libnick.a nicksrc/gauss.o nicksrc/gds.o nicksrc/getpars.o nicksrc/linsubs.o nicksrc/sortit.o nicksrc/statsubs.o nicksrc/strsubs.o nicksrc/vsubs.o nicksrc/xsearch.o<br />
gcc -I../include -pthread  convertf.o mcio.o egsubs.o admutils.o h2d.o eigensrc/exclude.o nicksrc/libnick.a -o convertf -lm<br />
gcc -c -I../include  -g  -o mergeit.o mergeit.c<br />
gcc -I../include -pthread  mergeit.o mcio.o admutils.o nicksrc/libnick.a -o mergeit -lm<br />
gcc -c -I../include  -g  -o eigensrc/smartpca.o eigensrc/smartpca.c<br />
gcc -c -I../include  -g  -o twsubs.o twsubs.c<br />
gcc -c -I../include  -g  -o qpsubs.o qpsubs.c<br />
gcc -c -I../include  -g  -o regsubs.o regsubs.c<br />
gcc -c -I../include  -g  -o eigensrc/eigsubs.o eigensrc/eigsubs.c<br />
gfortran  -c -I../include  -g -o eigensrc/eigx.o eigensrc/eigx.f<br />
gcc -c -I../include  -g  -o eigensrc/workqueue.o eigensrc/workqueue.c<br />
gfortran  -I../include -pthread  -o smartpca -llapack eigensrc/smartpca.o twsubs.o mcio.o qpsubs.o admutils.o egsubs.o regsubs.o eigensrc/eigsubs.o eigensrc/eigx.o eigensrc/workqueue.o eigensrc/exclude.o nicksrc/libnick.a -lm<br />
/usr/lib64/gcc/x86_64-slackware-linux/4.7.1/../../../../lib64/liblapack.so: undefined reference to `cgemv_&#8217;<br />
&#8230;<br />
/usr/lib64/gcc/x86_64-slackware-linux/4.7.1/../../../../lib64/liblapack.so: undefined reference to<br />
/usr/lib64/gcc/x86_64-slackware-linux/4.7.1/../../../../lib64/liblapack.so: undefined reference to `ztbmv_&#8217;<br />
collect2: error: ld returned 1 exit status<br />
make: *** [smartpca] Error 1</p>
<p>Anyone know what to do?</p>
<p>Edited by Mick for brevity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling EIGENSOFT on Ubuntu Januty by quentin300</title>
		<link>http://timony.com/mickzblog/2009/07/08/compiling-eigensoft-on-ubuntu-januty/comment-page-1/#comment-6411</link>
		<dc:creator>quentin300</dc:creator>
		<pubDate>Tue, 06 Nov 2012 13:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=665#comment-6411</guid>
		<description><![CDATA[In my case, under ubuntu12.04, with EIG4.2, I had compilation problems;

To solve it,  I did not need to install any package, but just change the Makefile in an unexpected way :
just move each occurence of &quot; ($LAPACK) &quot;  character string to the end of the line

then :
make clobber
make install

and test
../bin/pcatoy]]></description>
		<content:encoded><![CDATA[<p>In my case, under ubuntu12.04, with EIG4.2, I had compilation problems;</p>
<p>To solve it,  I did not need to install any package, but just change the Makefile in an unexpected way :<br />
just move each occurence of &#8221; ($LAPACK) &#8221;  character string to the end of the line</p>
<p>then :<br />
make clobber<br />
make install</p>
<p>and test<br />
../bin/pcatoy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build &amp; Install Osra 1.3.8 on Ubuntu 11.10 by Mick</title>
		<link>http://timony.com/mickzblog/2012/03/24/build-install-osra-1-3-8/comment-page-1/#comment-6410</link>
		<dc:creator>Mick</dc:creator>
		<pubDate>Tue, 11 Sep 2012 02:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=775#comment-6410</guid>
		<description><![CDATA[Look at the output of &quot;sudo make install&quot;, it should produce output that should help troubleshoot the problem.]]></description>
		<content:encoded><![CDATA[<p>Look at the output of &#8220;sudo make install&#8221;, it should produce output that should help troubleshoot the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build &amp; Install Osra 1.3.8 on Ubuntu 11.10 by Andrew Defries</title>
		<link>http://timony.com/mickzblog/2012/03/24/build-install-osra-1-3-8/comment-page-1/#comment-6409</link>
		<dc:creator>Andrew Defries</dc:creator>
		<pubDate>Mon, 03 Sep 2012 17:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=775#comment-6409</guid>
		<description><![CDATA[Greetings, I followed the instructions above, also installed dependencies potrace, tclap etc, as per OSRA site.

It seems that my osra folder is empty 

/usr/local/bin/osra


I cleaned out  with

/usr/local/include/gocr/

then ran (to no avail)

cd /tmp/OSRA/gocr-0.50pre-patched
./configure;
make libs;
sudo make install;


---

I&#039;m running debian squeeze. Any suggestions?]]></description>
		<content:encoded><![CDATA[<p>Greetings, I followed the instructions above, also installed dependencies potrace, tclap etc, as per OSRA site.</p>
<p>It seems that my osra folder is empty </p>
<p>/usr/local/bin/osra</p>
<p>I cleaned out  with</p>
<p>/usr/local/include/gocr/</p>
<p>then ran (to no avail)</p>
<p>cd /tmp/OSRA/gocr-0.50pre-patched<br />
./configure;<br />
make libs;<br />
sudo make install;</p>
<p>&#8212;</p>
<p>I&#8217;m running debian squeeze. Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install Oracle SQL Developer on Ubuntu Karmic &amp; Lucid by Mick</title>
		<link>http://timony.com/mickzblog/2010/01/09/install-oracle-sql-developer-on-ubuntu-karmic/comment-page-1/#comment-6408</link>
		<dc:creator>Mick</dc:creator>
		<pubDate>Wed, 01 Aug 2012 03:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=708#comment-6408</guid>
		<description><![CDATA[Cemalettin, it looks like your missing the debhelper package. Try installing it and see if that helps.]]></description>
		<content:encoded><![CDATA[<p>Cemalettin, it looks like your missing the debhelper package. Try installing it and see if that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install Oracle SQL Developer on Ubuntu Karmic &amp; Lucid by Cemalettin</title>
		<link>http://timony.com/mickzblog/2010/01/09/install-oracle-sql-developer-on-ubuntu-karmic/comment-page-1/#comment-6407</link>
		<dc:creator>Cemalettin</dc:creator>
		<pubDate>Wed, 25 Jul 2012 08:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=708#comment-6407</guid>
		<description><![CDATA[Not working after 2.

make-sqldeveloper-package: Building sqldeveloper package in &quot;/home/administrator&quot;.
dpkg-checkbuilddeps: Unmet build dependencies: debhelper (&gt;= 7)
debuild: fatal error at line 1312:
You do not appear to have all build dependencies properly met.
You can use mk-build-deps to generate a dummy package which
Depends on all the required packages, or you can install them
manually using dpkg or apt using the error messages just above
this message.
administrator@ubuntu11:~$]]></description>
		<content:encoded><![CDATA[<p>Not working after 2.</p>
<p>make-sqldeveloper-package: Building sqldeveloper package in &#8220;/home/administrator&#8221;.<br />
dpkg-checkbuilddeps: Unmet build dependencies: debhelper (&gt;= 7)<br />
debuild: fatal error at line 1312:<br />
You do not appear to have all build dependencies properly met.<br />
You can use mk-build-deps to generate a dummy package which<br />
Depends on all the required packages, or you can install them<br />
manually using dpkg or apt using the error messages just above<br />
this message.<br />
administrator@ubuntu11:~$</p>
]]></content:encoded>
	</item>
</channel>
</rss>
