Hello Samuel,

That's a bit embarrassing, isn't it? My apologies, thought I had cleaned
it.

However, I'm still getting some make issues. After running make, I'm
getting the following output:

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
x86_64-k1om-linux-ld: warning: libimf.so, needed by
/home/caswell/hwloc/hwloc/.libs/libhwloc.so, not found (try using -rpath or
-rpath-link)
x86_64-k1om-linux-ld: warning: libsvml.so, needed by
/home/caswell/hwloc/hwloc/.libs/libhwloc.so, not found (try using -rpath or
-rpath-link)
x86_64-k1om-linux-ld: warning: libirng.so, needed by
/home/caswell/hwloc/hwloc/.libs/libhwloc.so, not found (try using -rpath or
-rpath-link)
x86_64-k1om-linux-ld: warning: libintlc.so.5, needed by
/home/caswell/hwloc/hwloc/.libs/libhwloc.so, not found (try using -rpath or
-rpath-link)
(It repeats this for a few different packages in hwloc).
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

I tried searching for any resolutions, and saw that it might be from an
improperly configured $LD_LIBRARY_PATH variable. I tried to find the
directory holding these files:

   - # find / -name libimf.so
      - /opt/intel/itac/2017.1.024/intel64/bin/rtlib/libimf.so
      -
      /opt/intel/clck/2017.1.016/provider/share/offload_phi/intel64/libimf.so
      - /opt/intel/clck/2017.1.016/provider/share/offload_phi/mic/libimf.so
      -
      
/opt/intel/compilers_and_libraries_2017.1.132/linux/compiler/lib/ia32_lin/libimf.so
      -
      
/opt/intel/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin/libimf.so
      -
      
/opt/intel/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64_lin_mic/libimf.so
      - /install/bin/libimf.so

And even when I update the $LD_LIBRARY_PATH variable to include the
directory, I'm still getting these errors. Is there anything I should be
adding to the configure command:

   - ./configure CC="icc -mmic" --host=x86_64-k1om-linux
   --build=x86_64-unknown-linux-gnu --prefix=/install


Thank you,
Jake



On Mon, Jan 16, 2017 at 12:06 PM, Samuel Thibault <samuel.thiba...@inria.fr>
wrote:

> Hello,
>
> Jacob Peter Caswell, on Mon 16 Jan 2017 11:53:56 -0600, wrote:
> > x86_64-k1om-linux-ld: i386:x86-64 architecture of input file
> `.libs/support.o'
> > is incompatible with k1om output
>
> Did you make clean before reconfiguring+making?
>
> Samuel
> _______________________________________________
> hwloc-users mailing list
> hwloc-users@lists.open-mpi.org
> https://rfd.newmexicoconsortium.org/mailman/listinfo/hwloc-users
>
_______________________________________________
hwloc-users mailing list
hwloc-users@lists.open-mpi.org
https://rfd.newmexicoconsortium.org/mailman/listinfo/hwloc-users

Reply via email to