On Saturday, June 19, 2010 12:31:53 am Samuel Thibault wrote: > Samuel Thibault, le Sat 19 Jun 2010 00:25:18 +0200, a écrit : > > Jirka Hladky, le Sat 19 Jun 2010 00:09:27 +0200, a écrit : > > > Based on the manual above I think you should have > > > > > > lstopo_LDADD = libhwloc.la > > > > We are using LIBS, which is less burden > > Ah, no, I was just having other issues. I have switched to LDADD, since > that's what the automake documentation recommends. > > Samuel > _______________________________________________ > hwloc-users mailing list > hwloc-us...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/hwloc-users
Hi Samuel, just a notice. The workaround is to run after ./configure following replacements: + sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool + sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool I would like to fix it in the source code, if we can find why rpath appears there. Thanks Jirka