Hi dear staff,
I try to compile the bwa (https://github.com/intel-mic/bwa-aln-xeon-phi-0.5.10) on xeon host for xeon phi, but I get some warnings like this:
x86_64-k1om-linux-ld: warning: libimf.so, needed by /local/tmp.schen/lib/libz.so, not found (try using -rpath or -rpath-link)
x86_64-k1om-linux-ld: warning: libsvml.so, needed by /local/tmp.schen/lib/libz.so, not found (try using -rpath or -rpath-link)
x86_64-k1om-linux-ld: warning: libirng.so, needed by /local/tmp.schen/lib/libz.so, not found (try using -rpath or -rpath-link)
x86_64-k1om-linux-ld: warning: libintlc.so.5, needed by /local/tmp.schen/lib/libz.so, not found (try using -rpath or -rpath-link)
I try to solve it by using the -rpath like http://stackoverflow.com/questions/26653472/intel-compiler-warning-with-...
But it still is unsuccessful, my account on xeon phi doesn't have the root permission, so I can't upload these files into xeon phi directly.
Do you have any other methods to solve this problem?
Thanks
Regards.