fails on our app (boinc part), config log says :IPO link: can not find -lippsmerged
Well, I tried with the intel compiler, works fine for the dirty and short code lines I'm able to write... but fails on our app (boinc part), config log says :IPO link: can not find -lippsmergedicc: error: problem during multi-file optimization compilation (code 1)configure:2596: $? = 1configure: failed program was:| /* confdefs.h. */| | #define PACKAGE_NAME "BOINC"| #define PACKAGE_TARNAME "boinc"| #define PACKAGE_VERSION "5.5.0"| #define PACKAGE_STRING "BOINC 5.5.0"| #define PACKAGE_BUGREPORT ""| #define PACKAGE "boinc"| #define VERSION "5.5.0"| /* end confdefs.h. */A beginning is a very delicate time...
Just to say I'm having exactly the same problem using PCLinuxOS 2007 RC1:configure:2593: icc -no-sox -O3 -pc64 -xW -axW -fp-model fast -no-prec-div -no-prec-sqrt -ipo4 -I/opt/intel/cc/9.0/include -I/opt/intel/ipp/5.0/ia32/include -I/opt/intel/ipp/5.0/ia32/tools/staticlib -L/opt/intel/cc/9.0/lib -L/opt/intel/ipp/5.0/ia32/lib -limf -lippsmerged -lippvmmerged -lippchmerged -lippcore -lsvml -i-static conftest.c >&5IPO link: can not find -lippsmergedicc: error: problem during multi-file optimization compilation (code 1)I've tried looking in both the downloaded Intel tarballs but I can't find the ippmerged libraries. I'm afraid the hint about looking elsewhere on this board, and in the Linux HowTo hasn't helped me either as the best I can find is reports of the same problem but no apparent solution!I found some ICC libraries in /opt/intel/ipp/5.1/ia32, /opt/intel/ipp/5.1/ia32/sharedlib/, /opt/intel/ipp/5.1/ia32/lib/ and also /opt/intel/ipp/5.1/ia32/include and tried setting an LD_CONFIG_PATH variable to point the system to these but no joy - the compile fails at exactly the same place.Possibly related is that I can't install the Intel debugger, as the RPM seems to depend on libXft.so.1 - even though I created a symlink in /usr/lib to libXft.so.2.1.2 and did an ldconfig, it still fails.Please can anyone suggest how to overcome this?Thank you,Dominic