← Back to team overview

dolfin team mailing list archive

Re: broken configuration

 

The configuration should use mpicxx/mpicc if available, otherwise g++/gcc. I didn't add extra tests for the sake of simplicity. If mpi is installed correctly, you shouldn't have a problem.

Garth



Andy Terrel wrote:
Okay I found my problem. It seems the configuration is set to mpicc before checking for gcc. So CC="gcc" worked for me.

Is this how we want the configuration to work?

Andy

Andy Terrel wrote:
Hello,

It seems that
$ ./configure --disable-mpi --disable-petsc
is broken for me.

I still get errors building the dolfin libraries:

/usr/bin/libtool: file: -lmpich is not an object file (not allowed in a library)
make[2]: *** [libdolfin.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

There use to be a check so it wouldn't build with the mpich, but it seems that now if it is on the computer it demands to use it.

Andy








References