[Trilinos-Users] problem with make

Daniele Bettella sunriis at gmail.com
Thu May 29 07:53:41 MDT 2008


Hi, I'm having a new error when making Trilinos version 8.0.7 (but the same
happened with 8.0.4).
The problem is this:

Compiling the PyTrilinos source files
mpicxx -I/home/bettella/trilfem /Python/include/python2.5 -fPIC -m64
-DNUMPY_NOPREFIX -c ../src/AztecOO_wrap.cpp -o ../src/AztecOO_wrap.o
../src/AztecOO_wrap.cpp:3130:21: error: AztecOO.h: No such file or directory
../src/AztecOO_wrap.cpp:3131:29: error: AztecOO_Version.h: No such file or
directory
../src/AztecOO_wrap.cpp:3144:31: error: numpy/arrayobject.h: No such file or
directory

the configure command was this
./configure --prefix=${TRILINOSDIR} --enable-mpi --with-mpi-compilers \
        --disable-default-packages --enable-epetra \
            --enable-teuchos --enable-triutils --enable-aztecoo \
        --enable-aztecoo-teuchos  --enable-pytrilinos \
            --with-python=${PYTHONDIR}/bin/python \
            --with-swig=${SWIGDIR}/bin/swig \
            FFLAGS="-fPIC -O3 -m64" \
            CFLAGS="-fPIC -m64" \
            CXXFLAGS="-fPIC -m64"

(I'm compiling from a sh script)

I event tried with different configurations of "enables" and "disables", but
everytime, when it says "compiling the PyTrilinos source files", it looks
like it looses some -I options...

Hope you can help!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://software.sandia.gov/mailman/private/trilinos-users/attachments/20080529/831b7bd1/attachment.html 


More information about the Trilinos-Users mailing list