dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #02791
Re: Config problem on MacOSX
On Wed, 2006-06-28 at 13:28 +0300, Pertti Palo wrote:
> Hello
>
> I have been trying to install dolfin (and the rest) on my MacOSX 10.4
> machine. Everything else seems to work - including compiling and
> installing mpich and petsc - but when running configure for dolfin I get
> this:
> [all goes well, until]
> checking for configarch... yes
> make: *** No rule to make target `getincludedirs'. Stop.
> make: *** No rule to make target `getlinklibs'. Stop.
Looks like a problem finding the PETSc libraries and header files. Which
versions of DOLFIN, PETSc and make are you using? What do you see if you
do
make -s -C $PETSC_DIR getincludedirs
Try downloading the development version
http://www.fenics.org/pub/software/dolfin/snapshot/dolfin-snapshot.tar.gz
There have been some changes in how PETSc is detected.
Garth
> checking for mpirun... yes
> ./configure: line 20136: test: too many arguments
> checking for xml2-config... yes
> configure: creating ./config.status
> config.status: creating Makefile
> sed: file ./confstatYgt62D/subs-3.sed line 27: unterminated `s' command
> config.status: creating src/Makefile
> sed: file ./confstatYgt62D/subs-3.sed line 27: unterminated `s' command
> config.status: creating src/pre/Makefile
> sed: file ./confstatYgt62D/subs-3.sed line 27: unterminated `s' command
> [these go on for quite a bit after which configure claims success]
>
> As a result I end up with an empty makefile. At first I was using the
> standard sed and make versions from Apple, but changed them to the GNU
> versions as I found a fix for a similar problem on the net saying, that
> this should help. However, only the type of sed error changed from
> "unescaped newline" to the one you see above.
>
> I would greatly appreciate any thoughts or help you can provide.
>
> Regards,
> Pertti Palo
> Institute of Mathematics
> Helsinki University of Technology
>
> __
> / __
> | Pertti / \
> \_____________|__|
> | | | | |
> | | | \__/
> | | |
>
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/mailman/listinfo/dolfin-dev
Follow ups
References