<div>Just to follow-up on this issue; I resolved it by linking instead against the dynamic library </div>
<div>libmpich.so (shared objects files). I am configuring this entirely with cmake and it could </div>
<div>very well be that I am not specifying the right things in the cmake file (but I still feel the </div>
<div>previous version should work, using the static libs).</div>
<div> </div>
<div>Any further thoughts on this will be appreciated..</div>
<div> </div>
<div>--Sunil.<br><br></div>
<div class="gmail_quote">On Thu, Jan 6, 2011 at 8:02 PM, Sunil Thomas <span dir="ltr">&lt;<a href="mailto:sgthomas27@gmail.com">sgthomas27@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>Hi,</div>
<div> </div>
<div>   First I built mpich2-1.3.1 following the directions in install.pdf doc with --enable-shared </div>
<div>and the built and install complete successfully but I got the following error when building </div>
<div>my application:</div>
<div> </div>
<div><font color="#ff0000"><em>relocation R_X86_64_32 against `a local symbol&#39; can not be used when making a shared object, </em></font></div>
<div><font color="#ff0000"><font face="Courier New">recompile with -fPIC  (Could not read symbols: Bad value)</font></font></div>
<div><font color="#ff0000"><font face="Courier New"></font><br> </font></div>
<div>   Then I built mpich2-1.3.1 with CFLAGS=-fPIC and --enable-shared and the build and install </div>
<div>again comlpete successfully. (This is on RHEL 5). However when I try to build my application </div>
<div>using the resulting mpicxx compilers and link to the installed mpich libraries (my application </div>
<div>is written in C++), this time I got the following error:</div>
<div> </div>
<div><em><font color="#ff0000"> relocation R_X86_64_32 against `mpifcmb2_&#39; can not be used when making a shared object; </font></em></div>
<div><em><font color="#ff0000">recompile with -fPIC (Could not read symbols: Bad value)</font></em></div>
<div> </div>
<div>Greatly appreciate any advice on a fix to the this issue. Let me know if I can provide more </div>
<div>info.</div>
<div> </div>
<div>Thanks!</div>
<div>--Sunil.</div><font color="#888888"><font color="#888888">
<div> </div></font></font></blockquote></div><br>