<?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 Static library missing symbol ___libm_sse2_sin in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Static-library-missing-symbol-libm-sse2-sin/m-p/805915#M3602</link>
    <description>&lt;P&gt;Hi Herrick, &lt;BR /&gt;&lt;BR /&gt;Could you please check if you have &lt;STRONG&gt;serial&lt;/STRONG&gt; IPPstatic library linked.&lt;BR /&gt;It's name should be like libipp*_l.a, which don't depend libiomp5.a. &lt;BR /&gt;For example, link libippcore_&lt;STRONG&gt;l&lt;/STRONG&gt;.a instead of libippcore.a, which is a symlink to ipp*_t.a (threaded library). &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ying &lt;/P&gt;</description>
    <pubDate>Fri, 08 Jul 2011 03:26:53 GMT</pubDate>
    <dc:creator>Ying_H_Intel</dc:creator>
    <dc:date>2011-07-08T03:26:53Z</dc:date>
    <item>
      <title>Static library missing symbol ___libm_sse2_sin</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Static-library-missing-symbol-libm-sse2-sin/m-p/805905#M3592</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am using the IPP 7.0.4 version of the library on Mac OSX 10.6.&lt;BR /&gt;I am statically linking the IPP / UMC H264 video decoder into our application with all the static libraries needed. I am still seeing one missing symbol (error from g++ 4.2.1):&lt;BR /&gt;&lt;BR /&gt;Undefined symbols:&lt;BR /&gt; "___libm_sse2_sin", referenced from:&lt;BR /&gt; _ownResizeInitAALAd in libippi.a(piresaa_split_p8_ownResizeInitAAD.o)&lt;BR /&gt; _ownResizeInitAALA in libippi.a(piresaa_split_v8_ownResizeInitAA.o)&lt;BR /&gt; _ownResizeInitAALAd in libippi.a(piresaa_split_w7_ownResizeInitAAD.o)&lt;BR /&gt; _ownResizeInitAALA in libippi.a(piresaa_split_p8_ownResizeInitAA.o)&lt;BR /&gt; _ownResizeInitAALA in libippi.a(piresaa_split_w7_ownResizeInitAA.o)&lt;BR /&gt; _ownResizeInitAALAd in libippi.a(piresaa_split_v8_ownResizeInitAAD.o)&lt;BR /&gt;&lt;BR /&gt;I have run "nm" on all IPP .a files in the library, and this symbol is not defined. I did find the symbol however, in several of the dynamic libs including the "libippacv8-7.0.dylib", but with local "t" scope with means it is not externally accessible. So, I am currently unable to link statically at all.&lt;BR /&gt;&lt;BR /&gt;We very much want to link this all statically without external dependencies. Do you also see this symbol missing from the static versions of the IPP library? If so, how do I request an updated version that includes it?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Herrick&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jun 2011 23:28:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Static-library-missing-symbol-libm-sse2-sin/m-p/805905#M3592</guid>
      <dc:creator>Herrick_Muhlestein</dc:creator>
      <dc:date>2011-06-13T23:28:57Z</dc:date>
    </item>
    <item>
      <title>Static library missing symbol ___libm_sse2_sin</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Static-library-missing-symbol-libm-sse2-sin/m-p/805906#M3593</link>
      <description>&lt;P&gt;Herrick, &lt;/P&gt;&lt;P&gt;The symbols are in the compiler runtime libraries. Add the compiler runtime libraries(libimf.a) at /composerxe-2011.4.191/compiler/lib/ folder, and see how it works&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao &lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2011 10:39:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Static-library-missing-symbol-libm-sse2-sin/m-p/805906#M3593</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2011-06-16T10:39:26Z</dc:date>
    </item>
    <item>
      <title>Static library missing symbol ___libm_sse2_sin</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Static-library-missing-symbol-libm-sse2-sin/m-p/805907#M3594</link>
      <description>Chao,&lt;BR /&gt;&lt;BR /&gt;The symbol is not there. Do you see it when you run "nm" on that library?&lt;BR /&gt;I ran this command: &lt;BR /&gt;&lt;BR /&gt;nm /opt/intel/composerxe-2011.4.184/compiler/lib/libimf.a | grep ___libm_sse2_sin&lt;BR /&gt;&lt;BR /&gt;Which only includes entries for "___libm_sse2_sincos" not "___libm_sse2_sin":&lt;BR /&gt;Output:&lt;BR /&gt; U ___libm_sse2_sincos&lt;BR /&gt; U ___libm_sse2_sincos&lt;BR /&gt; U ___libm_sse2_sincos&lt;BR /&gt; U ___libm_sse2_sincosf&lt;BR /&gt; U ___libm_sse2_sincos&lt;BR /&gt;0000000000000000 T ___libm_sse2_sincos&lt;BR /&gt;0000000000001678 S ___libm_sse2_sincos.eh&lt;BR /&gt; U ___libm_sse2_sincos&lt;BR /&gt;0000000000000000 T ___libm_sse2_sincosf&lt;BR /&gt;0000000000000698 S ___libm_sse2_sincosf.eh&lt;BR /&gt; U ___libm_sse2_sincos&lt;BR /&gt; U ___libm_sse2_sincos&lt;BR /&gt; U ___libm_sse2_sincos&lt;BR /&gt; U ___libm_sse2_sincos&lt;BR /&gt; U ___libm_sse2_sincos&lt;BR /&gt; U ___libm_sse2_sincos&lt;BR /&gt; U ___libm_sse2_sincos&lt;BR /&gt; U ___libm_sse2_sincos&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Herrick&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Jun 2011 01:15:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Static-library-missing-symbol-libm-sse2-sin/m-p/805907#M3594</guid>
      <dc:creator>Herrick_Muhlestein</dc:creator>
      <dc:date>2011-06-17T01:15:57Z</dc:date>
    </item>
    <item>
      <title>Static library missing symbol ___libm_sse2_sin</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Static-library-missing-symbol-libm-sse2-sin/m-p/805908#M3595</link>
      <description>Hi Herrick,&lt;BR /&gt;&lt;BR /&gt;Are you build a 32bit application, right? If yes, could you checkif you have the directory like/opt/intel/composerxe-2011.4.184/compiler/lib/ia32 installed? &lt;BR /&gt;&lt;BR /&gt;As i know, the symbols is required and provided by 32bit libimf.a, no requiredby 64 bit application.&lt;BR /&gt;&lt;BR /&gt;[ ia32]$ nm libimf.a | grep __libm_sse2_sin&lt;BR /&gt;0000000000000000 T __libm_sse2_sincosf&lt;BR /&gt;0000000000000000 T __libm_sse2_sincos&lt;BR /&gt;0000000000000000 T __libm_sse2_sinf&lt;BR /&gt;0000000000000000 T __libm_sse2_sin&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying &lt;BR /&gt;</description>
      <pubDate>Fri, 17 Jun 2011 04:04:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Static-library-missing-symbol-libm-sse2-sin/m-p/805908#M3595</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2011-06-17T04:04:16Z</dc:date>
    </item>
    <item>
      <title>Static library missing symbol ___libm_sse2_sin</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Static-library-missing-symbol-libm-sse2-sin/m-p/805909#M3596</link>
      <description>Hi Ying,&lt;BR /&gt;&lt;BR /&gt;I am indeed building this as a 32-bit application. I see both "ia32" and "intel64" directories under "/opt/intel/composerxe-2011.4.184/compiler/lib".&lt;BR /&gt;&lt;BR /&gt;Running "file libimf.a" produces:&lt;BR /&gt;libimf.a: Mach-O universal binary with 2 architectures&lt;BR /&gt;libimf.a (for architecture x86_64): current ar archive random library&lt;BR /&gt;libimf.a (for architecture i386): current ar archive&lt;BR /&gt;&lt;BR /&gt;Then if I run nm as "nm -arch i386 libimf.a|grep ___libm_sse2_sin" &lt;BR /&gt;&lt;BR /&gt;I do finally see the output you show above.&lt;BR /&gt;00000040 T ___libm_sse2_sin&lt;BR /&gt;00000040 T ___libm_sse2_sincos&lt;BR /&gt;00000010 T ___libm_sse2_sincosf&lt;BR /&gt;00000010 T ___libm_sse2_sinf&lt;BR /&gt;&lt;BR /&gt;I added the libimf.a to the build and it works!&lt;BR /&gt;&lt;BR /&gt;Thanks again!&lt;BR /&gt;Herrick&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Jun 2011 18:25:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Static-library-missing-symbol-libm-sse2-sin/m-p/805909#M3596</guid>
      <dc:creator>Herrick_Muhlestein</dc:creator>
      <dc:date>2011-06-17T18:25:10Z</dc:date>
    </item>
    <item>
      <title>Static library missing symbol ___libm_sse2_sin</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Static-library-missing-symbol-libm-sse2-sin/m-p/805910#M3597</link>
      <description>&lt;TABLE class="hor"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD colspan="4" width="100%" class="post_content"&gt;&lt;B&gt;Static library missing symbol ___libm_sse2_sin&lt;/B&gt;&lt;BR /&gt;&lt;HR size="0" /&gt;I am re-linking all static libraries with my own .a and I am seeing this error from ld:&lt;BR /&gt;&lt;BR /&gt;/usr/bin/libtool: for architecture i386 object: /opt/intel/composerxe-2011.4.184/compiler/lib/libiomp5.a(iomp.o) malformed object (LC_SEGMENT command 0 filesize field greater than vmsize field)&lt;BR /&gt;&lt;BR /&gt;Am I missing another .a file to link against?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Herrick&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" colspan="4"&gt;&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=83673&amp;amp;p=1#" onclick="return editpost(153064);"&gt;Edit&lt;/A&gt; | &lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=83673&amp;amp;p=1#" onclick="deletepost(153064)"&gt;Delete&lt;/A&gt; | &lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=83673&amp;amp;p=1#" onclick="return replypost(153064);"&gt;Reply&lt;/A&gt; | &lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=83673&amp;amp;p=1#" onclick="reportabusepost(153064)"&gt;Report Abuse&lt;/A&gt;| &lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=83673&amp;amp;p=1#" onclick="bestanswerpost(153064)"&gt;Mark as Best Answer&lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR class="clear_both_max" /&gt;&lt;A name="153248"&gt;&lt;/A&gt;&lt;TABLE class="hor"&gt;&lt;THEAD&gt;&lt;TR&gt;&lt;TH align="left" width="30%" class="thread-col forum_sub_header"&gt;&lt;A jquery1308626378298="54" rel="/services/profile/plugins/quick_login.php?user_id=404199" href="http://software.intel.com/en-us/forums/showthread.php?t=83673&amp;amp;p=1#" class="basic"&gt;&lt;/A&gt;&lt;A jquery1308626378298="55" rel="/en-us/services/profile/quick_profile.php?is_paid=NO&amp;amp;user_id=404199" href="http://software.intel.com/en-us/profile/404199/" class="basic"&gt;Ying H (Intel)&lt;/A&gt;&lt;IMG src="http://software.intel.com/media/images/brown.gif" border="0" /&gt;&lt;A&gt;&lt;/A&gt;&lt;/TH&gt;&lt;TH align="left" width="30%" class="thread-col forum_sub_header"&gt;June 20, 2011 10:09 PM PDT &lt;/TH&gt;&lt;TH width="20%" class="last-post-title forum_sub_header"&gt;&lt;DIV&gt;Rate&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;INPUT name="r_r_153248" type="hidden" /&gt; &lt;DIV onclick="alertstuff(this);" title="Rating is disabled!
Current Score: 0 out of 0 users" class="star_readonly star_group_r_r_153248 star"&gt;&lt;A title="Rating is disabled!
Current Score: 0 out of 0 users"&gt;Rating is disabled! Current Score: 0 out of 0 users&lt;/A&gt;&lt;/DIV&gt;&lt;DIV onclick="alertstuff(this);" title="Rating is disabled!
Current Score: 0 out of 0 users" class="star_readonly star_group_r_r_153248 star"&gt;&lt;A title="Rating is disabled!
Current Score: 0 out of 0 users"&gt;Rating is disabled! Current Score: 0 out of 0 users&lt;/A&gt;&lt;/DIV&gt;&lt;DIV onclick="alertstuff(this);" title="Rating is disabled!
Current Score: 0 out of 0 users" class="star_readonly star_group_r_r_153248 star"&gt;&lt;A title="Rating is disabled!
Current Score: 0 out of 0 users"&gt;Rating is disabled! Current Score: 0 out of 0 users&lt;/A&gt;&lt;/DIV&gt;&lt;DIV onclick="alertstuff(this);" title="Rating is disabled!
Current Score: 0 out of 0 users" class="star_readonly star_group_r_r_153248 star"&gt;&lt;A title="Rating is disabled!
Current Score: 0 out of 0 users"&gt;Rating is disabled! Current Score: 0 out of 0 users&lt;/A&gt;&lt;/DIV&gt;&lt;DIV onclick="alertstuff(this);" title="Rating is disabled!
Current Score: 0 out of 0 users" class="star_readonly star_group_r_r_153248 star"&gt;&lt;A title="Rating is disabled!
Current Score: 0 out of 0 users"&gt;Rating is disabled! Current Score: 0 out of 0 users&lt;/A&gt;&lt;/DIV&gt;&lt;INPUT type="hidden" value="2" id="hdn_module_153248" /&gt;&lt;INPUT type="hidden" value="153248" id="hdn_source_153248" /&gt;&lt;INPUT type="hidden" value="1" id="hdn_language_153248" /&gt;&lt;INPUT type="hidden" value="404199" id="hdn_author_153248" /&gt;&lt;INPUT type="hidden" id="hdn_c_153248" /&gt;&lt;/TH&gt;&lt;TH align="right" width="20%" class="last-post-date forum_sub_header"&gt;&lt;A href="http://software.intel.com/en-us/forums/showpost.php?p=153248"&gt;&lt;B&gt;#2&lt;/B&gt;&lt;/A&gt; &lt;INPUT name="movepost[]" type="checkbox" value="153248" onclick="setpostcookie(this.checked, this.value)" id="movepost[]" /&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD colspan="4" width="100%" class="post_content"&gt;&lt;B&gt;Static library missing symbol ___libm_sse2_sin&lt;/B&gt;&lt;BR /&gt;&lt;HR size="0" /&gt;&lt;P&gt;Hi Herrick, &lt;BR /&gt;&lt;BR /&gt;I'd like transfer the issue to Intel ComposerXE forum, wheresome compilerdevelopermay help on the IntelOpenMP library libiomp5.a.&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=83673"&gt;http://software.intel.com/en-us/forums/showthread.php?t=83673&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;A temp workaroundmay be- to avoid to use the static OpenMP library. &lt;BR /&gt;for example, just link ipp*_l.lib in your own.a. All ipp*_l.ib issequential library, whichdon'trequire the libiomp5* library.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Ying H&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 21 Jun 2011 05:21:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Static-library-missing-symbol-libm-sse2-sin/m-p/805910#M3597</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2011-06-21T05:21:21Z</dc:date>
    </item>
    <item>
      <title>Static library missing symbol ___libm_sse2_sin</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Static-library-missing-symbol-libm-sse2-sin/m-p/805911#M3598</link>
      <description>I tried statically linking without the libiomp5.a library, and I get missing symbols that only seem to be defined in the libiomp5 library:&lt;BR /&gt;&lt;BR /&gt;Undefined symbols:&lt;BR /&gt; "___kmpc_barrier", referenced from:&lt;BR /&gt; _w7_ippiResizeSqrPixel_16u_C1R in libippi.a(piresize2_split_w7_ippiResizeSqrPixel_16u_C1R.o)&lt;BR /&gt;...&lt;BR /&gt;"___kmpc_fork_call", referenced from:&lt;BR /&gt; _w7_ippiResizeSqrPixel_16u_C1R in libippi.a(piresize2_split_w7_ippiResizeSqrPixel_16u_C1R.o)&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;"_omp_get_num_procs", referenced from:&lt;BR /&gt; _ippStaticInitCpu in libippcore.a(ippmrgjump.o)&lt;BR /&gt;...&lt;BR /&gt;"_omp_get_max_threads", referenced from:&lt;BR /&gt; _ippStaticInitCpu in libippcore.a(ippmrgjump.o)&lt;BR /&gt;&lt;BR /&gt;Thoughts?&lt;BR /&gt;Thanks for your time,&lt;BR /&gt;Herrick</description>
      <pubDate>Thu, 23 Jun 2011 20:45:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Static-library-missing-symbol-libm-sse2-sin/m-p/805911#M3598</guid>
      <dc:creator>Herrick_Muhlestein</dc:creator>
      <dc:date>2011-06-23T20:45:38Z</dc:date>
    </item>
    <item>
      <title>Static library missing symbol ___libm_sse2_sin</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Static-library-missing-symbol-libm-sse2-sin/m-p/805912#M3599</link>
      <description>Ying,&lt;BR /&gt;&lt;BR /&gt;Like I mentioned above, if I statically link to the ipp libraries, and not the libiomp5 library as you suggest, I get the above linker errors.&lt;BR /&gt;Some other library used by the H264 decoder must be requiring the libiomp5 or a library that requires it.&lt;BR /&gt;&lt;BR /&gt;I have not heard any response from the compiler team regarding the new thread you created. Could you please advise the best thing to try at this point?&lt;BR /&gt;&lt;BR /&gt;As I mentioned in the complier forum thread, the libiomp5.a file seems to be unknown to the gcc/ld/nm toolchain.&lt;BR /&gt;&lt;BR /&gt;Please let me know if you can assist.&lt;BR /&gt;Thanks,&lt;BR /&gt;Herrick</description>
      <pubDate>Tue, 05 Jul 2011 17:21:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Static-library-missing-symbol-libm-sse2-sin/m-p/805912#M3599</guid>
      <dc:creator>Herrick_Muhlestein</dc:creator>
      <dc:date>2011-07-05T17:21:45Z</dc:date>
    </item>
    <item>
      <title>Static library missing symbol ___libm_sse2_sin</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Static-library-missing-symbol-libm-sse2-sin/m-p/805913#M3600</link>
      <description>Hi Herrick, 

  One possible workaround is to link the dynamic library libiomp5.so.  As the artice mentioned, 
 &lt;&gt;&lt;/&gt;, 
the static libiomp5.a library is deprecated for a while and i'm ask compiler engineer to see if any issue with libiomp5.a. 

You may try it and let us know if any result. 

Regards,
Ying</description>
      <pubDate>Wed, 06 Jul 2011 02:59:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Static-library-missing-symbol-libm-sse2-sin/m-p/805913#M3600</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2011-07-06T02:59:43Z</dc:date>
    </item>
    <item>
      <title>Static library missing symbol ___libm_sse2_sin</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Static-library-missing-symbol-libm-sse2-sin/m-p/805914#M3601</link>
      <description>&lt;A href="http://software.intel.com/en-us/articles/openmp-support-changes-in-intel-performance-libraries/"&gt;http://software.intel.com/en-us/articles/openmp-support-changes-in-intel-performance-libraries/&lt;/A&gt;</description>
      <pubDate>Wed, 06 Jul 2011 03:05:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Static-library-missing-symbol-libm-sse2-sin/m-p/805914#M3601</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2011-07-06T03:05:04Z</dc:date>
    </item>
    <item>
      <title>Static library missing symbol ___libm_sse2_sin</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Static-library-missing-symbol-libm-sse2-sin/m-p/805915#M3602</link>
      <description>&lt;P&gt;Hi Herrick, &lt;BR /&gt;&lt;BR /&gt;Could you please check if you have &lt;STRONG&gt;serial&lt;/STRONG&gt; IPPstatic library linked.&lt;BR /&gt;It's name should be like libipp*_l.a, which don't depend libiomp5.a. &lt;BR /&gt;For example, link libippcore_&lt;STRONG&gt;l&lt;/STRONG&gt;.a instead of libippcore.a, which is a symlink to ipp*_t.a (threaded library). &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ying &lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2011 03:26:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Static-library-missing-symbol-libm-sse2-sin/m-p/805915#M3602</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2011-07-08T03:26:53Z</dc:date>
    </item>
    <item>
      <title>Static library missing symbol ___libm_sse2_sin</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Static-library-missing-symbol-libm-sse2-sin/m-p/805916#M3603</link>
      <description>Ying,&lt;BR /&gt;&lt;BR /&gt;Thanks, the static build now completes, but I am now seeing hundreds of warnings like this when I relink all .a files together:&lt;BR /&gt;&lt;BR /&gt;/usr/bin/libtool: warning for architecture: x86_64 same member name (pvcvc1transformfwdm7as.o) in output file used for input files: .../libippvc_l.a(pvcvc1transformfwdm7as.o) and: .../libippvc_l.a(pvcvc1transformfwdm7as.o) due to use of basename, truncation and blank padding&lt;BR /&gt;&lt;BR /&gt;Is this due to the mix of both i386 and x86_64 binaries in the .a files?&lt;BR /&gt;&lt;BR /&gt;It seems to be working regardless, but I would like to understand the warning and remove it.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Herrick</description>
      <pubDate>Tue, 12 Jul 2011 21:44:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Static-library-missing-symbol-libm-sse2-sin/m-p/805916#M3603</guid>
      <dc:creator>Herrick_Muhlestein</dc:creator>
      <dc:date>2011-07-12T21:44:21Z</dc:date>
    </item>
    <item>
      <title>Static library missing symbol ___libm_sse2_sin</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Static-library-missing-symbol-libm-sse2-sin/m-p/805917#M3604</link>
      <description>&lt;P&gt;Hi Herrick, &lt;BR /&gt;&lt;BR /&gt;"Is this due to the mix of both i386 and x86_64 binaries in the .a files?"&lt;/P&gt;&lt;P&gt;I think no, FAT technology is stable and should not generate any issue.&lt;/P&gt;&lt;P&gt;Probably the issue with "when I relink all .a files together"? Could you please list the exact command line? &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ying &lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2011 00:49:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Static-library-missing-symbol-libm-sse2-sin/m-p/805917#M3604</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2011-07-14T00:49:08Z</dc:date>
    </item>
  </channel>
</rss>

