Hi, PETSc Developers<br><br>I am trying to compile the latest version (3.0.0 p8) of PETSc in my PC (AMD 64bits, GCC4.2).<br>My configure command is:<br>config/configure.py --with-mpi-dir=/home/yujie/codes/mpich127/ --with-clanguage=C++ --with-debugging=1 --with-shared=1 --with-scalar-type=complex --with-spooles=1 --download-spooles=1 --with-parmetis=1 --download-parmetis=1 --with-superlu_dist=1 --download-superlu_dist=1 --with-mumps=1 --download-mumps=1 --with-scalapack=1 --download-scalapack=1 --with-plapack=1 --download-plapack=1 --download-f-blas-lapack=1 --with-blacs --download-blacs=1<br>
<br>I can configure and make PETSc. However, when I make test, I got the following errros:<br>&quot;<br>Running test examples to verify correct installation<br>Possible error running C/C++ src/snes/examples/tutorials/ex19 with 1 MPI process<br>
See <a href="http://www.mcs.anl.gov/petsc/petsc-as/documentation/troubleshooting.html">http://www.mcs.anl.gov/petsc/petsc-as/documentation/troubleshooting.html</a><br>/home/yujie/codes/petsc-3.0.0-p8/src/snes/examples/tutorials/./ex19: symbol lookup error: /home/yujie/codes/petsc-3.0.0-p8/src/snes/examples/tutorials/./ex19: undefined symbol: _Z25DMMGSetSNESLocali_PrivatePP7_n_DMMGPFiP11DALocalInfoP10MatStencilPvPSt7complexIdES6_EPFiS3_S5_S6_S6_S6_ESD_<br>
Possible error running C/C++ src/snes/examples/tutorials/ex19 with 2 MPI processes<br>See <a href="http://www.mcs.anl.gov/petsc/petsc-as/documentation/troubleshooting.html">http://www.mcs.anl.gov/petsc/petsc-as/documentation/troubleshooting.html</a><br>
/home/yujie/codes/petsc-3.0.0-p8/src/snes/examples/tutorials/./ex19: symbol lookup error: /home/yujie/codes/petsc-3.0.0-p8/src/snes/examples/tutorials/./ex19: undefined symbol: _Z25DMMGSetSNESLocali_PrivatePP7_n_DMMGPFiP11DALocalInfoP10MatStencilPvPSt7complexIdES6_EPFiS3_S5_S6_S6_S6_ESD_<br>
/home/yujie/codes/petsc-3.0.0-p8/src/snes/examples/tutorials/./ex19: symbol lookup error: /home/yujie/codes/petsc-3.0.0-p8/src/snes/examples/tutorials/./ex19: undefined symbol: _Z25DMMGSetSNESLocali_PrivatePP7_n_DMMGPFiP11DALocalInfoP10MatStencilPvPSt7complexIdES6_EPFiS3_S5_S6_S6_S6_ESD_<br>
Error running Fortran example src/snes/examples/tutorials/ex5f with 1 MPI process<br>See <a href="http://www.mcs.anl.gov/petsc/petsc-as/documentation/troubleshooting.html">http://www.mcs.anl.gov/petsc/petsc-as/documentation/troubleshooting.html</a><br>
/home/yujie/codes/petsc-3.0.0-p8/src/snes/examples/tutorials/./ex5f: symbol lookup error: /home/yujie/codes/petsc-3.0.0-p8/src/snes/examples/tutorials/./ex5f: undefined symbol: mpi_comm_size_<br>Completed test examples<br>
&quot;<br>Could you give me some help? Thanks a lot.<br><br>Regards,<br>Yujie<br>