Comment 2 for bug 852617

Revision history for this message
Johannes Ring (johannr) wrote :

Configuring PETSc with --with-shared=1 does not work in PETSc 3.2 so it is trying to link with the static library libpetsc.a. Try to build PETSc with --with-shared-libraries=1 instead.