<?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 Please check how do you place in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983470#M21585</link>
    <description>&lt;P&gt;Please check how do you place IPP libraries in link string. You should keep dependances in IPP libraries, for example if you use functions from Image Processing (ippIP) library you should point:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;
$IPPROOT/lib/ia32/libippi.a $IPPROOT/lib/ia32/libipps.a $IPPROOT/lib/ia32/libippcore.a &lt;/PRE&gt;

&lt;P&gt;because ippIP depends on ippSP and ippSP depends on ippCore. The full list of dependances you can see in IPP User Guide.&lt;/P&gt;

&lt;P&gt;Pavel&lt;/P&gt;</description>
    <pubDate>Mon, 17 Feb 2014 09:23:33 GMT</pubDate>
    <dc:creator>Pavel_B_Intel1</dc:creator>
    <dc:date>2014-02-17T09:23:33Z</dc:date>
    <item>
      <title>Linker issues migrating from v6 to v8</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983448#M21563</link>
      <description>&lt;P&gt;I'm currently trying to test Ipp 8.0 on a Linux platform (Ubuntu 12.04) where I've been using version 6.0.1&lt;/P&gt;

&lt;P&gt;I'm trying to link statically but I always get: 'unresolvable R_386_GOTOFF relocation against symbol `ippJumpIndexForMergedLibs' which prompted me to try the nonpic libraries.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;This worked well enough for one simple application but another, more complex ones fails linking with a host of errors similar to this (full list attached):&lt;/P&gt;

&lt;P&gt;/opt/intel/composer_xe_2013_sp1.0.061/ipp/lib/ia32/nonpic/libippi.a(piresset_p8---ownResize16plLz3.o): In function `p8_ownResize16plLz3':&lt;BR /&gt;
	piresset_p8---ownResize16plLz3.i:(.text+0xd1): undefined reference to `p8_ippsCopy_32f'&lt;BR /&gt;
	piresset_p8---ownResize16plLz3.i:(.text+0xdf): undefined reference to `p8_ippsCopy_32f'&lt;BR /&gt;
	piresset_p8---ownResize16plLz3.i:(.text+0x17b): undefined reference to `p8_ippsCopy_32f'&lt;BR /&gt;
	piresset_p8---ownResize16plLz3.i:(.text+0x25b): undefined reference to `p8_ippsCopy_32f'&lt;BR /&gt;
	piresset_p8---ownResize16plLz3.i:(.text+0x266): undefined reference to `p8_ippsCopy_32f'&lt;BR /&gt;
	/opt/intel/composer_xe_2013_sp1.0.061/ipp/lib/ia32/nonpic/libippi.a(piresset_p8---ownResize16plLz3.o):piresset_p8---ownResize16plLz3.i:(.text+0x2c4): more undefined references to `p8_ippsCopy_32f' follow&lt;/P&gt;

&lt;P&gt;Help on identifying the issues would be much appreciated&amp;nbsp;&lt;/P&gt;

&lt;P&gt;linker command&amp;nbsp;g++ -o build-host-debug/bin/xrp -L/opt/intel/composer_xe_2013_sp1.0.061/ipp/lib/ia32/nonpic -Xlinker --copy-dt-needed-entries -L./build-host-debug/lib -Wl,-rpath &amp;nbsp;.... long list of .o files and libs&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2014 12:36:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983448#M21563</guid>
      <dc:creator>Tomas_T_</dc:creator>
      <dc:date>2014-02-12T12:36:47Z</dc:date>
    </item>
    <item>
      <title>Hi Tomas,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983449#M21564</link>
      <description>&lt;P&gt;Hi Tomas,&lt;/P&gt;

&lt;P&gt;You probably don't need to link with non-pic libraries, unless you build a kernel-mode application like a driver. Regarding unresolved references, please check the order of IPP libs in linker command line: -lippi -lipps -lippvm -lippcore. The other ordering may lead to unresolved symbols.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
	Sergey&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2014 13:05:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983449#M21564</guid>
      <dc:creator>Sergey_K_Intel</dc:creator>
      <dc:date>2014-02-12T13:05:28Z</dc:date>
    </item>
    <item>
      <title>Thank you Sergey - that did</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983450#M21565</link>
      <description>&lt;P&gt;Thank you Sergey - that did the trick&lt;/P&gt;

&lt;P&gt;I'm still unable to use anything other than nonpic due to&amp;nbsp;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 10.285714149475098px;"&gt;'unresolvable R_386_GOTOFF relocation against symbol `ippJumpIndexForMergedLibs'&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 10.285714149475098px;"&gt;Is there a downside to using the nonpic libs?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2014 13:33:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983450#M21565</guid>
      <dc:creator>Tomas_T_</dc:creator>
      <dc:date>2014-02-12T13:33:59Z</dc:date>
    </item>
    <item>
      <title>Could you provide the full R</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983451#M21566</link>
      <description>&lt;P&gt;Could you provide the full R_386 diagnostics message? What object file or library module produces that relocation reference?&lt;/P&gt;

&lt;P&gt;That's unpleasant diagnostics, because the relocation looks like compiler-generated.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
	Sergey&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2014 13:45:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983451#M21566</guid>
      <dc:creator>Sergey_K_Intel</dc:creator>
      <dc:date>2014-02-12T13:45:30Z</dc:date>
    </item>
    <item>
      <title>/usr/bin/ld: /opt/intel</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983452#M21567</link>
      <description>&lt;P&gt;/usr/bin/ld: /opt/intel/composer_xe_2013_sp1.0.061/ipp/lib/ia32//libippi.a(jmp_ippiAndC_8u_C1IR_as.o)(.text+0x10): unresolvable R_386_GOTOFF relocation against symbol `ippJumpIndexForMergedLibs'&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2014 14:00:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983452#M21567</guid>
      <dc:creator>Tomas_T_</dc:creator>
      <dc:date>2014-02-12T14:00:24Z</dc:date>
    </item>
    <item>
      <title>I'm still a bit curious as to</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983453#M21568</link>
      <description>&lt;P&gt;I'm still a bit curious as to what the downside to nonpic libraries is. Although I'm not building drivers there are some real-time deterministic demands on my system.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2014 10:11:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983453#M21568</guid>
      <dc:creator>Tomas_T_</dc:creator>
      <dc:date>2014-02-13T10:11:56Z</dc:date>
    </item>
    <item>
      <title>Quote:Tomas T. wrote:</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983454#M21569</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Tomas T. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;/usr/bin/ld: /opt/intel/composer_xe_2013_sp1.0.061/ipp/lib/ia32//libippi.a(jmp_ippiAndC_8u_C1IR_as.o)(.text+0x10): unresolvable R_386_GOTOFF relocation against symbol `ippJumpIndexForMergedLibs'&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I have asked our QAs regarding this topic. They are trying to reproduce and answer. &lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;As for pic/non-pic libraries, you can use them both - they&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;are tested equally during package preparation. But major area of non-pic libraries usage is kernel-mode execution. Though, I don't know much here.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Regards,&lt;BR /&gt;
	Sergey&lt;/SPAN&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2014 10:42:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983454#M21569</guid>
      <dc:creator>Sergey_K_Intel</dc:creator>
      <dc:date>2014-02-13T10:42:32Z</dc:date>
    </item>
    <item>
      <title>Hi Tomas,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983455#M21570</link>
      <description>&lt;P&gt;Hi Tomas,&lt;/P&gt;

&lt;P&gt;I try to reproduce your example:&lt;/P&gt;

&lt;P&gt;Distributor ID: Ubuntu&lt;BR /&gt;
	Description:&amp;nbsp;&amp;nbsp;&amp;nbsp; Ubuntu 12.04 LTS&lt;BR /&gt;
	Release:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12.04&lt;BR /&gt;
	Codename:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; precise&lt;BR /&gt;
	#36-Ubuntu SMP Tue Apr 10 22:19:09 UTC 2012 i686 i686 i386 GNU/Linux&lt;/P&gt;

&lt;P&gt;g++ --version&lt;BR /&gt;
	g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3&lt;BR /&gt;
	Copyright (C) 2011 Free Software Foundation, Inc.&lt;BR /&gt;
	This is free software; see the source for copying conditions.&amp;nbsp; There is NO&lt;BR /&gt;
	warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;cat ipptwo.cpp&lt;BR /&gt;
	#include &amp;lt;stdio.h&amp;gt;&lt;BR /&gt;
	#include "ipp.h"&lt;BR /&gt;
	&amp;nbsp;&lt;BR /&gt;
	int main( void )&lt;BR /&gt;
	{&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; ippInit();&lt;BR /&gt;
	&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; const IppLibraryVersion* libver;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* library info structure ptr */&lt;BR /&gt;
	&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; /* first print the version of the libraries */&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; libver = ippsGetLibVersion();&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; printf( " %s %s \n", libver-&amp;gt;Name, libver-&amp;gt;Version );&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; libver = ippiGetLibVersion();&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; printf( " %s %s \n\n", libver-&amp;gt;Name, libver-&amp;gt;Version );&lt;BR /&gt;
	&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; return 0;&lt;BR /&gt;
	}&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;g++ -o ipptwo ipptwo.cpp -I $IPPROOT/include $IPPROOT/lib/ia32/libippi.a $IPPROOT/lib/ia32/libipps.a $IPPROOT/lib/ia32/libippcore.a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;A href="mailto:pberdnik@nnlmdp078g7:/tmp$"&gt;./ipptwo&lt;/A&gt;&lt;BR /&gt;
	&amp;nbsp;ippSP SSE4.1/4.2 (p8) 8.0.0 (r40040)&lt;BR /&gt;
	&amp;nbsp;ippIP SSE4.1/4.2 (p8) 8.0.0 (r40040)&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;As you can see it works. So let investigate why you can't link IPP libraries. Please start to build this simple example.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2014 12:42:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983455#M21570</guid>
      <dc:creator>Pavel_B_Intel1</dc:creator>
      <dc:date>2014-02-13T12:42:07Z</dc:date>
    </item>
    <item>
      <title>Sorry I didn't point that I</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983456#M21571</link>
      <description>&lt;P&gt;Sorry I didn't point that I used IPP PIC libraries which are placed in $IPPROOT/lib/ia32 folder.&lt;/P&gt;

&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2014 13:29:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983456#M21571</guid>
      <dc:creator>Pavel_B_Intel1</dc:creator>
      <dc:date>2014-02-13T13:29:37Z</dc:date>
    </item>
    <item>
      <title>Let's show more relevant</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983457#M21572</link>
      <description>&lt;P&gt;Let's show more relevant example with Tomas' function:&lt;/P&gt;

&lt;P&gt;[cpp]&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;#include &amp;lt;stdio.h&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;#include &amp;lt;ippi.h&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;int main()&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;{&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp; IppiSize roi = {0, 0};&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp; ippiAndC_8u_C1IR(0, NULL, 0, roi);&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp; printf("Test passed\n");&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;}&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;[/cpp]&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;The command line for compiler/linker is:&lt;/P&gt;

&lt;P&gt;gcc -O0 -w -I$IPPROOT/include test.cpp $IPPROOT/lib/ia32/libippi.a $IPPROOT/lib/ia32/libippcore.a -Xlinker -Map=output.map&lt;/P&gt;

&lt;P&gt;The output.map shows that ippiAndC is really included from various IPP libs (px, w7, etc.). O0 used just to deny compiler optimizations.&lt;/P&gt;

&lt;P&gt;./a.out gives&amp;nbsp;"Test passed". AndC function doesn't work, because address is NULL.&lt;/P&gt;

&lt;P&gt;Tomas, please do the same.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
	Sergey&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2014 13:59:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983457#M21572</guid>
      <dc:creator>Sergey_K_Intel</dc:creator>
      <dc:date>2014-02-13T13:59:17Z</dc:date>
    </item>
    <item>
      <title>First thing first</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983458#M21573</link>
      <description>&lt;P&gt;First thing first&lt;/P&gt;

&lt;P&gt;./ipptwo&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp;ippSP AVX (g9) 8.0.0 (r40040)&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp;ippIP AVX (g9) 8.0.0 (r40040)&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2014 15:09:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983458#M21573</guid>
      <dc:creator>Tomas_T_</dc:creator>
      <dc:date>2014-02-13T15:09:16Z</dc:date>
    </item>
    <item>
      <title>a.out gives test passed</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983459#M21574</link>
      <description>&lt;P&gt;a.out gives test passed&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2014 15:21:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983459#M21574</guid>
      <dc:creator>Tomas_T_</dc:creator>
      <dc:date>2014-02-13T15:21:07Z</dc:date>
    </item>
    <item>
      <title>Encouraging results, the</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983460#M21575</link>
      <description>&lt;P&gt;Encouraging results, the libraries are ok. What about your case?&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
	Sergey&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2014 17:19:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983460#M21575</guid>
      <dc:creator>Sergey_K_Intel</dc:creator>
      <dc:date>2014-02-13T17:19:00Z</dc:date>
    </item>
    <item>
      <title>Are the scripts referred to</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983461#M21576</link>
      <description>&lt;P&gt;Are the scripts referred to in getting started crucial?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;They all return with errrors&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2014 14:45:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983461#M21576</guid>
      <dc:creator>Tomas_T_</dc:creator>
      <dc:date>2014-02-14T14:45:49Z</dc:date>
    </item>
    <item>
      <title>There were supposed to be</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983462#M21577</link>
      <description>&lt;P&gt;There were supposed to be attchments ....&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2014 14:49:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983462#M21577</guid>
      <dc:creator>Tomas_T_</dc:creator>
      <dc:date>2014-02-14T14:49:33Z</dc:date>
    </item>
    <item>
      <title>Sorry Tomas, I don't</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983463#M21578</link>
      <description>&lt;P&gt;Sorry Tomas, I don't understand what did you do?&amp;nbsp; Which script did you use? Could you explain your steps?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2014 14:58:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983463#M21578</guid>
      <dc:creator>Pavel_B_Intel1</dc:creator>
      <dc:date>2014-02-14T14:58:15Z</dc:date>
    </item>
    <item>
      <title>The 'getting started' guide</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983464#M21579</link>
      <description>&lt;P&gt;The 'getting started' guide instructs to run appropriate scripts found under /opt/intel/compser.../bin&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;&amp;nbsp;&lt;/P&gt;

	&lt;P&gt;After installing Intel IPP, set the environment variables by running the script appropriate to your target platform architecture. The scripts are available in &amp;lt;install_dir&amp;gt;/ipp/bin.&lt;/P&gt;

	&lt;P&gt;&amp;lt;install_dir&amp;gt; is the installation directory, by default, it is:&lt;/P&gt;

	&lt;P&gt;&amp;nbsp; &amp;nbsp; For super-users: &amp;nbsp; &amp;nbsp; &amp;nbsp;/opt/intel/composer_xe_2013_sp1&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;-rwxr-xr-x 1 root &amp;nbsp;root &amp;nbsp; 1102 Feb &amp;nbsp;6 16:10 compilervars.csh*&lt;BR /&gt;
	-rwxr-xr-x 1 root &amp;nbsp;root &amp;nbsp; 1035 Feb &amp;nbsp;6 16:10 compilervars.sh*&lt;BR /&gt;
	-rwxr-xr-x 1 pluto pluto 31578 Feb &amp;nbsp;6 16:09 link_install.sh*&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;The output of those is in the textfiles&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2014 15:07:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983464#M21579</guid>
      <dc:creator>Tomas_T_</dc:creator>
      <dc:date>2014-02-14T15:07:48Z</dc:date>
    </item>
    <item>
      <title>Ok, I understand.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983465#M21580</link>
      <description>&lt;P&gt;Ok, I understand.&lt;/P&gt;

&lt;P&gt;In the IPP User Guide you see: "After installing Intel IPP, set the environment variables by running the script appropriate to your target platform architecture. The scripts are available in &amp;lt;install_dir&amp;gt;/ipp/bin."&lt;/P&gt;

&lt;P&gt;So you should go to /opt/intel/composer/ipp/bin and run ippenv.sh script to set IPP environment&lt;/P&gt;

&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2014 15:15:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983465#M21580</guid>
      <dc:creator>Pavel_B_Intel1</dc:creator>
      <dc:date>2014-02-14T15:15:04Z</dc:date>
    </item>
    <item>
      <title>OK - there was a missing /ipp</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983466#M21581</link>
      <description>&lt;P&gt;OK - there was a missing /ipp in my folder path - sorry&lt;/P&gt;

&lt;P&gt;Still get an error though&lt;/P&gt;

&lt;P&gt;pluto@supertriton:/opt/intel/composer_xe_2013_sp1/ipp/bin$ sudo ./ippvars.sh&lt;BR /&gt;
	[sudo] password for pluto:&lt;BR /&gt;
	./ippvars.sh: 39: ./ippvars.sh: [[: not found&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2014 15:29:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983466#M21581</guid>
      <dc:creator>Tomas_T_</dc:creator>
      <dc:date>2014-02-14T15:29:31Z</dc:date>
    </item>
    <item>
      <title>You should run:</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983467#M21582</link>
      <description>&lt;P&gt;You should run:&lt;/P&gt;

&lt;P&gt;. ippvars.sh ia32&lt;BR /&gt;
	. ippvars.sh intel64&lt;BR /&gt;
	or&lt;BR /&gt;
	. ippvars.sh ia32_intel64&lt;/P&gt;

&lt;P&gt;in depends which architecture you use&lt;/P&gt;

&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2014 15:33:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linker-issues-migrating-from-v6-to-v8/m-p/983467#M21582</guid>
      <dc:creator>Pavel_B_Intel1</dc:creator>
      <dc:date>2014-02-14T15:33:49Z</dc:date>
    </item>
  </channel>
</rss>

