← Back to team overview

fenics team mailing list archive

Problems with dolfin installation

 

Dear all,

I was trying to install dolfin on Cygwin and I have the following problems:

- for dolfin-0.6.4, the following commands worked well:

$ ./configure --enable-petsc --with-petsc-dir=/petsc-2.3.2-p6
--disable-curses --disable-mpi --disable-pydolfin
$ make
$ make install

but I got this error when I make poisson demo

`pkg-config --variable=compiler dolfin` `pkg-config --cflags dolfin` -c
main.cpp
/bin/sh: pkg-config: command not found
/bin/sh: pkg-config: command not found
/bin/sh: -c: command not found
make: *** [main.o] Error 127

and I did not find pkg-config any where!!

- for dolfin-0.6.3, --disable-curses had no effect on the configuration
and it failed because of that.

- for dolfin-0.6.2, has problem finding boost, but this was no problem for
dolfin-0.6.3 and dolfin-0.6.4.

Can you please check if any thing can be fixed regarding dolfin-0.6.4?

Best Regards,
Saeed Kamal



Follow ups