<br><br><div><span class="gmail_quote">2007/11/14, Thomas Friedrichsmeier <<a href="mailto:thomas.friedrichsmeier@ruhr-uni-bochum.de">thomas.friedrichsmeier@ruhr-uni-bochum.de</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br><br><br>Does anybody else use a fresh gutsy installation? If so, could you check<br>a) the default version of gcc:<br># gcc --version</blockquote><div><br> gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2
)<br>
Copyright (C) 2006 Free Software Foundation, Inc.<br>
This is free software; see the source for copying conditions.  There is NO<br>
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">b) the version R was built with
<br># ldd /usr/lib/R/lib/libR.so | grep "fortran"</blockquote><div><br>I have a custom installation of R. <br>libgfortran.so.2 => /usr/lib/libgfortran.so.2 (0xb7c54000)<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
c) the version R thinks should be used for compilation:<br># R CMD config CC<br>and post the output?</blockquote><div><br>gcc -std=gnu99<br><br> </div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
> a second symlink was missing and resulted in a "ld: cannot find -lgfortran"<br>> error. to fix that, a<br>>   ln -s /usr/lib/lgfortran.so.2.0.0 /usr/lib/lgfortran.so<br>> would suffice.<br><br>Same issue, actually, since the 
4.1 version of gfortran was used, while the<br>4.2 version should have been used.</blockquote><div><br>I had this problem. I installed some more fortran packages and the problem was solved. Also libR.so did not have libgfortran.so.2
. Now I recompiled and there is the fortran library. <br><br>Regards,<br>Ilias<br></div></div><br>