<?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 Undefined references when linking to mkl with ifort ver. 8.0. Is there a missing library? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Undefined-references-when-linking-to-mkl-with-ifort-ver-8-0-Is/m-p/918463#M12805</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I get the following message when linking my program.&lt;BR /&gt;&lt;BR /&gt;-----------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `z_abs'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `c_sqrt'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `z_exp'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `c_exp'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `z_sqrt'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `s_cat'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `c_abs'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `s_copy'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `z_abs'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `c_sqrt'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `z_exp'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `c_exp'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `z_sqrt'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `s_cat'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `c_abs'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `s_copy'&lt;BR /&gt;&lt;BR /&gt;---------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;It seems that there are some subroutines that should come from a not specified library. Is that the case? And what can be done?&lt;BR /&gt;&lt;BR /&gt;My calling sequence looks like this:&lt;BR /&gt;ifort80 -o seam.x seam.o nr.o rddata.o supprt.o extern.o prutil.o -L/usr/local/lib/intel/intel_cc_80/lib/ -lguide -L/usr/local/lib/intel/mkl/lib/32 -lmkl_lapack64 -lmkl&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Mikkel</description>
    <pubDate>Thu, 20 Jan 2005 01:57:12 GMT</pubDate>
    <dc:creator>mihan99</dc:creator>
    <dc:date>2005-01-20T01:57:12Z</dc:date>
    <item>
      <title>Undefined references when linking to mkl with ifort ver. 8.0. Is there a missing library?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Undefined-references-when-linking-to-mkl-with-ifort-ver-8-0-Is/m-p/918463#M12805</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I get the following message when linking my program.&lt;BR /&gt;&lt;BR /&gt;-----------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `z_abs'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `c_sqrt'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `z_exp'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `c_exp'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `z_sqrt'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `s_cat'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `c_abs'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `s_copy'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `z_abs'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `c_sqrt'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `z_exp'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `c_exp'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `z_sqrt'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `s_cat'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `c_abs'&lt;BR /&gt;/usr/local/lib/intel/mkl/lib/32/libmkl_lapack64.so: undefined reference to `s_copy'&lt;BR /&gt;&lt;BR /&gt;---------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;It seems that there are some subroutines that should come from a not specified library. Is that the case? And what can be done?&lt;BR /&gt;&lt;BR /&gt;My calling sequence looks like this:&lt;BR /&gt;ifort80 -o seam.x seam.o nr.o rddata.o supprt.o extern.o prutil.o -L/usr/local/lib/intel/intel_cc_80/lib/ -lguide -L/usr/local/lib/intel/mkl/lib/32 -lmkl_lapack64 -lmkl&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Mikkel</description>
      <pubDate>Thu, 20 Jan 2005 01:57:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Undefined-references-when-linking-to-mkl-with-ifort-ver-8-0-Is/m-p/918463#M12805</guid>
      <dc:creator>mihan99</dc:creator>
      <dc:date>2005-01-20T01:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined references when linking to mkl with ifort ver. 8.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Undefined-references-when-linking-to-mkl-with-ifort-ver-8-0-Is/m-p/918464#M12806</link>
      <description>&lt;DIV&gt;Which version of MKL are you using? I don't see those symbols in 7.0 or 7.2 for example. &lt;/DIV&gt;
&lt;DIV&gt;-Todd&lt;/DIV&gt;</description>
      <pubDate>Sat, 22 Jan 2005 02:19:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Undefined-references-when-linking-to-mkl-with-ifort-ver-8-0-Is/m-p/918464#M12806</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2005-01-22T02:19:25Z</dc:date>
    </item>
  </channel>
</rss>

