> When I tried to link with extra trilinos by > > ./configure --with-umfpack-include=/usr/include/suitesparse > --with-umfpack-libs=/usr/lib --with-petsc=/usr/lib/petscdir/3.1 > --with-petsc-arch=linux-gnu-c-opt --enable-mpi --disable-threads > --with-trilinos-include=/usr/include/trilinos > --with-trilinos-libs=/usr/lib #CC='mpicc > -std=c99' CXX='mpicxx -std=c++0x' > > it failed with error > > "checking for amd_info in -lamd... no > configure: error: installation of AMD could not be determined"
Can you open the file config.log and search for this error? In the 50 lines above or below the error message it should give you the error produced by the compiler when running this test. Best W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
