<?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 Hi Angelina. in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Error-compiling-Cilk-Plus-runtime/m-p/953189#M20114</link>
    <description>&lt;P&gt;Hi Angelina.&lt;/P&gt;

&lt;P&gt;It's probably easiest to use the version of the Cilk Runtime off of&amp;nbsp;&lt;A href="http://cilkplus.org"&gt;http://cilkplus.org&lt;/A&gt; for standalone builds.&amp;nbsp; The configuration scripts are slightly different to work in the different environments.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Barry&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jan 2014 14:04:37 GMT</pubDate>
    <dc:creator>Barry_T_Intel</dc:creator>
    <dc:date>2014-01-09T14:04:37Z</dc:date>
    <item>
      <title>Error compiling Cilk Plus runtime</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-compiling-Cilk-Plus-runtime/m-p/953188#M20113</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am having trouble compiling the runtime library distributed with the GCC4.8 Cilk Plus branch.&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I was able to build the entire compiler, which compiles the runtime library correctly as part of the build, but I would like to be able to build and package the runtime library by itself, and that's where I ran into issues.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;I followed the instructions in libcilkrts/README.&lt;/P&gt;

&lt;P&gt;At the configure step, I encountered the following error:&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;./configure --prefix=&amp;lt;...&amp;gt; --disable-multilib&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;...&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;./config.status: line 1371: ./../../config-ml.in: No such file or directory&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;This is because the file config-ml.in is in one directory up, but not two (relative from within&amp;nbsp;the libcilkrts/ dir).&lt;/P&gt;

&lt;P&gt;I got around this&amp;nbsp;by copying the config-ml.in one level up, and I was able to complete configuration successfully.&lt;BR /&gt;
	When I try to make, however, I encountered the following error:&lt;/P&gt;

&lt;P&gt;&amp;gt; make&lt;BR /&gt;
	/bin/sh ./libtool &amp;nbsp;--tag=CXX &amp;nbsp; --mode=compile g++ -DPACKAGE_NAME=\"Cilk\ Runtime\ Library\" -DPACKAGE_TARNAME=\"cilk-runtime-library\" -DPACKAGE_VERSION=\"2.0\" -DPACKAGE_STRING=\"Cilk\ Runtime\ Library\ 2.0\" -DPACKAGE_BUGREPORT=\"cilk@intel.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"cilk-runtime-library\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. &amp;nbsp;-I./include -DIN_CILK_RUNTIME=1 -fcilkplus -DBUILD_USER=\"angelee\" -DBUILD_HOST=\"`hostname`\" &amp;nbsp; -g -O2 -MT bug.lo -MD -MP -MF .deps/bug.Tpo -c -o bug.lo `test -f 'runtime/bug.cpp' || echo './'`runtime/bug.cpp&lt;BR /&gt;
	mv -f .deps/bug.Tpo .deps/bug.Plo&lt;BR /&gt;
	mv: cannot stat `.deps/bug.Tpo': No such file or directory&lt;BR /&gt;
	make: *** [bug.lo] Error 1&lt;/P&gt;

&lt;P&gt;There was a .deps/bug.Plo file, with # dummy in the file. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;I am not sure if these errors are related, and how I can get around the second error. &amp;nbsp;I'd appreciate any help / suggestions.&lt;/P&gt;

&lt;P&gt;Possibly relevant info:&lt;BR /&gt;
	My system has Fedora 16 installed, and&amp;nbsp;the relevant tools have the following version numbers:&lt;BR /&gt;
	GNU libtool 2.4&lt;BR /&gt;
	GNU automake 1.11.6&lt;BR /&gt;
	GNU autoconf 2.68&lt;BR /&gt;
	GNU Make 3.82&lt;BR /&gt;
	GCC 4.6.3&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
	Angelina&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2014 23:50:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-compiling-Cilk-Plus-runtime/m-p/953188#M20113</guid>
      <dc:creator>I-Ting_L_</dc:creator>
      <dc:date>2014-01-08T23:50:18Z</dc:date>
    </item>
    <item>
      <title>Hi Angelina.</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-compiling-Cilk-Plus-runtime/m-p/953189#M20114</link>
      <description>&lt;P&gt;Hi Angelina.&lt;/P&gt;

&lt;P&gt;It's probably easiest to use the version of the Cilk Runtime off of&amp;nbsp;&lt;A href="http://cilkplus.org"&gt;http://cilkplus.org&lt;/A&gt; for standalone builds.&amp;nbsp; The configuration scripts are slightly different to work in the different environments.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Barry&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2014 14:04:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-compiling-Cilk-Plus-runtime/m-p/953189#M20114</guid>
      <dc:creator>Barry_T_Intel</dc:creator>
      <dc:date>2014-01-09T14:04:37Z</dc:date>
    </item>
  </channel>
</rss>

