Ah, yes, of course. Silly me. Thanks, Eric.<div><br><br><div class="gmail_quote">On Mon, Jan 23, 2012 at 1:16 PM, Eric Greisen <span dir="ltr"><<a href="mailto:egreisen@nrao.edu">egreisen@nrao.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">Tanmoy Laskar wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Eric,<br>
<br>
I'm trying to install AIPS 31DEC12 on my ubuntu 11.04 linux laptop, and have been having trouble getting everything to compile. I changed the compiler and linker to /usr/bin/gfortran, since I don't have g77 (I was also unable to install gcc-2.95.3 from the tarball on the AIPS website). My AIPSRC is attached, and the last 50 lines from my INSTEP2 are below.<br>
</blockquote>
<br></div>
Why are you compiling locally? Do you plane to write AIPS tasks for yourself? If not, you should use the binary installation instead.<br>
<br>
enter<br>
<br>
perl <a href="http://install.pl" target="_blank">install.pl</a> -n<br>
<br>
The intel compiled load modules run faster than gfortran and you do not have to mess with compiler options etc etc<br>
<br>
To see what is wrong you have to grep the *.LIS files to see which lines have not got a minus sign in front - they are the failures. Then search with emacs for the text that applies to them in the LOG file. But maybe you should skip all this unless you really need your own tasks.<br>
<font color="#888888">
<br>
Eric Greisen<br>
</font></blockquote></div><br></div>