From: danilovdenis <dan...@ya...> - 2003-11-06 19:16:53
|
>Let me know if you have any more trouble. I know of another user >(right, Denis?) who has exactly your configuration working, so it is >certainly possible. I personally don't have access to a Debian machine >with the PETSc packages installed, so my troubleshooting is a little >limited... Hi, Yes, I have libmesh working on debian--woody. There are two things related to petsc. First you have to set environment variables PETSC_DIR and PETSC_ARCH. As Jens said PETSC_DIR="/usr/lib/petsc" and PETSC_ARCH="linux". Second, the petsc in debian package is *dynamically* linked with mpi libraries and I had to add them manually to FLIBS in Make.common after configuration. Ben, would be variables LIBS or LDFLAGS the better place for this? I thought, that "F" means fortran in FLIBS. Denis |