<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic &amp;gt;&amp;gt;...And if i am super user i in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919486#M15467</link>
    <description>&amp;gt;&amp;gt;...And if i am super user i I shouldn't have a problem with it?..

Ivan, let's continue with IPP problems.

&amp;gt;&amp;gt;...But when i tried to used this library with example from "User's Guide" - "Building your first application" - i had Errors:
&amp;gt;&amp;gt;undefined reference to 'ipplnit', 'ippiGetLibVersion', 'ippGetEnableCpuFeatures'...

Could you post a &lt;STRONG&gt;complete&lt;/STRONG&gt; compiler and linker outputs, please?</description>
    <pubDate>Sun, 03 Feb 2013 20:11:32 GMT</pubDate>
    <dc:creator>SergeyKostrov</dc:creator>
    <dc:date>2013-02-03T20:11:32Z</dc:date>
    <item>
      <title>Right uncluding in QT (linux mageia)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919479#M15460</link>
      <description>&lt;P&gt;&lt;I&gt;Hello.&amp;nbsp;&lt;BR /&gt;I downloaded "l_ipp_7.1.1.117_intel64". I installed them. But when i tried to used this library with example from "User's Guide" - "Building your first application" - i had Errors: undefined reference to 'ipplnit', 'ippiGetLibVersion', 'ippGetEnableCpuFeatures'.&amp;nbsp;&lt;BR /&gt;I did this in QT qreator 2.6.0. How i could include libraries right?&amp;nbsp;&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;P.S. Sorry for my poor english and knowlege.&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;&lt;BR /&gt;#include "ipp.h"&amp;nbsp;&lt;BR /&gt;#include &amp;lt;stdio.h&amp;gt;&amp;nbsp;&lt;BR /&gt;int main(int argc, char* argv[])&amp;nbsp;&lt;BR /&gt;{&amp;nbsp;&lt;BR /&gt;const IppLibraryVersion *lib;&amp;nbsp;&lt;BR /&gt;Ipp64u fm;&amp;nbsp;&lt;BR /&gt;ippInit();&amp;nbsp;&lt;BR /&gt;//Automatic best static dispatch&amp;nbsp;&lt;BR /&gt;//ippInitCpu(ippCpuSSSE3);&amp;nbsp;&lt;BR /&gt;//Select a specific static library level&amp;nbsp;&lt;BR /&gt;//Can be useful for debugging/profiling&amp;nbsp;&lt;BR /&gt;//Get version info&amp;nbsp;&lt;BR /&gt;lib = ippiGetLibVersion();&amp;nbsp;&lt;BR /&gt;printf("%s %s\n", lib-&amp;gt;Name, lib-&amp;gt;Version);&amp;nbsp;&lt;BR /&gt;//Get CPU features enabled with selected library level&amp;nbsp;&lt;BR /&gt;fm=ippGetEnabledCpuFeatures();&amp;nbsp;&lt;BR /&gt;printf("SSE2 %c\n",(fm&amp;gt;&amp;gt;2)&amp;amp;1?'Y':'N');&amp;nbsp;&lt;BR /&gt;printf("SSE3 %c\n",(fm&amp;gt;&amp;gt;3)&amp;amp;1?'Y':'N');&amp;nbsp;&lt;BR /&gt;printf("SSSE3 %c\n",(fm&amp;gt;&amp;gt;4)&amp;amp;1?'Y':'N');&amp;nbsp;&lt;BR /&gt;printf("SSE41 %c\n",(fm&amp;gt;&amp;gt;6)&amp;amp;1?'Y':'N');&amp;nbsp;&lt;BR /&gt;printf("SSE42 %c\n",(fm&amp;gt;&amp;gt;7)&amp;amp;1?'Y':'N');&amp;nbsp;&lt;BR /&gt;printf("AVX %c OS Enabled %c\n", (fm&amp;gt;&amp;gt;8)&amp;amp;1 ?'Y':'N', (fm&amp;gt;&amp;gt;9)&amp;amp;1 ?'Y':'N');&amp;nbsp;&lt;BR /&gt;printf("AES %c CLMUL %c\n", (fm&amp;gt;&amp;gt;10)&amp;amp;1?'Y':'N', (fm&amp;gt;&amp;gt;11)&amp;amp;1?'Y':'N');&amp;nbsp;&lt;BR /&gt;return 0;&amp;nbsp;&lt;BR /&gt;}&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Jan 2013 18:46:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919479#M15460</guid>
      <dc:creator>Ivan_T_1</dc:creator>
      <dc:date>2013-01-19T18:46:09Z</dc:date>
    </item>
    <item>
      <title>Hi Ivan,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919480#M15461</link>
      <description>Hi Ivan,

Please take a look at article ( and comments ):

Article: &lt;STRONG&gt;How to build IPP application in Linux environment&lt;/STRONG&gt;
Web-link: &lt;A href="http://software.intel.com/en-us/articles/how-to-build-ipp-application-in-linux-environment" target="_blank"&gt;http://software.intel.com/en-us/articles/how-to-build-ipp-application-in-linux-environment&lt;/A&gt;

It is clear that in your case a core IPP library was not included when building an executable.

Best regards,
Sergey</description>
      <pubDate>Sun, 20 Jan 2013 01:18:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919480#M15461</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-01-20T01:18:23Z</dc:date>
    </item>
    <item>
      <title>Ivan,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919481#M15462</link>
      <description>&lt;P&gt;Ivan,&lt;/P&gt;
&lt;P&gt;Look at the forum post (http://www.qtforum.org/article/32888/linking-libraries-in-qt-creator.html?s=68ffa6e4aa4639cbfbe3f25fee0277caf28978fb#post106006). It contains some hints regarding adding external libraries to Qt project.&lt;/P&gt;
&lt;P&gt;Note, that IPP libraries are Visual Studio-style. The name of functions in the library files are Microsoft's "__stdcall" type, i.e. "_" added at the beginning of the name and "@&amp;lt;number&amp;gt;" is added to the end.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Sergey&lt;/P&gt;
&lt;P&gt;Oops, sorry! You are asking about Linux. Try this then (http://stackoverflow.com/questions/9563747/how-to-add-multiple-external-libraries-to-qt-creator-pro-ubuntu)&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2013 04:35:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919481#M15462</guid>
      <dc:creator>Sergey_K_Intel</dc:creator>
      <dc:date>2013-01-21T04:35:00Z</dc:date>
    </item>
    <item>
      <title>Thanks!!!</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919482#M15463</link>
      <description>&lt;P&gt;Thanks!!!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2013 09:36:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919482#M15463</guid>
      <dc:creator>Ivan_T_1</dc:creator>
      <dc:date>2013-01-21T09:36:22Z</dc:date>
    </item>
    <item>
      <title>Hello! I have Error "</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919483#M15464</link>
      <description>&lt;P&gt;Hello! I have Error " undefined reference to `ippiSet_8u_C1R' ", and how i understand i have to do step 3 for solution, but:&lt;BR /&gt;I have problems with Step 3 (l_ipp_7.1.1.117_intel64). I found /opt/intel/ipp/bin/ippvars.sh and /opt/intel/ipp/bin/intel64/ippvars_intel64.sh but a Terminal wrote that both of them "can't open".&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2013 13:09:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919483#M15464</guid>
      <dc:creator>Ivan_T_1</dc:creator>
      <dc:date>2013-02-01T13:09:25Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919484#M15465</link>
      <description>Hi,

&amp;gt;&amp;gt;...I have Error " undefined reference to `ippiSet_8u_C1R' ", and how i understand i have to do step 3 for solution...

It means, a right IPP library is still not used in your build process.

&amp;gt;&amp;gt;I have problems with Step 3 (l_ipp_7.1.1.117_intel64). I found /opt/intel/ipp/bin/ippvars.sh and
&amp;gt;&amp;gt;/opt/intel/ipp/bin/intel64/ippvars_intel64.sh but a Terminal wrote that both of them "can't open".

It looks like &lt;STRONG&gt;Access Rights&lt;/STRONG&gt; issue and it is not related to IPP.</description>
      <pubDate>Fri, 01 Feb 2013 14:39:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919484#M15465</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-02-01T14:39:36Z</dc:date>
    </item>
    <item>
      <title>Yes, but i had been doing</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919485#M15466</link>
      <description>&lt;P&gt;Yes, but&amp;nbsp;i had been doing this with SUDO SU. And if i am super user i&amp;nbsp;I shouldn't have a problem with it? Or i am not right?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Feb 2013 17:31:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919485#M15466</guid>
      <dc:creator>Ivan_T_1</dc:creator>
      <dc:date>2013-02-03T17:31:53Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...And if i am super user i</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919486#M15467</link>
      <description>&amp;gt;&amp;gt;...And if i am super user i I shouldn't have a problem with it?..

Ivan, let's continue with IPP problems.

&amp;gt;&amp;gt;...But when i tried to used this library with example from "User's Guide" - "Building your first application" - i had Errors:
&amp;gt;&amp;gt;undefined reference to 'ipplnit', 'ippiGetLibVersion', 'ippGetEnableCpuFeatures'...

Could you post a &lt;STRONG&gt;complete&lt;/STRONG&gt; compiler and linker outputs, please?</description>
      <pubDate>Sun, 03 Feb 2013 20:11:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919486#M15467</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-02-03T20:11:32Z</dc:date>
    </item>
    <item>
      <title>This is what you want?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919487#M15468</link>
      <description>&lt;P&gt;?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2013 10:25:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919487#M15468</guid>
      <dc:creator>Ivan_T_1</dc:creator>
      <dc:date>2013-02-07T10:25:00Z</dc:date>
    </item>
    <item>
      <title>This is what you want?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919488#M15469</link>
      <description>&lt;P&gt;This is what you want?&lt;/P&gt;
&lt;P&gt;14:22:20: Выполняются этапы для проекта untitled1...&lt;/P&gt;
&lt;P&gt;14:22:20: Настройки не изменились, этап qmake пропускается.&lt;/P&gt;
&lt;P&gt;14:22:20: Запускается: «/usr/bin/make» -w&lt;/P&gt;
&lt;P&gt;make: Entering directory `/home/ivan/untitled1-build-desktop-Qt_4_8_3___PATH___________________'&lt;/P&gt;
&lt;P&gt;g++ -Wl,-O1 -o untitled1 main.o&lt;/P&gt;
&lt;P&gt;main.o: In function `main':&lt;/P&gt;
&lt;P&gt;main.cpp:(.text.startup+0x4f): undefined reference to `ippiSet_8u_C1R'&lt;/P&gt;
&lt;P&gt;collect2: error: ld returned 1 exit status&lt;/P&gt;
&lt;P&gt;make: Leaving directory `/home/ivan/untitled1-build-desktop-Qt_4_8_3___PATH___________________'&lt;/P&gt;
&lt;P&gt;make: *** [untitled1] Error 1&lt;/P&gt;
&lt;P&gt;14:22:20: Процесс «/usr/bin/make» завершился с кодом 2.&lt;/P&gt;
&lt;P&gt;Возникла ошибка при сборке/установке проекта untitled1 (цель: Desktop)&lt;/P&gt;
&lt;P&gt;Во время выполнения этапа «Сборка»&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2013 10:27:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919488#M15469</guid>
      <dc:creator>Ivan_T_1</dc:creator>
      <dc:date>2013-02-07T10:27:37Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...g++ -Wl,-O1 -o untitled1</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919489#M15470</link>
      <description>&amp;gt;&amp;gt;...g++ -Wl,-O1 -o untitled1 main.o

Take a look at a &lt;STRONG&gt;Common error messages&lt;/STRONG&gt; section in the article I've provided.</description>
      <pubDate>Fri, 08 Feb 2013 14:05:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919489#M15470</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-02-08T14:05:37Z</dc:date>
    </item>
    <item>
      <title>Hello! </title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919490#M15471</link>
      <description>&lt;P&gt;Hello!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've Got nerely the same problem. I've installed Intel C++ composer for Linux. But I can't launch ipp libraries. Got the same error, found the article, provided here, but in the Common error messages it is written that I should run the gcc compiler like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;gcc -o main main.c -I &amp;lt;ipp install path&amp;gt;/em64t/include -L &amp;lt;ipp install path&amp;gt;/em64t/sharedlib -lippiem64t -lippsem64t -lippcoreem64t -liomp5 -lpthread -lm&lt;/P&gt;
&lt;P&gt;but I haven't found neither the directories mentioned nor the libraries. Maybe this manual is for the older versions of ipp, or maybe I've installed them in a wrong way?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2013 12:37:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919490#M15471</guid>
      <dc:creator>Oleg_M_</dc:creator>
      <dc:date>2013-03-01T12:37:57Z</dc:date>
    </item>
    <item>
      <title>Hi Oleg,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919491#M15472</link>
      <description>&lt;P&gt;Hi Oleg,&lt;/P&gt;
&lt;P&gt;"-I " command line options should point to IPP include directory, "-L" should point to IPP library (architecture-specific) directory - i.e. ia32/intel64, depending on where you have IPP installed. By the way, "em64t" is not used since IPP 6.1. Now it is "intel64". Tell what version of Composer/IPP do you use, we'll check the documentation additionally.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Sergey&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2013 10:29:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919491#M15472</guid>
      <dc:creator>Sergey_K_Intel</dc:creator>
      <dc:date>2013-03-04T10:29:12Z</dc:date>
    </item>
    <item>
      <title>Thank you, Sergey.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919492#M15473</link>
      <description>&lt;P&gt;Thank you, Sergey.&lt;/P&gt;
&lt;P&gt;I've recently downloaded the 2013 composer and now I'm trying to work with it. I'll try launching the libraries as you recomended.&lt;/P&gt;
&lt;P&gt;By the way, could you, please, give me a link on some manual for Intel Linux compiler, becuase I can't launch any "man" for it.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2013 05:12:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919492#M15473</guid>
      <dc:creator>Oleg_M_</dc:creator>
      <dc:date>2013-03-05T05:12:17Z</dc:date>
    </item>
    <item>
      <title>Oh, sory, but you didn't</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919493#M15474</link>
      <description>&lt;P&gt;Thank you, Sergey.&lt;/P&gt;
&lt;P&gt;I'm using Intel Composer 2013. Thank you for mentioning the directories, but you didn't mention the files, that should be included in the "-L" section&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2013 05:47:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919493#M15474</guid>
      <dc:creator>Oleg_M_</dc:creator>
      <dc:date>2013-03-05T05:47:00Z</dc:date>
    </item>
    <item>
      <title>Hi Oleg,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919494#M15475</link>
      <description>&lt;P&gt;Hi Oleg,&lt;/P&gt;
&lt;P&gt;"-L" (upper case L) in Linux defines the library directory where the linker will search for particular libraries specified by "-l" (lower case L) option.&lt;/P&gt;
&lt;P&gt;If I had to link my application I would specify "-L&amp;nbsp;&amp;nbsp;/opt/intel/composer_xe_2013/ipp/lib/intel64".&lt;BR /&gt;For compiler I would set "-I /opt/intel/composer_xe_2013/ipp/include". This is because on server where I am hosted the composer is installed &amp;nbsp;in "/opt/intel/composer_xe_2013". In your case it may be different, but anyway "/ipp/include" and "/ipp/lib/intel64" tails are the same.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Sergey&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2013 10:08:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919494#M15475</guid>
      <dc:creator>Sergey_K_Intel</dc:creator>
      <dc:date>2013-03-05T10:08:37Z</dc:date>
    </item>
    <item>
      <title>Thank you once again, but I</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919495#M15476</link>
      <description>&lt;P&gt;Thank you once again, but I've met another problem after using a command like this:&lt;/P&gt;
&lt;P&gt;g++ main.cpp -o main -l /opt/intel/composer_xe_2013.2.146/ipp/include -L /opt/intel/composer_xe_2013.2.146/ipp/lib/intel64&lt;/P&gt;
&lt;P&gt;i got:&lt;/P&gt;
&lt;P&gt;/usr/bin/ld: cannot find -l/opt/intel/composer_xe_2013.2.146/ipp/include&lt;/P&gt;
&lt;P&gt;It's some kind of magic :) Or, maybe I don't understand something...&lt;/P&gt;
&lt;P&gt;Thank you, anyway.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2013 10:57:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919495#M15476</guid>
      <dc:creator>Oleg_M_</dc:creator>
      <dc:date>2013-03-05T10:57:09Z</dc:date>
    </item>
    <item>
      <title>This is a common problem of</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919496#M15477</link>
      <description>&lt;P&gt;This is a common problem of similarity of "-l" (lowercase L) and "-I" (uppercase i). Unfortunately they look similar. Uppercase i is an option for compiler to look for .h files. Lowercase L is an option for linker to link with specified library. For example, "-l pthread" (again, -&amp;lt;lowercase L&amp;gt; pthread :)) makes linker to link with "libpthread.a" library.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Sergey&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2013 11:10:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919496#M15477</guid>
      <dc:creator>Sergey_K_Intel</dc:creator>
      <dc:date>2013-03-05T11:10:31Z</dc:date>
    </item>
    <item>
      <title>Exactly, I've tryed both of</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919497#M15478</link>
      <description>&lt;P&gt;Exactly, I've tryed both of them :)&lt;/P&gt;
&lt;P&gt;When I use lower "L" I get /usr/bin/ld: cannot find -l/opt/intel/composer_xe_2013.2.146/ipp/include&lt;/P&gt;
&lt;P&gt;When i use upper "i" I get:&lt;/P&gt;
&lt;P&gt;/tmp/cccPZpZ2.o: In function `main':&lt;BR /&gt;main.cpp:(.text+0x6b): undefined reference to `ippiSet_8u_C1R'&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;This is where magic lives :)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2013 11:15:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919497#M15478</guid>
      <dc:creator>Oleg_M_</dc:creator>
      <dc:date>2013-03-05T11:15:36Z</dc:date>
    </item>
    <item>
      <title>Then, you need to add signal</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919498#M15479</link>
      <description>&lt;P&gt;Then, you need to add signal processing library (IPPS) to linker command line:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ... -l ipps_l (lowercase L)&lt;/P&gt;
&lt;P&gt;to link to libipps_l.a (merged static single-thread library). "Merged" means all CPUs optimizations in one library. Or, you can use:&lt;/P&gt;
&lt;P&gt;... -l ipps&lt;/P&gt;
&lt;P&gt;to link to dynamic (libipps.so) library.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2013 11:31:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Right-uncluding-in-QT-linux-mageia/m-p/919498#M15479</guid>
      <dc:creator>Sergey_K_Intel</dc:creator>
      <dc:date>2013-03-05T11:31:07Z</dc:date>
    </item>
  </channel>
</rss>

