Hi Bert.<br><br>Thank you for the prompt answer.<br><br>Just did as instructed, but got the following:<br><br>CruNumMac src/own/B/9/xtc 286% ifort xtciof.f90 test_xtc.f90 -L/home/johannes/src/own/B/9/xtc/xtc/ -lxrdf -lg2c<br>
IPO link: can not find -lxrdf<br>ifort: error: problem during multi-file optimization compilation (code 1)<br><br>Looks better, in the sense that the number of error messages was reduced. But still doesn&#39;t accept to link to the xrdf library.
<br><br>Tried that with and without re-make of the library (strange fact that the SGI arch is to be used in linux) and also tried to say -llibxrdf instead of -lxrdf. Nothing worked.<br><br>Have you or someone come across such an error before? Any clue of what can possibly be going wrong?
<br><br>Thanks a lot in advance...<br><br>Sincerally yours,<br><br>Jones<br><br><div><span class="gmail_quote">On 9/29/07, <b class="gmail_sendername">Bert de Groot</b> &lt;<a href="mailto:bgroot@gwdg.de">bgroot@gwdg.de</a>
&gt; wrote:</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>try:<br><br>download<br><a href="http://www.mpibpc.gwdg.de/groups/de_groot/xtc.tar.gz">
http://www.mpibpc.gwdg.de/groups/de_groot/xtc.tar.gz</a><br><br>(and optionally issue a &#39;make&#39; in the xtc directory after unpacking)<br><br>in the linking stage, use something like<br><br>ifort -blabla -lxdrf -L/wherever/xtc -lg2c
<br><br>your smalll test code looks OK apart from the fact that I don&#39;t know what<br>happens if you read&amp;write from the same file.<br><br>Bert<br></blockquote></div><br>