<div dir="ltr"><div>Hi Christoph,<br><br></div>Thank you very much for the quick reply. I did what you said. However, it seems the compiler gets trap in a loop. It returns the following message and does some configuring which again is followed by the message below. Do you know what is exactly happening?<br><div><div><br>-- Configuring done<br>You have changed variables that require your cache to be deleted.<br>Configure will be re-run and you may have to reset some variables.<br>The following variables have changed:<br>CMAKE_CXX_COMPILER= g++-4.7<br><br></div><div>Regards,<br></div><div>Arya<br></div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 7, 2015 at 6:13 PM, Christoph Grüninger <span dir="ltr"><<a href="mailto:christoph.grueninger@iws.uni-stuttgart.de" target="_blank">christoph.grueninger@iws.uni-stuttgart.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Arya,<br>
instead of<br>
  CMAKE_CXX_COMPILER=g++-4.7<br>
you should add it to the CMAKE_FLAGS like<br>
  -DCMAKE_CXX_COMPILER=g++-4.7<br>
<br>
All CMake variables are passed -D<variablename>=<value> in the<br>
CMAKE_FLAGS variable.<br>
<br>
Bye<br>
<span class="HOEnZb"><font color="#888888">Christoph<br>
<br>
--<br>
GDB does hate your application, expresses its contempt through the<br>
design of its command-line interface.   -- Tom Tromey, FOSDEM 2014<br>
<br>
</font></span><br>_______________________________________________<br>
Dune mailing list<br>
<a href="mailto:Dune@dune-project.org">Dune@dune-project.org</a><br>
<a href="http://lists.dune-project.org/mailman/listinfo/dune" target="_blank">http://lists.dune-project.org/mailman/listinfo/dune</a><br>
<br></blockquote></div><br></div>