From: Leopold P. A. <le...@wo...> - 2003-11-06 12:17:39
|
Hi, I'm new in libmesh and I'm having a problem trying to compile it. I'm trying to compile libmesh libmesh-0.4.1-rc2 in a debian woody system. I have installed petsc, mpi. Howeber whe I run configure with: ./configure --prefix=/usr --enable-mpi --enable-petsc --enable-laspack I have this message: [...] checking for /include/petsc.h... no checking for /include/mpi.h... no checking for /lib/libmpich.a... no [...] In general, in a debian system this files are in: /usr/include/petsc/petsc.h /usr/include/mpi/mpi.h /usr/lib/mpich/lib/libmpich.a How I can to tell to configure that look in that places? Best regards, Leo |