<div>Thanks Dave,</div>
<div> </div>
<div>I think you&#39;re probably right. When I tried reproducing the example with a simple hello world </div>
<div>test taht didnt have the rpath settings of my actual application (and I want to avoid rebuilding </div>
<div>my application with the old method that resulted in the linker error since it would take up a lot </div>
<div>of time). </div>
<div> </div>
<div>Anyway, if this really becomes an issue, then I will do it and submit - but for now, I&#39;m happy </div>
<div>it works *some* way..</div>
<div> </div>
<div>Thanks again,</div>
<div>--Sunil<br><br></div>
<div class="gmail_quote">On Fri, Jan 7, 2011 at 3:00 PM, Dave Goodell <span dir="ltr">&lt;<a href="mailto:goodell@mcs.anl.gov">goodell@mcs.anl.gov</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hmm... I&#39;m not sure I understand why this is happening.<br><br>Can you try compiling the failing link step for your application with &quot;-v&quot; and send us the output?  This should tell us the final library search path that the compiler is using when trying to link your application.<br>
<br>This _might_ be an rpath issue.  By default, MPICH2 specifies an rpath when linking.  You can disable the rpath by passing &quot;--disable-rpath&quot; to configure and rebuilding+reinstalling.  But you&#39;ll need to add the installed library path to your LD_LIBRARY_PATH (or something equivalent).<br>
<font color="#888888"><br>-Dave<br></font>
<div>
<div></div>
<div class="h5"><br>On Jan 7, 2011, at 3:53 PM CST, Sunil Thomas wrote:<br><br>&gt; Hi Dave,<br>&gt;<br>&gt;     Thanks for the response. Actually I added &quot;-fPIC&quot; to both CFLAGS and CXXFLAGS in my next try. I&#39;ve always<br>
&gt; been building with --enable-shared, and only started adding the flags after I got the error recommending them. But<br>&gt; I still got the error (second one mentioned in the e-mail).<br>&gt;<br>&gt;      Yes, my application is being built with &quot;-fPIC&quot; as well. The only fix I found so far is tos specify the link against<br>
&gt; the shared object (.so) mpich libraries, instead of static ones.<br>&gt;<br>&gt; Thanks!<br>&gt; --Sunil.<br>&gt;<br>&gt; On Fri, Jan 7, 2011 at 11:25 AM, Dave Goodell &lt;<a href="mailto:goodell@mcs.anl.gov">goodell@mcs.anl.gov</a>&gt; wrote:<br>
&gt; Well, you might be able to solve your C++ application build error by using the same workaround you used for C.  Add &quot;-fPIC&quot; to your CXXFLAGS when you build MPICH2.<br>&gt;<br>&gt; However, that said, it shouldn&#39;t be necessary to add those flags to your plain old CFLAGS/CXXFLAGS when building MPICH2 with &quot;--enable-shared&quot;.  Are you building your application with &quot;-fPIC&quot; as well?  If not, then the reason that adding those to MPICH2&#39;s build flags fixes your problem is because that flag is then added to the mpicc and mpicxx compiler wrapper scripts.<br>
&gt;<br>&gt; -Dave<br>&gt;<br>&gt; On Jan 6, 2011, at 10:24 PM CST, Sunil Thomas wrote:<br>&gt;<br>&gt; &gt; Just to follow-up on this issue; I resolved it by linking instead against the dynamic library<br>&gt; &gt; libmpich.so (shared objects files). I am configuring this entirely with cmake and it could<br>
&gt; &gt; very well be that I am not specifying the right things in the cmake file (but I still feel the<br>&gt; &gt; previous version should work, using the static libs).<br>&gt; &gt;<br>&gt; &gt; Any further thoughts on this will be appreciated..<br>
&gt; &gt;<br>&gt; &gt; --Sunil.<br>&gt; &gt;<br>&gt; &gt; On Thu, Jan 6, 2011 at 8:02 PM, Sunil Thomas &lt;<a href="mailto:sgthomas27@gmail.com">sgthomas27@gmail.com</a>&gt; wrote:<br>&gt; &gt; Hi,<br>&gt; &gt;<br>&gt; &gt;    First I built mpich2-1.3.1 following the directions in install.pdf doc with --enable-shared<br>
&gt; &gt; and the built and install complete successfully but I got the following error when building<br>&gt; &gt; my application:<br>&gt; &gt;<br>&gt; &gt; relocation R_X86_64_32 against `a local symbol&#39; can not be used when making a shared object,<br>
&gt; &gt; recompile with -fPIC  (Could not read symbols: Bad value)<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;    Then I built mpich2-1.3.1 with CFLAGS=-fPIC and --enable-shared and the build and install<br>&gt; &gt; again comlpete successfully. (This is on RHEL 5). However when I try to build my application<br>
&gt; &gt; using the resulting mpicxx compilers and link to the installed mpich libraries (my application<br>&gt; &gt; is written in C++), this time I got the following error:<br>&gt; &gt;<br>&gt; &gt;  relocation R_X86_64_32 against `mpifcmb2_&#39; can not be used when making a shared object;<br>
&gt; &gt; recompile with -fPIC (Could not read symbols: Bad value)<br>&gt; &gt;<br>&gt; &gt; Greatly appreciate any advice on a fix to the this issue. Let me know if I can provide more<br>&gt; &gt; info.<br>&gt; &gt;<br>&gt; &gt; Thanks!<br>
&gt; &gt; --Sunil.<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; mpich-discuss mailing list<br>&gt; &gt; <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
&gt; &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>
&gt; mpich-discuss mailing list<br>&gt; <a href="mailto:mpich-discuss@mcs.anl.gov">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>&gt; mpich-discuss mailing list<br>&gt; <a href="mailto:mpich-discuss@mcs.anl.gov">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>
<br>_______________________________________________<br>mpich-discuss mailing list<br><a href="mailto:mpich-discuss@mcs.anl.gov">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>
</div></div></blockquote></div><br>