<div dir="ltr"><div><div><div><div>Hi Markus,<br></div><div><br>yes, I did that. I wrote:<br><br></div>CC=/tools/gcc-4.7.2/bin/gcc<br></div>CXX=/tools/gcc-4.7.2/bin/g++<br><br></div>In this case, a correct g++ is detected and the standard option -std=c++0x is also added to the compiler. But, then the dune-istl fails compiling. In the meantime, I happened to realize that the m4 installation on linux is very old and this may be a reason why autotools do not find the correct gcc. I have installed a new version of m4 and am right now installing everything again. However, I am afraid that even if the problem with finding is solved the compilation problem of dune-istl is still there.<br>
<br></div>Thanks for your help,<br>Arya<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Feb 16, 2013 at 5:03 PM, Markus Blatt <span dir="ltr"><<a href="mailto:markus@dr-blatt.de" target="_blank">markus@dr-blatt.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Sat, Feb 16, 2013 at 02:23:49PM +0100, Arya Fallahi wrote:<br>
> Thank you very much for your hints. I followed your tips but there is still<br>
> problem. In fact, the return of "g++ --version" and "gcc --version" are<br>
> both the installed version 4.7.2, but in the config.log file I see the<br>
> following line:<br>
><br>
> configure:3337: checking for gcc<br>
> configure:3353: found /usr/bin/gcc<br>
> configure:3363: result: gcc<br>
> configure:3607: checking for C compiler version<br>
> configure:3610: gcc --version </dev/null >&5<br>
> gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-50)<br>
> Copyright (C) 2006 Free Software Foundation, Inc.<br>
> This is free software; see the source for copying conditions.  There is NO<br>
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.<br>
><br>
> which is the default installation on Redhat. I agree that this is the sort<br>
> of the problem, but I could not remove it yet. I added CXX='g++' and<br>
> CC='gcc' to the optfile but it still had the same problem.<br>
<br>
</div>That is indeed really weired but presumably a problem with your<br>
system. Have you tried providing the full path to gcc and g++?<br>
<div class="HOEnZb"><div class="h5"><br>
Markus<br>
--<br>
Do you need more support with DUNE or HPC in general?<br>
<br>
Dr. Markus Blatt - HPC-Simulation-Software & Services <a href="http://www.dr-blatt.de" target="_blank">http://www.dr-blatt.de</a><br>
Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany<br>
Tel.: <a href="tel:%2B49%20%280%29%20160%2097590858" value="+4916097590858">+49 (0) 160 97590858</a>  Fax: +49 (0)322 1108991658<br>
</div></div></blockquote></div><br></div>