Well, thanks for the suggestion, but the problem is still happening. <br><br><br>Thanks<br><br><div class="gmail_quote">2009/10/19 Mário Costa <span dir="ltr">&lt;<a href="mailto:mario.silva.costa@gmail.com" target="_blank">mario.silva.costa@gmail.com</a>&gt;</span><br>

<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>
The problem is that the irradiancecache.so library is dynamic, and you<br>
are using mpich static library version libpmpich++.a.<br>
<br>
Either you are compiling with -static with gnu, or you are specifying<br>
the static library libpmpich++.a.<br>
<br>
If that is the case remove the -static flag from gnu compiler in the<br>
byuild script, or use -lmpich++ instead of the library ...<br>
<br>
Hope this helps,<br>
Regards,<br>
Mário<br>
<div><div></div><div><br>
On Mon, Oct 19, 2009 at 11:56 AM, Luís Miranda &lt;<a href="mailto:luistm@gmail.com" target="_blank">luistm@gmail.com</a>&gt; wrote:<br>
&gt; Hi<br>
&gt;<br>
&gt; I&#39;m having this problem, when i try to compile my software in a rocks4.2<br>
&gt; cluster.<br>
&gt;<br>
&gt; /usr/bin/ld: /opt/mpich/myrinet/gnu/lib/libpmpich++.a(intercepts.o):<br>
&gt; relocation R_X86_64_32S against `a local symbol&#39; can not be used when making<br>
&gt; a shared object; recompile with -fPIC<br>
&gt; /opt/mpich/myrinet/gnu/lib/libpmpich++.a: could not read symbols: Bad value<br>
&gt; collect2: ld returned 1 exit status<br>
&gt; make: *** [bin/irradiancecache.so] Error 1<br>
&gt;<br>
&gt; A solution to the problem, isto to compile the mpich with CFLAGS=-fPIC, but<br>
&gt; i can&#39;t do this, becouse i&#39;m not the cluster&#39;s admin.<br>
&gt; Anyone knows any other workaround to the problem?<br>
&gt;<br>
&gt; Thanks<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; mpich-discuss mailing list<br>
&gt; <a href="mailto:mpich-discuss@mcs.anl.gov" target="_blank">mpich-discuss@mcs.anl.gov</a><br>
&gt; <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
Mário Costa<br>
<br>
Laboratório Nacional de Engenharia Civil<br>
LNEC.CTI.NTIEC<br>
Avenida do Brasil 101<br>
1700-066 Lisboa, Portugal<br>
Tel : ++351 21 844 3911<br>
_______________________________________________<br>
mpich-discuss mailing list<br>
<a href="mailto:mpich-discuss@mcs.anl.gov" target="_blank">mpich-discuss@mcs.anl.gov</a><br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
</blockquote></div><br>