<div dir="ltr">I don't see on mac/dawrin, but we do see on the sles11 sp3 (don't laugh) systems<div>we are using.</div><div><br></div><div>Fixed with the usual Makefile.am changes.  Is there some reason that maybe</div><div>HAVE_LIBDL wasn't being defined earlier and now is?</div><div><br></div><div>Howard</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-08-27 11:47 GMT-06:00 Jeff Squyres (jsquyres) <span dir="ltr"><<a href="mailto:jsquyres@cisco.com" target="_blank">jsquyres@cisco.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Aug 27, 2015, at 1:34 PM, Jose, Jithin <<a href="mailto:jithin.jose@intel.com">jithin.jose@intel.com</a>> wrote:<br>
><br>
> Linker errors:<br>
><br>
> ./src/.libs/libfabric.so: undefined reference to `dlopen'<br>
> ./src/.libs/libfabric.so: undefined reference to `dlclose'<br>
> ./src/.libs/libfabric.so: undefined reference to `dlerror'<br>
> ./src/.libs/libfabric.so: undefined reference to `dlsym'<br>
> collect2: error: ld returned 1 exit status<br>
><br>
> Had to add -ldl to CFLAGS.<br>
<br>
-l flags go in LIBS, not CFLAGS.<br>
<br>
How are you configuring?  I ask because I'm not getting these errors...?<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Jeff Squyres<br>
<a href="mailto:jsquyres@cisco.com">jsquyres@cisco.com</a><br>
For corporate legal information go to: <a href="http://www.cisco.com/web/about/doing_business/legal/cri/" rel="noreferrer" target="_blank">http://www.cisco.com/web/about/doing_business/legal/cri/</a><br>
<br>
</font></span></blockquote></div><br></div>