[Dune] Configure failure with Dune 1.2beta1

Bård Skaflestad Bard.Skaflestad at sintef.no
Fri Mar 20 14:34:41 CET 2009


On Fri, 2009-03-20 at 14:30 +0100, Markus Blatt wrote:
> On Fri, Mar 20, 2009 at 01:25:25PM +0100, Bård Skaflestad wrote:
> > All,
> > 
> > I just downloaded the first release candidate for Dune 1.2 (all
> > 1.2-modules available on www.dune-project.org/download.html).
> 
> > 
> > $ ls -l
> > total 40
> > drwxrwxr-x 8 bska bska 4096 Mar 20 13:10 dune-common/
> > drwxrwxr-x 7 bska bska 4096 Mar 20 09:24 dune-grid/
> > drwxrwxr-x 5 bska bska 4096 Mar 20 09:24 dune-grid-dev-howto/
> > drwxrwxr-x 6 bska bska 4096 Mar 20 09:24 dune-grid-howto/
> > drwxrwxr-x 6 bska bska 4096 Mar 20 09:24 dune-istl/
> > 
> > and I run the build from the top-level directory as
> > 
> > CC=gcc43 CXX=g++43 F77=gfortran43 \
> > ./dune-common/bin/dunecontrol all 
> 
> And you are sure that these are the tarballs? If I unpack them the
> directories are called like ./dune-common-1.2beta1/ and not
> ./dune-common/

Yes, I am shure.  I apologise for not mentioning this earlier.  I
renamed all the directories using the loop

   for f in *; do echo mv $f ${f%%-1*}; done|sh -x

but if you think it might make a difference, I'll happily rerun the
build without renaming the directories.


Bård





More information about the Dune mailing list