Hi to all, in my company we have written one library which use IPP, now I'm writing one Java Applet which use this library throughJNI. I get the error in subject during libsvml.so library loading:
undefined symbol: __intel_cpu_indicatorbut using "nm" tool the symbol "__intel_cpu_indicator" is present:
U __intel_cpu_indicatorand before libsvml.so I load the librarylibirc.so where the symbol is defined
000000000014e0c0 B __intel_cpu_indicatorSomebody have any suggestion about this error? Now I use the following loading order, maybe the problem is here but I tried to change it without any result: libimf.so libiomp5.so libirc.so libippcore.so.7.0 libippscm7.so.7.0 libippsc.so.7.0 libippsm7.so.7.0 libipps.so.7.0 libsvml.so Thanks to all, Roberto.

