<div dir="ltr"><div>Hi Christoph<br><br></div>Thank you very much for the reply. Unfortunately, when I remove the comment line (and actually when I remove any line from my opts file), the compilation stops at the very beginning. The following is the terminal output and the config file is also attached. I could not still figure out why this has happened.<br><br>[cfel-kaert-lx1] ~/workspace $ sudo ./dune-common/bin/dunecontrol --opts=cyrus.opts all<br>--- going to build dune-common dune-geometry dune-grid cyrus  ---<br>--- calling all for dune-common ---<br>--- calling autogen for dune-common ---<br>Skipping dune-autogen<br>--- calling configure for dune-common ---<br>----- using default flags $CONFIGURE_FLAGS from /afs/<a href="http://desy.de/user/a/afallahi/workspace/cyrus.opts">desy.de/user/a/afallahi/workspace/cyrus.opts</a> -----<br>./configure MPICC='/afs/<a href="http://desy.de/user/a/afallahi/extlib/openmpi-1.8/bin/mpicc">desy.de/user/a/afallahi/extlib/openmpi-1.8/bin/mpicc</a>' CC=gcc-4.7 CFLAGS='-O3 -g0 --no-strict-aliasing' CPP=cpp-4.7 CPPFLAGS='-O3 -g0 --no-strict-aliasing' CXX=g++-4.7 CXXFLAGS='-O3 -g0 --no-strict-aliasing' F77=gfortran-4.7 FFLAGS='-O3 -g0 --no-strict-aliasing' FC=gfortran-4.7 FCFLAGS='-O3 -g0 --no-strict-aliasing' --enable-parallel --prefix='/afs/<a href="http://desy.de/user/a/afallahi/extlib/cyrus">desy.de/user/a/afallahi/extlib/cyrus</a>' --with-metis='/afs/<a href="http://desy.de/user/a/afallahi/extlib/metis-5.1">desy.de/user/a/afallahi/extlib/metis-5.1</a>' - ACLOCAL_AMFLAGS="-I . -I m4"ser/a/afallahi/extlib/alugrid-1.52' <br>configure: WARNING: you should use --build, --host, --target<br>configure: WARNING: invalid host type: <br>configure: WARNING: unrecognized options: --with-metis, --with-alugrid<br>checking for a BSD-compatible install... /usr/bin/install -c<br>checking whether build environment is sane... yes<br>checking for a thread-safe mkdir -p... /bin/mkdir -p<br>checking for gawk... gawk<br>checking whether make sets $(MAKE)... yes<br>checking how to create a pax tar archive... gnutar<br>checking whether make supports nested variables... yes<br>checking how to create a pax tar archive... (cached) gnutar<br>checking for inkscape... inkscape<br>checking for doxygen... doxygen<br>checking for latex... latex<br>checking for bibtex... bibtex<br>checking for dvipdf... dvipdf<br>checking for dvips... dvips<br>checking for wml... no<br>checking for dot... dot<br>checking for perl... perl<br>checking for convert... convert<br>-pkg-config... no<br>checking for pkg-config... /usr/bin/pkg-config<br>checking pkg-config is at least version 0.9.0... yes<br>checking for style of include used by make... GNU<br>-gcc... gcc-4.7<br>checking whether the C compiler works... yes<br>checking for C compiler default output file name... a.out<br>checking for suffix of executables... <br>checking whether we are cross compiling... no<br>checking for suffix of object files... o<br>checking whether we are using the GNU C compiler... yes<br>checking whether gcc-4.7 accepts -g... yes<br>checking for gcc-4.7 option to accept ISO C89... none needed<br>checking dependency style of gcc-4.7... gcc3<br>checking dependency style of gcc-4.7... (cached) gcc3<br>checking how to run the C preprocessor... cpp-4.7<br>checking whether we are using the GNU C++ compiler... yes<br>checking whether g++-4.7 accepts -g... yes<br>checking dependency style of g++-4.7... gcc3<br>checking dependency style of g++-4.7... (cached) gcc3<br>checking how to run the C++ preprocessor... g++-4.7 -E<br>-g77... gfortran-4.7<br>checking whether we are using the GNU Fortran 77 compiler... yes<br>checking whether gfortran-4.7 accepts -g... yes<br>-gfortran... gfortran-4.7<br>checking whether we are using the GNU Fortran compiler... yes<br>checking whether gfortran-4.7 accepts -g... yes<br>' not recognizedystem type... Invalid configuration `<br> failedre: error: /bin/sh ./config.sub <br>--- Failed to build dune-common ---<br>Terminating dunecontrol due to previous errors!<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 3, 2015 at 6:08 AM, 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>
you are not allowed to put comments within a shell variable. In your case the FCCFLAGS.<br>
<span class=""><br>
            FC=gfortran-4.7<br>
            #FCFLAGS='-O3 -g0 --no-strict-aliasing'<br>
            --enable-parallel<br>
<br>
</span>To config.log might have helped to find the problem. And you should have tried to compile withput an opts file at all.<br>
<br>
Hth<br>
<span class="HOEnZb"><font color="#888888">Christoph<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
> Am 03.06.2015 um 04:58 schrieb Arya Fallahi <<a href="mailto:arya.fallahi@gmail.com">arya.fallahi@gmail.com</a>>:<br>
><br>
>             FC=gfortran-4.7<br>
>             #FCFLAGS='-O3 -g0 --no-strict-aliasing'<br>
>             --enable-parallel<br>
</div></div></blockquote></div><br></div>