Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

QtCore and IPP conflict ?

choieunkwang
Beginner
209 Views
Hi.
I have some problem.

ErrorMessage:

OMP: Error #178: Function pthread_key_delete failed:

OMP: System error #22: Invalid argument

When Iexecutea codeafter compiling with IPP and QtCore Library,
Error message is printed like above.
This Error isn't happend on Fedora 9 wherecompiler vison is lower than 4.6.0.

My code is :int main(){} ///// a.cpp.
This codewas built like following:
g++ -o a a.cpp -lQtCore -lippi -L/lib -pthread.

ippiissupported by IPP7.0 and QtCore is supported by QT 4.7.
I compilea.cpp by using gcc 4.6.0 on Fedora 15.

If Iremove either QtCore or ippi, Error Message is not printed.

0 Kudos
0 Replies
Reply