<?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 the same issue as discussed in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/link-error-for-ipp-resize-mt-OSX-10-13-6/m-p/1174828#M27047</link>
    <description>&lt;P&gt;the same issue as discussed into this thread &lt;A href="https://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/825420" target="_blank"&gt;https://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/825420&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Oct 2019 01:55:00 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2019-10-08T01:55:00Z</dc:date>
    <item>
      <title>link error for ipp_resize_mt, OSX 10.13.6</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/link-error-for-ipp-resize-mt-OSX-10-13-6/m-p/1174825#M27044</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm new to this platform. I'm trying to link ipp_resize_mt. Here's the compile &amp;amp; link command, &amp;amp; result error:&lt;/P&gt;&lt;P&gt;ian$ clang++ src/ipp_resize_mt.cpp -o ipp_resize_mt -I $TBBROOT/include -I $IPPROOT/include -I $IPPROOT/components/common/include&amp;nbsp; -L $IPPROOT/lib -lippi -lipps -lippcore -lirc -lsvml -limf -L $TBBROOT/lib -ltbb -stdlib=libc++ /opt/intel/compilers_and_libraries_2019.5.281/mac/ipp/components/common/build/Release/libcommon.a&lt;/P&gt;&lt;P&gt;Undefined symbols for architecture x86_64:&lt;BR /&gt;&amp;nbsp; "__vsctprintf", referenced from:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _vm_string_vsnprintf in libcommon.a(vm_base.o)&lt;BR /&gt;&amp;nbsp; "_memcpy_s", referenced from:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _vm_memcpy in libcommon.a(vm_base.o)&lt;BR /&gt;&amp;nbsp; "_strncpy_s", referenced from:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _vm_string_strncpy in libcommon.a(vm_base.o)&lt;BR /&gt;&amp;nbsp; "_vsnprintf_s", referenced from:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _vm_string_vsnprintf in libcommon.a(vm_base.o)&lt;BR /&gt;ld: symbol(s) not found for architecture x86_64&lt;BR /&gt;clang: error: linker command failed with exit code 1 (use -v to see invocation)&lt;/P&gt;&lt;P&gt;I get the same results building with xcode project:&lt;/P&gt;&lt;P&gt;ian$ xcodebuild -project ipp_resize_mt.xcodeproj&lt;/P&gt;&lt;P&gt;Undefined symbols for architecture x86_64:&lt;BR /&gt;&amp;nbsp; "__vsctprintf", referenced from:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _vm_string_vsnprintf in libcommon.a(vm_base.o)&lt;BR /&gt;&amp;nbsp; "_memcpy_s", referenced from:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _vm_memcpy in libcommon.a(vm_base.o)&lt;BR /&gt;&amp;nbsp; "_strncpy_s", referenced from:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _vm_string_strncpy in libcommon.a(vm_base.o)&lt;BR /&gt;&amp;nbsp; "_vsnprintf_s", referenced from:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _vm_string_vsnprintf in libcommon.a(vm_base.o)&lt;BR /&gt;ld: symbol(s) not found for architecture x86_64&lt;BR /&gt;clang: error&lt;BR /&gt;: linker command failed with exit code 1 (use -v to see invocation)&lt;/P&gt;&lt;P&gt;** BUILD FAILED **&lt;BR /&gt;The following build commands failed:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Ld /opt/intel/compilers_and_libraries_2019.5.281/mac/ipp/components/examples_core/ipp_resize_mt/build/Release/ipp_resize_mt normal x86_64&lt;/P&gt;&lt;P&gt;And adding -O2 -DUSE_TBB:&lt;/P&gt;&lt;P&gt;ian$ clang++ src/ipp_resize_mt.cpp&amp;nbsp;-o&amp;nbsp;ipp_resize_mt&amp;nbsp;-O2 -DUSE_TBB&amp;nbsp;-I&amp;nbsp;$TBBROOT/include&amp;nbsp;-I&amp;nbsp;$IPPROOT/include&amp;nbsp;-I&amp;nbsp;$IPPROOT/components/common/include&amp;nbsp;&amp;nbsp;-L&amp;nbsp;$IPPROOT/lib&amp;nbsp;-lippi -lipps -lippcore&amp;nbsp;-lirc -lsvml -limf&amp;nbsp;-L&amp;nbsp;$TBBROOT/lib&amp;nbsp;-ltbb -stdlib=libc++ /opt/intel/compilers_and_libraries_2019.5.281/mac/ipp/components/common/build/Release/libcommon.a&lt;/P&gt;&lt;P&gt;Undefined symbols for architecture x86_64:&lt;BR /&gt;&amp;nbsp; "rml::pool_malloc(rml::MemoryPool*, unsigned long)", referenced from:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ResizeTBB::ResizeTBBTask::operator()(tbb::blocked_range2d&amp;lt;unsigned int, unsigned int&amp;gt;&amp;amp;) const in ipp_resize_mt-d7fbd8.o&lt;BR /&gt;&amp;nbsp; "rml::pool_destroy(rml::MemoryPool*)", referenced from:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ResizeTBB::~ResizeTBB() in ipp_resize_mt-d7fbd8.o&lt;BR /&gt;&amp;nbsp; "rml::pool_create_v1(long, rml::MemPoolPolicy const*, rml::MemoryPool**)", referenced from:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ResizeTBB::ResizeTBB() in ipp_resize_mt-d7fbd8.o&lt;BR /&gt;&amp;nbsp; "rml::pool_free(rml::MemoryPool*, void*)", referenced from:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ResizeTBB::ResizeTBBTask::operator()(tbb::blocked_range2d&amp;lt;unsigned int, unsigned int&amp;gt;&amp;amp;) const in ipp_resize_mt-d7fbd8.o&lt;BR /&gt;&amp;nbsp; "__vsctprintf", referenced from:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _vm_string_vsnprintf in libcommon.a(vm_base.o)&lt;BR /&gt;&amp;nbsp; "_memcpy_s", referenced from:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _vm_memcpy in libcommon.a(vm_base.o)&lt;BR /&gt;&amp;nbsp; "_scalable_free", referenced from:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tbb::interface6::memory_pool&amp;lt;tbb::scalable_allocator&amp;lt;unsigned char&amp;gt; &amp;gt;::deallocate_request(long, void*, unsigned long) in ipp_resize_mt-d7fbd8.o&lt;BR /&gt;&amp;nbsp; "_scalable_malloc", referenced from:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tbb::interface6::memory_pool&amp;lt;tbb::scalable_allocator&amp;lt;unsigned char&amp;gt; &amp;gt;::allocate_request(long, unsigned long&amp;amp;) in ipp_resize_mt-d7fbd8.o&lt;BR /&gt;&amp;nbsp; "_strncpy_s", referenced from:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _vm_string_strncpy in libcommon.a(vm_base.o)&lt;BR /&gt;&amp;nbsp; "_vsnprintf_s", referenced from:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _vm_string_vsnprintf in libcommon.a(vm_base.o)&lt;BR /&gt;ld: symbol(s) not found for architecture x86_64&lt;BR /&gt;clang: error: linker command failed with exit code 1 (use -v to see invocation)&lt;/P&gt;&lt;P&gt;Some Intel IPP online docs say to add -lirc -lsvml -limf, although I have a sense they're not used. When removing these lib links, the error does not change. Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2019 15:00:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/link-error-for-ipp-resize-mt-OSX-10-13-6/m-p/1174825#M27044</guid>
      <dc:creator>spence__ian</dc:creator>
      <dc:date>2019-10-04T15:00:05Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/link-error-for-ipp-resize-mt-OSX-10-13-6/m-p/1174826#M27045</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Just an update. Got rid of the ResizeTBB link errors by adding libtbbmalloc.dylib to: -L&amp;nbsp;$TBBROOT/lib&amp;nbsp;-l&amp;nbsp;tbb -l&amp;nbsp;tbbmalloc&lt;/P&gt;&lt;P&gt;Still have these errors though:&lt;/P&gt;&lt;P&gt;Undefined symbols for architecture x86_64:&lt;BR /&gt;&amp;nbsp; "__vsctprintf", referenced from:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _vm_string_vsnprintf in libcommon.a(vm_base.o)&lt;BR /&gt;&amp;nbsp; "_memcpy_s", referenced from:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _vm_memcpy in libcommon.a(vm_base.o)&lt;BR /&gt;&amp;nbsp; "_strncpy_s", referenced from:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _vm_string_strncpy in libcommon.a(vm_base.o)&lt;BR /&gt;&amp;nbsp; "_vsnprintf_s", referenced from:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _vm_string_vsnprintf in libcommon.a(vm_base.o)&lt;BR /&gt;ld: symbol(s) not found for architecture x86_64&lt;/P&gt;&lt;P&gt;Any suggestions would be welcome.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2019 19:08:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/link-error-for-ipp-resize-mt-OSX-10-13-6/m-p/1174826#M27045</guid>
      <dc:creator>spence__ian</dc:creator>
      <dc:date>2019-10-04T19:08:50Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/link-error-for-ipp-resize-mt-OSX-10-13-6/m-p/1174827#M27046</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Nailed it. There were a bunch of source files missing from Intel's supplied xcode project. All the source folder files need compiling.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Oct 2019 17:20:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/link-error-for-ipp-resize-mt-OSX-10-13-6/m-p/1174827#M27046</guid>
      <dc:creator>spence__ian</dc:creator>
      <dc:date>2019-10-05T17:20:26Z</dc:date>
    </item>
    <item>
      <title>the same issue as discussed</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/link-error-for-ipp-resize-mt-OSX-10-13-6/m-p/1174828#M27047</link>
      <description>&lt;P&gt;the same issue as discussed into this thread &lt;A href="https://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/825420" target="_blank"&gt;https://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/825420&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 01:55:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/link-error-for-ipp-resize-mt-OSX-10-13-6/m-p/1174828#M27047</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-10-08T01:55:00Z</dc:date>
    </item>
  </channel>
</rss>

