<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 184: PLplot not building with Intel Compilers</title><link>https://sourceforge.net/p/plplot/bugs/184/</link><description>Recent changes to 184: PLplot not building with Intel Compilers</description><atom:link href="https://sourceforge.net/p/plplot/bugs/184/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 29 Mar 2017 17:19:22 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/plplot/bugs/184/feed.rss" rel="self" type="application/rss+xml"/><item><title>PLplot not building with Intel Compilers</title><link>https://sourceforge.net/p/plplot/bugs/184/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am relatively new to linux, fortran, c and cmake so excuse me if this query has a simple solution.&lt;/p&gt;
&lt;p&gt;I am trying to build PLplot from source using Intel Compilers (ifort and icc - both version 17.0.1). I have added both to the .bashrc script making them the default compilers.&lt;/p&gt;
&lt;p&gt;The exact sequence of commands I used for the install are:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;tar xf plplot-5.12.0.tar.gz&lt;/li&gt;
&lt;li&gt;mkdir build_dir&lt;/li&gt;
&lt;li&gt;mkdir install_dir&lt;/li&gt;
&lt;li&gt;cd build_dir&lt;/li&gt;
&lt;li&gt;cmake -DCMAKE_INSTALL_PREFIX=~/Desktop/Project/PLPLOT/install_dir ~/Desktop/Project/PLPLOT/plplot-5.12.0 &amp;gt;&amp;amp; cmake.out&lt;/li&gt;
&lt;li&gt;less cmake.out&lt;/li&gt;
&lt;li&gt;make VERBOSE=1 &amp;gt;&amp;amp; make.out&lt;/li&gt;
&lt;li&gt;less make.out&lt;/li&gt;
&lt;li&gt;make VERBOSE=1 install &amp;gt;&amp;amp; make_install.out&lt;/li&gt;
&lt;li&gt;less make_install.out&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The cmake compiles successfully. But the make (command #7) runs into the following error:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;[ 77%]&lt;/span&gt; Linking C executable test-drv-info&lt;br/&gt;
ld: warning: libimf.so, needed by ../src/libplplot.so.14.0.0 not found&lt;br/&gt;
ld: warning: libsvml.so, needed by ../src/libplplot.so.14.0.0 not found&lt;br/&gt;
ld: warning: libirng.so, needed by ../src/libplplot.so.14.0.0 not found&lt;br/&gt;
ld: warning: libintlc.so.5, needed by ../src/libplplot.so.14.0.0 not found&lt;br/&gt;
ld: test-drv-info: hidden symbol &lt;code&gt;__intel_cpu_feature_indicator_x&lt;/code&gt; in &amp;lt;path_to_libirc.a(cpu_feature.disp.o) is referenced by DSO&lt;br/&gt;
ld: final link failed: Bad value&lt;/p&gt;
&lt;p&gt;Are there any stages in the build that I am missing?&lt;/p&gt;
&lt;p&gt;P.S. The build sequence works with gcc and gfortran as the default compilers. The c examples compile perfectly with gcc and icc, the f95 examples compile perfectly with gfortran. However, they do not compile with ifort and display an error "The module was not built with any version of this compiler". If someone could also clarify why icc works but ifort does not?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shaneil Patel</dc:creator><pubDate>Wed, 29 Mar 2017 17:19:22 -0000</pubDate><guid>https://sourceforge.net2b096e898f55a8d3d00c7461cb5c67c05a06bf2f</guid></item></channel></rss>