<?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 Problem with installation in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742288#M921</link>
    <description>&lt;DIV&gt;Thanks for your time&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;I did what you said with svn.It compiled a little longer than previous but it gave me this error now&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV id="_mcePaste"&gt;configure: error: cannot compute suffix of object files: cannot compile&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;See `config.log' for more details.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;configure: error: cannot compute suffix of object files: cannot compileSee `config.log' for more details.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;You know what this is?&lt;/DIV&gt;</description>
    <pubDate>Wed, 13 Jun 2012 00:00:34 GMT</pubDate>
    <dc:creator>giannhssdra</dc:creator>
    <dc:date>2012-06-13T00:00:34Z</dc:date>
    <item>
      <title>Problem with installation</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742275#M908</link>
      <description>Hello all&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Im having some troubles with the installation of cilk or i might missing something.&lt;/DIV&gt;&lt;DIV&gt;I have installed gcc-4.7 and downloaded the tar.gz file.&lt;/DIV&gt;&lt;DIV&gt;I installed the tar.gz file under /usr/local/ and now there is a new directory cilk.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I set the PATH enviroment variable but i still cant compile anything.I tried with the examples but always gives a bunch of errors.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;The thing is that when i change the PATH to point to /cilk i cant use g++ either.&lt;/DIV&gt;&lt;DIV&gt;Im typing g++ -v and gives me back "gcc version 4.2.4 (Cilk Arts Build 8503)"&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Any ideas what i have done wrong or if there is something i didnt do at all&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;</description>
      <pubDate>Sat, 09 Jun 2012 12:58:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742275#M908</guid>
      <dc:creator>giannhssdra</dc:creator>
      <dc:date>2012-06-09T12:58:21Z</dc:date>
    </item>
    <item>
      <title>Problem with installation</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742276#M909</link>
      <description>Hello Giannhssdra,&lt;BR /&gt; Where did you install this g++? "gcc version 4.2.4 (Cilk Arts Build 8503)".&lt;BR /&gt;&lt;BR /&gt; From what you tell me, it looks like the Cilk Arts Build 8503g++overwrote the original G++ installed in your machine.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Balaji V. Iyer.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 09 Jun 2012 15:18:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742276#M909</guid>
      <dc:creator>Balaji_I_Intel</dc:creator>
      <dc:date>2012-06-09T15:18:52Z</dc:date>
    </item>
    <item>
      <title>Problem with installation</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742277#M910</link>
      <description>Thanks for the reply.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;If i set the PATH variable then the cilk directory is read first so it change the gcc(i dont know if this is correct).&lt;/DIV&gt;&lt;DIV&gt;If i remove the cilk directory from the PATH then the gcc -v is gcc-4.7&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;And it works correct.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;But when im trying to compile with cilk++ then not only i cant compile cilk files but not even .cpp files with g++.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I installed gcc-4.7 using these 3 commands&lt;/DIV&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;CODE&gt;sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-4.7&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN style="font-size: 12px;"&gt;And cilk using the instructions from the programmers guide.pdf&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN style="font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN style="font-size: 12px;"&gt;Do i need to install or do something else?&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN style="font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN style="font-size: 12px;"&gt;Thanks&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 09 Jun 2012 15:50:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742277#M910</guid>
      <dc:creator>giannhssdra</dc:creator>
      <dc:date>2012-06-09T15:50:05Z</dc:date>
    </item>
    <item>
      <title>Problem with installation</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742278#M911</link>
      <description>Hello Giannhssdra,&lt;BR /&gt; Are you trying to use Cilk++? If so, then install them in some directory (e.g. /opt/cilk). After that call the whole path for it without setting the path:&lt;BR /&gt;&lt;BR /&gt;e.g. let's say you have thecilk++ g++ in /opt/cilk/bin/g++ and you want to compile test.cc, then type the following into the command prompt:&lt;BR /&gt;&lt;BR /&gt;/opt/cilk/bin/g++ test.c&lt;BR /&gt;&lt;BR /&gt;This way, you don't have to set the path variable.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Balaji V. Iyer.</description>
      <pubDate>Sat, 09 Jun 2012 15:57:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742278#M911</guid>
      <dc:creator>Balaji_I_Intel</dc:creator>
      <dc:date>2012-06-09T15:57:14Z</dc:date>
    </item>
    <item>
      <title>Problem with installation</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742279#M912</link>
      <description>I deleted the file from /usr/local and installed it under /opt/ as you said.But is still gives the same errors.&lt;DIV&gt;I now can use the gcc-4.7 but when i use the /opt/cilk/bin/g++ or /opt/cilk/bin/cilk++ it gives errors.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;It gives errors from standard files&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV id="_mcePaste"&gt;/usr/include/string.h:57: error: expected constructor, destructor, or type conversion before extern&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;/usr/include/string.h:65: error: expected constructor, destructor, or type conversion before extern&lt;/DIV&gt;/usr/include/string.h:57: error: expected constructor, destructor, or type conversion before extern/usr/include/string.h:65: error: expected constructor, destructor, or type conversion before extern&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I compile with this command /opt/cilk/bin/cilk++ main.cilk -o test&lt;/DIV&gt;&lt;DIV&gt;but even if use the makefiles from the examples with make it still gives the same errors&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 09 Jun 2012 16:10:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742279#M912</guid>
      <dc:creator>giannhssdra</dc:creator>
      <dc:date>2012-06-09T16:10:16Z</dc:date>
    </item>
    <item>
      <title>Problem with installation</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742280#M913</link>
      <description>hello again&lt;DIV&gt;Do i need to install anything else?&lt;/DIV&gt;&lt;DIV&gt;The only thing i did was to download the tar.gz file from&lt;A href="http://software.intel.com/en-us/articles/download-intel-cilk-sdk/"&gt;http://software.intel.com/en-us/articles/download-intel-cilk-sdk/&lt;/A&gt;and installed it.&lt;/DIV&gt;&lt;DIV&gt;I have also installed gcc-4.7.What else do i need?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;</description>
      <pubDate>Sat, 09 Jun 2012 22:06:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742280#M913</guid>
      <dc:creator>giannhssdra</dc:creator>
      <dc:date>2012-06-09T22:06:25Z</dc:date>
    </item>
    <item>
      <title>Problem with installation</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742281#M914</link>
      <description>Let's back up a bit. Exactly what are you intending to install?&lt;BR /&gt;&lt;BR /&gt;Cilk++ isan extension of C++ done by Cilk Arts, which was acquired by Intel almost 3 years ago. Cilk++ is unsupported, and most of the developers who worked on it are no longer with Intel.&lt;BR /&gt;&lt;BR /&gt;Intel Cilk Plus is an extension of C and C++ to suport Cilk. It was originally shipped with V12.0 of Intel's C/C++ compiler and is available for Windows, Linux and MacOS. It's also been merged into the "cilkplus" branch of gcc 4.7 and 4.8.&lt;BR /&gt;&lt;BR /&gt;Let me emphasize again that Cilk++ is unsupported.It is purely "as-is" software.&lt;BR /&gt;&lt;BR /&gt; - Barry</description>
      <pubDate>Sat, 09 Jun 2012 23:40:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742281#M914</guid>
      <dc:creator>Barry_T_Intel</dc:creator>
      <dc:date>2012-06-09T23:40:48Z</dc:date>
    </item>
    <item>
      <title>Problem with installation</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742282#M915</link>
      <description>Hello again&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I was a little bit confused but now im lost.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;The only downloads i found was intels&lt;A href="http://software.intel.com/en-us/articles/intel-cilk-plus/"&gt;http://software.intel.com/en-us/articles/intel-cilk-plus/&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;and gcc branch&lt;A href="http://gcc.gnu.org/svn/gcc/branches/cilkplus/"&gt;http://gcc.gnu.org/svn/gcc/branches/cilkplus/&lt;/A&gt;and also this installation guide for the gcc branch&lt;A href="http://software.intel.com/en-us/articles/how-to-build-gcc-cilkplus-brance-in-64bit-ubuntu-1204/"&gt;http://software.intel.com/en-us/articles/how-to-build-gcc-cilkplus-brance-in-64bit-ubuntu-1204/&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;(although i dont have 64-bit os).&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Which one are you saying is unsupported and which one is the correct to install.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;You asked me what am i intending to install.I just have a project which i have to do using cilk.I have no idea about cilk yet becide the tutorials and pdfs i found on the net.I just wanted to install it first and start using it from terminal.I dont know if its better through terminal or an ide.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;But first i need some help with the installation.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thnaks&lt;/DIV&gt;</description>
      <pubDate>Mon, 11 Jun 2012 10:11:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742282#M915</guid>
      <dc:creator>giannhssdra</dc:creator>
      <dc:date>2012-06-11T10:11:29Z</dc:date>
    </item>
    <item>
      <title>Problem with installation</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742283#M916</link>
      <description>Hello Giannhssdra,&lt;BR /&gt; From what you tell me, I believe you are using Intel Cilk Plus which is the current one.&lt;BR /&gt;&lt;BR /&gt;First of all, the following 3 lines that you used a while backis &lt;STRONG&gt;NOT&lt;/STRONG&gt; the correct way to install the Cilk Plus GCC.&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;[bash]I installed gcc-4.7 using these 3 commands
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-4.7[/bash]&lt;P&gt;&lt;BR /&gt;Here is a tutorial that I wrote a while back to install Cilk plus GCC. It is a little different from the one that you found on the web. This one seem to work for several people we gave to.&lt;BR /&gt;&lt;BR /&gt;Before you start this tutorial, please bring your machine state to the way it was before you started whole Cilk work (e.g. remove the usr/local/cilk directory, reinstall the original GCC that your machine came up with, undo anyPATH settings you may have done,etc.)&lt;BR /&gt;&lt;BR /&gt;Please let me know if you have further questions.&lt;BR /&gt;&lt;BR /&gt;=======================================================================&lt;/P&gt;&lt;P&gt;How to Download, Build and Install Cilkplus GCC on Linux. &lt;/P&gt;&lt;P&gt;Prerequisites&lt;/P&gt;&lt;P&gt;You will need the following packages to build GCC:&lt;/P&gt;&lt;P&gt;Source packages. Note that the links below are for the versions needed to build the initial release of the cilkplus GCC branch. Newer versions may need to be used with future versions of the compiler. &lt;/P&gt;&lt;P&gt;GNU Multiprecision Arithmetic Library (GMP) for arbitrary precision arithmetic: (ftp://ftp.gmplib.org/pub/) Download the latest version and unpack the compressed tar file and move the directory to $HOME/gmp . &lt;/P&gt;&lt;P&gt;GNU MPFR Library multiple-precision floating-point computations with correct rounding: (http://www.mpfr.org/mpfr-current) Unpack the compressed tar file and move the directory to $HOME/mpfr . &lt;/P&gt;&lt;P&gt;GNU MPC Library for arithmetic using complex numbers: (http://www.multiprecision.org/mpc/) Download the latest version and unpack the compressed tar file. Move the unpacked directory to $HOME/mpc &lt;/P&gt;&lt;P&gt;In addition to the sources above, you will also need the following tools installed in your machine &lt;/P&gt;&lt;P&gt;flex or lex - Lexical analyzer &lt;/P&gt;&lt;P&gt;bison or Yacc - Parser generator &lt;/P&gt;&lt;P&gt;Make utility (example gmake) to automatically create executables&lt;/P&gt;&lt;P&gt;GCC/G++ Compiler (version 4.4 or above) with the appropriate binary utilities&lt;/P&gt;&lt;P&gt;GNU AutoGen utility - Automatic program generator&lt;/P&gt;&lt;P&gt;SVN or GIT source control packages&lt;/P&gt;&lt;P&gt;Diskspace: You will need approximately 2 GB of diskspace to hold the sources, executables and libraries. Along with this, you will also require ~3 GB of diskspace to hold the temporary files.&lt;/P&gt;&lt;P&gt;Time: This process is a bit time-consuming and so please have ~4-5 hours in-hand to complete the process. The most time consuming of all is step 6. This step is not interactive and so you can let this step run overnight if you wish.&lt;/P&gt;&lt;P&gt;Building the GCC C and C++ compilers&lt;/P&gt;&lt;P&gt;1.Cilkplus GCC is available as a development branch in the GCC source-tree. The development branch is called "cilkplus." They can be downloaded using GIT or SVN source-control systems. If you are a beginner to source-control, I would recommend you use SVN. &lt;STRONG&gt;I am making an assumption that you are currently in your $HOME directory.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;To use SVN, please type the following in your command in your command prompt:&lt;/P&gt;&lt;P&gt; svn co &lt;A href="http://gcc.gnu.org/svn/gcc/branches/cilkplus" target="_blank"&gt;http://gcc.gnu.org/svn/gcc/branches/cilkplus&lt;/A&gt; cilkplus-gcc&lt;BR /&gt;&lt;BR /&gt;If you are choosing to use GIT, please type the following commands in your command prompt. Please note that this step can take anywhere from 10-30 minutes.&lt;/P&gt;&lt;P&gt; git clone &lt;A href="http://gcc.gnu.org/git/gcc.git" target="_blank"&gt;http://gcc.gnu.org/git/gcc.git&lt;/A&gt; cilkplus-gcc&lt;BR /&gt; cd cilkplus-gcc&lt;BR /&gt; git checkout -b my_cilkplus_branch origin/cilkplus&lt;BR /&gt; cd ..&lt;BR /&gt;&lt;BR /&gt;2.After step 1, the sources should be saved in a directory called $HOME/cilkplus-gcc. The final compiler executables and the appropriate libraries will be stored in $HOME/cilkplus-install. We will create the cilkplus-install directory later.&lt;/P&gt;&lt;P&gt;3.Move/Copy the gmp, mpc and mpfr directories from $HOME/ to the $HOME/cilkplus-gcc/ directory. This can be done using the following setof commands:&lt;BR /&gt;&lt;BR /&gt;cp -r $HOME/mpc $HOME/cilkplus-gcc/.&lt;BR /&gt;cp -r$HOME/mpfr $HOME/cilkplus-gcc/.&lt;BR /&gt;cp -r $HOME/gmp $HOME/cilkplus-gcc/.&lt;/P&gt;&lt;P&gt;4.Create a new directory called "b-gcc" under $HOME/ . This directory will hold all the object files. You may delete this directory after the successful completion of all the steps in this tutorial. &lt;/P&gt;&lt;P&gt;5.Go into the b-gcc directory and type the following command:&lt;/P&gt;&lt;P&gt;$HOME/cilkplus-gcc/configure --prefix=$HOME/cilkplus-install --enable-languages="c,c++"&lt;/P&gt;&lt;P&gt;The above command will configure the compiler makefiles to set the install directory to be $HOME/cilkplus-install and build just the C and C++ compilers. &lt;/P&gt;&lt;P&gt;6.Type make in the same directory. This command will build the compiler sources. This will probably take quite a while.&lt;/P&gt;&lt;P&gt;7.Type make install. This command will copy the compiler executables and the required libraries to the install directory.&lt;/P&gt;&lt;P&gt;The compilers (g++ and gcc) should now be in the $HOME/cilkplus-install/bin directory. &lt;/P&gt;&lt;P&gt;Using the GCC compilers with the Intel Cilk Plus extensions&lt;/P&gt;&lt;P&gt;To use the GCC Cilk Plus compiler, it needs to be in your PATH and the libraries need to be in your LIBRARY_PATH and LD_LIBRARY_PATH. The following commands can be used (in a BASH Shell) to accomplish this: &lt;/P&gt;&lt;P&gt;export PATH=$HOME/cilkplus-install/bin:$PATH&lt;/P&gt;&lt;P&gt;export LD_LIBRARY_PATH=$HOME/cilkplus-install/lib&lt;/P&gt;&lt;P&gt;export LIBRARY_PATH=$HOME/cilkplus-install/lib &lt;/P&gt;&lt;P&gt;Building a Cilk Plus application with the GCC compilers requires explicitly linking with libcilkrts, libdl. For example: &lt;/P&gt;&lt;P&gt;$HOME/cilkplus-install/bin/gcc -ldl -lcilkrts &lt;OTHER_FLAGS&gt; &lt;SRC_FILES&gt;&lt;/SRC_FILES&gt;&lt;/OTHER_FLAGS&gt;&lt;/P&gt;&lt;P&gt;$HOME/cilkplus-install/bin/g++ -ldl -lcilkrts &lt;OTHER_FLAGS&gt; &lt;SRC_FILES&gt;&lt;BR /&gt;&lt;BR /&gt;=======================================================================&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Balaji V. Iyer.&lt;/SRC_FILES&gt;&lt;/OTHER_FLAGS&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2012 13:52:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742283#M916</guid>
      <dc:creator>Balaji_I_Intel</dc:creator>
      <dc:date>2012-06-11T13:52:34Z</dc:date>
    </item>
    <item>
      <title>Problem with installation</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742284#M917</link>
      <description>Thanks for the answer&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I'll give a try and let you know.&lt;/DIV&gt;&lt;DIV&gt;One question.I unistalled the gcc-4.7.&lt;/DIV&gt;&lt;DIV&gt;Should i install it again before i start with the cilk or just continue with the gcc-4.6?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Jun 2012 00:07:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742284#M917</guid>
      <dc:creator>giannhssdra</dc:creator>
      <dc:date>2012-06-12T00:07:29Z</dc:date>
    </item>
    <item>
      <title>Problem with installation</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742285#M918</link>
      <description>No, just try with whatever compiler that came with your linux box...&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Balaji V. Iyer.</description>
      <pubDate>Tue, 12 Jun 2012 00:11:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742285#M918</guid>
      <dc:creator>Balaji_I_Intel</dc:creator>
      <dc:date>2012-06-12T00:11:05Z</dc:date>
    </item>
    <item>
      <title>Problem with installation</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742286#M919</link>
      <description>Hello&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;Sorry for this but it doesnt leave empty lines.&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I did every step you said but i got an error when i typed make.The configuration file was successful but it gave me this when i typed make.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV id="_mcePaste"&gt;/opt/cilkplus-gcc/gcc/cp/cilk.c: In function for_local_cb:&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;/opt/cilkplus-gcc/gcc/cp/cilk.c:292:13: warning: cast discards __attribute__((const)) qualifier from pointer target type [-Wcast-qual]&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;/opt/cilkplus-gcc/gcc/cp/cilk.c: In function wrapper_local_cb:&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;/opt/cilkplus-gcc/gcc/cp/cilk.c:337:15: warning: cast discards __attribute__((const)) qualifier from pointer target type [-Wcast-qual]&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;/opt/cilkplus-gcc/gcc/cp/cilk.c: In function callable:&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;/opt/cilkplus-gcc/gcc/cp/cilk.c:929:16: error: LOOKUP_COMPLAIN undeclared (first use in this function)&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;/opt/cilkplus-gcc/gcc/cp/cilk.c:929:16: note: each undeclared identifier is reported only once for each function it appears in&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;make[3]: *** [cp/cilk.o] Error 1&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;make[3]: Leaving directory `/opt/b-gcc/gcc'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;make[2]: *** [all-stage1-gcc] Error 2&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;make[2]: Leaving directory `/opt/b-gcc'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;make[1]: *** [stage1-bubble] Error 2&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;make[1]: Leaving directory `/opt/b-gcc'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;make: *** [all] Error 2&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;--------------------------------------------------------&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;And this in the configuration file which seems strange&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;*** This configuration is not supported in the following subdirectories:&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;DIV id="_mcePaste"&gt;  gnattools target-libada target-libgfortran target-libgo target-libffi target-zlib target-libjava target-libobjc target-boehm-gc&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;  (Any other directories should still work fine.)&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;checking for default BUILD_CONFIG... bootstrap-debug&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;*** removing build-i686-pc-linux-gnu/libiberty/Makefile to force reconfigure&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;*** removing build-i686-pc-linux-gnu/fixincludes/Makefile to force reconfigure&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;*** removing intl/Makefile to force reconfigure&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;*** removing libiberty/Makefile to force reconfigure&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;*** removing zlib/Makefile to force reconfigure&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;*** removing libcpp/Makefile to force reconfigure&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;*** removing libdecnumber/Makefile to force reconfigure&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;*** removing gcc/Makefile to force reconfigure&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;*** removing lto-plugin/Makefile to force reconfigure&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Jun 2012 23:12:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742286#M919</guid>
      <dc:creator>giannhssdra</dc:creator>
      <dc:date>2012-06-12T23:12:04Z</dc:date>
    </item>
    <item>
      <title>Problem with installation</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742287#M920</link>
      <description>&lt;P&gt;Please try it again. I have fixed this bug.&lt;BR /&gt;&lt;BR /&gt;If you are using SVN, just go into the cilkplus-gcc directory and do "svn update"&lt;BR /&gt;&lt;BR /&gt;Then just type "make" and continue with the rest of the steps :-).&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;-Balaji V. Iyer.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2012 23:20:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742287#M920</guid>
      <dc:creator>Balaji_I_Intel</dc:creator>
      <dc:date>2012-06-12T23:20:01Z</dc:date>
    </item>
    <item>
      <title>Problem with installation</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742288#M921</link>
      <description>&lt;DIV&gt;Thanks for your time&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;I did what you said with svn.It compiled a little longer than previous but it gave me this error now&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV id="_mcePaste"&gt;configure: error: cannot compute suffix of object files: cannot compile&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;See `config.log' for more details.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;configure: error: cannot compute suffix of object files: cannot compileSee `config.log' for more details.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;You know what this is?&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Jun 2012 00:00:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742288#M921</guid>
      <dc:creator>giannhssdra</dc:creator>
      <dc:date>2012-06-13T00:00:34Z</dc:date>
    </item>
    <item>
      <title>Problem with installation</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742289#M922</link>
      <description>what does the config.log say?&lt;BR /&gt;&lt;BR /&gt;-Balaji V. Iyer.</description>
      <pubDate>Wed, 13 Jun 2012 00:05:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742289#M922</guid>
      <dc:creator>Balaji_I_Intel</dc:creator>
      <dc:date>2012-06-13T00:05:34Z</dc:date>
    </item>
    <item>
      <title>Problem with installation</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742290#M923</link>
      <description>I have no idea what to tell from this file so take a copy&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Jun 2012 00:32:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742290#M923</guid>
      <dc:creator>giannhssdra</dc:creator>
      <dc:date>2012-06-13T00:32:49Z</dc:date>
    </item>
    <item>
      <title>Problem with installation</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742291#M924</link>
      <description>&lt;P&gt;First of all, never put your sources in places like /opt or /usr or in any of those system directory. This almost always leads to disasters. This error probably has to do with permission issues...&lt;BR /&gt;&lt;BR /&gt;Can you copy the source directory to your $HOME directoryand try to build it from there?&lt;BR /&gt;&lt;BR /&gt;Also, where are you putting your build directory (b-gcc directory)? It definitely should not be in /opt. Please try and put it in $HOME if possible.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Balaji V. Iyer.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2012 01:12:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742291#M924</guid>
      <dc:creator>Balaji_I_Intel</dc:creator>
      <dc:date>2012-06-13T01:12:53Z</dc:date>
    </item>
    <item>
      <title>Problem with installation</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742292#M925</link>
      <description>Hello&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Still nothing .It stops in the same point giving the same error.&lt;/DIV&gt;&lt;DIV&gt;configure: error: in `/home/subuntu/b-gcc/i686-pc-linux-gnu/libgcc':&lt;/DIV&gt;&lt;DIV&gt;configure: error: cannot compute suffix of object files: cannot compile&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I moved everything in /home/user/ and i reinstalled gmp,mpfr and mpc in this directory&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I used this command for the configuration&lt;/DIV&gt;&lt;DIV&gt;sudo ../cilkplus-gcc/configure --prefix=/home/subuntu/cilkplus-install --with-gmp=/home/subuntu/gmp/ --with-mpfr=/home/subuntu/mpfr/ --with-mpc=/home/subuntu/mpc/ --enable-languages=c,c++&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;And i tried the whole procedure with the source from svn and from a tar file which i downloaded&lt;/DIV&gt;&lt;DIV&gt;Im using these versions&lt;/DIV&gt;&lt;DIV&gt;gmp-4.3.2&lt;/DIV&gt;&lt;DIV&gt;mpfr-2.4.2&lt;/DIV&gt;&lt;DIV&gt;mpc-0.8.1&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;This the config.log from the diractory givving the error&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Jun 2012 12:31:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742292#M925</guid>
      <dc:creator>giannhssdra</dc:creator>
      <dc:date>2012-06-13T12:31:52Z</dc:date>
    </item>
    <item>
      <title>Problem with installation</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742293#M926</link>
      <description>Hello&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I finally did it.I just used these commands before type make&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;OL start="1" class="dp-sh"&gt;&lt;LI class="alt"&gt;exportLD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/gmp-4.3.2/lib:/opt/mpfr-2.4.2/lib:/opt/mpc-0.8.1/lib&lt;/LI&gt;&lt;LI&gt;exportC_INCLUDE_PATH=/usr/include/i386-linux-gnu&amp;amp;&amp;amp;exportCPLUS_INCLUDE_PATH=$C_INCLUDE_PATH&amp;amp;&amp;amp;exportOBJC_INCLUDE_PATH=$C_INCLUDE_PATH&lt;/LI&gt;&lt;LI class="alt"&gt;exportLIBRARY_PATH=/usr/lib/i386-linux-gnu&lt;/LI&gt;&lt;/OL&gt;&lt;DIV&gt;&lt;SPAN style="line-height: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="line-height: 16px;"&gt;Thanks a lot for your time&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Jun 2012 19:58:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742293#M926</guid>
      <dc:creator>giannhssdra</dc:creator>
      <dc:date>2012-06-13T19:58:29Z</dc:date>
    </item>
    <item>
      <title>Problem with installation</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742294#M927</link>
      <description>Dear Balaji V. Iyer.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Do you happen to have such a tutorial like "How to Download, Build and Install Cilkplus GCC on Linux." for Mac to?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Greetings&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Jun 2012 09:19:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-installation/m-p/742294#M927</guid>
      <dc:creator>madewael</dc:creator>
      <dc:date>2012-06-19T09:19:31Z</dc:date>
    </item>
  </channel>
</rss>

