← Back to team overview

dolfin team mailing list archive

Re: broken configuration

 

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




--

====================
Andy Terrel
Computer Science Dept
University of Chicago
aterrel@xxxxxxxxxxxx
---------------------

Failure has a thousand explanations,
Success doesn't need one.
                  -Sir Alec Guiness



Follow ups

References