I  am trying to install libmesh on a linux system from the terminal using
the README instructions.
1./configure --prefix=/path/to/libmesh/install           -----> compiles
fine.
2. make:
  this is what I get:

aly@linatron:~/libmesh$ make

Make.common:357: /home/aly/c/petsc-3.5.0/bmake/linux_gcc_dbg/packages: No
such file or directory

make: *** No rule to make target
`/home/aly/c/petsc-3.5.0/bmake/linux_gcc_dbg/packages'.  Stop.


I also followed the instructions on this page:
http://libmesh.sourceforge.net/wiki/index.php/Installation

by installing PETSc.  I followed the first steps:

# (OPTIMIZED MODE)
cd /my/petsc/dir
export PETSC_DIR=`pwd`
export PETSC_ARCH=linux-gnu-opt
./config/configure.py --with-cc=gcc --with-fc=gfortran --with-mpi-compilers=0 \
    --with-shared=1 \
    --with-debugging=0 \
    --with-superlu=1 --download-superlu=1 \
    --with-superlu_dist=1 --download-superlu_dist=1 \
    --with-umfpack=1 --download-umfpack=1 \
    --with-spooles=1 --download-spooles=1 \
    --with-hypre=1 --download-hypre=1 \
    --with-mpi --download-mpich=1 \
    --download-f-blas-lapack=yes


but the ./configure ... always give me permission denied.




Third attempt was downloading the cvs version of libmesh and follow the
proceeding instructions

cvs -d:pserver:[email protected]:/cvsroot/libmesh
co libmesh

cd /my/libmesh/dir
export PETSC_DIR=/my/petsc/dir
export PETSC_ARCH=linux_gcc_dbg
export METHOD=dbg
make


all worked but again I get the same error from make.


Can someone advise me what to do?


Thanks in advance.
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to