<?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 Re: final link failed: Nonrepresentable section on output in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/final-link-failed-Nonrepresentable-section-on-output/m-p/756051#M11538</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/367365"&gt;tim18&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; Quoting more than one of those searches:&lt;BR /&gt;
&lt;/EM&gt;&lt;PRE&gt;&lt;EM&gt;"usually means you built one of those shared libraries directly with ld"&lt;BR /&gt;&lt;BR /&gt;but you didn't show how you did it.   Anyway, the searched references tell you that linking non-shared libraries into a .so as you have done will produce this result.&lt;/EM&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Thank you. I had seen that but missed it. It did allow a proper link. My problem is that I do not understand why this is the case, A lot of the searches were, as I said, about gcc but this code compliles and links correctly with gcc and gfortran using ld to get the library. The code also compliled and linked correctly years ago with icc/ifort version 8 using ld. Using ifort in place of ld to link is tricky if you are using specific ld arguments. Thanks for your help. I now have it linked but have other problems I did not have with gcc/gfortran.&lt;BR /&gt;</description>
    <pubDate>Mon, 08 Jun 2009 00:18:46 GMT</pubDate>
    <dc:creator>b_duke</dc:creator>
    <dc:date>2009-06-08T00:18:46Z</dc:date>
    <item>
      <title>final link failed: Nonrepresentable section on output</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/final-link-failed-Nonrepresentable-section-on-output/m-p/756049#M11536</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I have 11.00 083 ifort and icc on Ubuntu 9.04. I am getting the following link problem.&lt;BR /&gt;&lt;BR /&gt;ifort -o xxx yyy.o zzz.so&lt;BR /&gt;ld: xxx: hidden symbol `__svml_sin2' in /opt/intel/Compiler/11.0/083/lib/ia32/libsvml.a(svml_dsin2.o) is referenced by DSO&lt;BR /&gt;ld: final link failed: Nonrepresentable section on output&lt;BR /&gt;&lt;BR /&gt;zzz.so is in the current directory and has just been created from a set of C and Fortran77 routines, mostly the latter. yyy.o is created by ifort.&lt;BR /&gt;&lt;BR /&gt;I get this link error using icc for the C routines, but also exactly the same using gcc 4.3.3. Searching gave me some similar problems, but they were mostly about gcc libraries. None he;lped me to fix this problem or even understand it. Can anyone point me in the right direction.&lt;BR /&gt;&lt;BR /&gt;Regards, Brian (b_duke)</description>
      <pubDate>Sun, 07 Jun 2009 06:33:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/final-link-failed-Nonrepresentable-section-on-output/m-p/756049#M11536</guid>
      <dc:creator>b_duke</dc:creator>
      <dc:date>2009-06-07T06:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: final link failed: Nonrepresentable section on output</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/final-link-failed-Nonrepresentable-section-on-output/m-p/756050#M11537</link>
      <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
Quoting more than one of those searches:&lt;BR /&gt;
&lt;PRE&gt;"usually means you built one of those shared libraries directly with ld"&lt;BR /&gt;&lt;BR /&gt;but you didn't show how you did it.   Anyway, the searched references tell you that linking non-shared libraries into a .so as you have done will produce this result.&lt;/PRE&gt;</description>
      <pubDate>Sun, 07 Jun 2009 10:15:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/final-link-failed-Nonrepresentable-section-on-output/m-p/756050#M11537</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-06-07T10:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: final link failed: Nonrepresentable section on output</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/final-link-failed-Nonrepresentable-section-on-output/m-p/756051#M11538</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/367365"&gt;tim18&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; Quoting more than one of those searches:&lt;BR /&gt;
&lt;/EM&gt;&lt;PRE&gt;&lt;EM&gt;"usually means you built one of those shared libraries directly with ld"&lt;BR /&gt;&lt;BR /&gt;but you didn't show how you did it.   Anyway, the searched references tell you that linking non-shared libraries into a .so as you have done will produce this result.&lt;/EM&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Thank you. I had seen that but missed it. It did allow a proper link. My problem is that I do not understand why this is the case, A lot of the searches were, as I said, about gcc but this code compliles and links correctly with gcc and gfortran using ld to get the library. The code also compliled and linked correctly years ago with icc/ifort version 8 using ld. Using ifort in place of ld to link is tricky if you are using specific ld arguments. Thanks for your help. I now have it linked but have other problems I did not have with gcc/gfortran.&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Jun 2009 00:18:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/final-link-failed-Nonrepresentable-section-on-output/m-p/756051#M11538</guid>
      <dc:creator>b_duke</dc:creator>
      <dc:date>2009-06-08T00:18:46Z</dc:date>
    </item>
  </channel>
</rss>

