<?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: Error with static compiles on RHEL3 in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-with-static-compiles-on-RHEL3/m-p/761667#M17154</link>
    <description>It is sufficient that you add -lunwind&lt;BR /&gt;to solve this problem.</description>
    <pubDate>Tue, 07 Feb 2006 19:18:02 GMT</pubDate>
    <dc:creator>attaccalite</dc:creator>
    <dc:date>2006-02-07T19:18:02Z</dc:date>
    <item>
      <title>Error with static compiles on RHEL3</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-with-static-compiles-on-RHEL3/m-p/761666#M17153</link>
      <description>&lt;P&gt;We're trying to doa static compile on a simple program with the following options to the compiler:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ifc -W0 -Vaxlib -static nodetest.for&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;We want to do a static compile for maximum portability, and we really, really don't want support for threads included. Unfortunately we get these "undefined reference" errors:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;/opt/intel/compiler70/ia32/lib/libIEPCF90.a(fstop.o)(.text+0xb8): In function `libi_exit':&lt;BR /&gt;: undefined reference to `pthread_self'&lt;BR /&gt;/opt/intel/compiler70/ia32/lib/libIEPCF90.a(fstop.o)(.text+0xc4): In function `libi_exit':&lt;BR /&gt;: undefined reference to `pthread_equal'&lt;BR /&gt;/opt/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x23): In function `f_claim_mutex':&lt;BR /&gt;: undefined reference to `pthread_mutex_lock'&lt;BR /&gt;/opt/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x33): In function `f_exitthread':&lt;BR /&gt;: undefined reference to `pthread_exit'&lt;BR /&gt;/opt/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x53): In function `f_release_mutex':&lt;BR /&gt;: undefined reference to `pthread_mutex_unlock'&lt;BR /&gt;/opt/intel/compiler70/ia32/lib/libIEPCF90.a(f90init.o)(.text+0x1b): In function `f90_init':&lt;BR /&gt;: undefined reference to `pthread_self'&lt;BR /&gt;/opt/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x9b): In function `std::set_unexpected(void (*)())':&lt;BR /&gt;: undefined reference to `pthread_mutex_lock'&lt;BR /&gt;/opt/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0xb3): In function `std::set_unexpected(void (*)())':&lt;BR /&gt;: undefined reference to `pthread_mutex_unlock'&lt;BR /&gt;/opt/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x125): In function `std::set_terminate(void (*)())':&lt;BR /&gt;: undefined reference to `pthread_mutex_lock'&lt;BR /&gt;/opt/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x13d): In function `std::set_terminate(void (*)())':&lt;BR /&gt;: undefined reference to `pthread_mutex_unlock'&lt;BR /&gt;/opt/intel/compiler70/ia32/lib/libcxa.a(newhandler.o)(.text+0xd): In function `std::set_new_handler(void (*)())':&lt;BR /&gt;: undefined reference to `pthread_mutex_lock'&lt;BR /&gt;/opt/intel/compiler70/ia32/lib/libcxa.a(newhandler.o)(.text+0x25): In function `std::set_new_handler(void (*)())':&lt;BR /&gt;: undefined reference to `pthread_mutex_unlock'&lt;BR /&gt;/opt/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x2f): In function `_eh_get_lock':&lt;BR /&gt;: undefined reference to `pthread_mutex_lock'&lt;BR /&gt;/opt/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x42): In function `.B1.2':&lt;BR /&gt;: undefined reference to `pthread_mutex_lock'&lt;BR /&gt;/opt/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x63): In function `_eh_release_lock':&lt;BR /&gt;: undefined reference to `pthread_mutex_unlock'&lt;BR /&gt;/opt/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x76): In function `.B2.2':&lt;BR /&gt;: undefined reference to `pthread_mutex_unlock'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Any advice?&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2005 01:04:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-with-static-compiles-on-RHEL3/m-p/761666#M17153</guid>
      <dc:creator>galtons</dc:creator>
      <dc:date>2005-05-26T01:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error with static compiles on RHEL3</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-with-static-compiles-on-RHEL3/m-p/761667#M17154</link>
      <description>It is sufficient that you add -lunwind&lt;BR /&gt;to solve this problem.</description>
      <pubDate>Tue, 07 Feb 2006 19:18:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-with-static-compiles-on-RHEL3/m-p/761667#M17154</guid>
      <dc:creator>attaccalite</dc:creator>
      <dc:date>2006-02-07T19:18:02Z</dc:date>
    </item>
  </channel>
</rss>

