[Trilinos-Users] problem with make

Bill Spotz wfspotz at sandia.gov
Fri May 30 10:49:17 MDT 2008


Look for

     BUILD/packages/aztecoo/Makefile.export.aztecoo

and send it to me.  The proper include file specs should be in there.   
If your compile line doesn't use them, then that is the first place to  
look.

On May 29, 2008, at 7:53 AM, Daniele Bettella wrote:
> 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!
> <ATT00001.txt>

** Bill Spotz                                              **
** Sandia National Laboratories  Voice: (505)845-0170      **
** P.O. Box 5800                 Fax:   (505)284-0154      **
** Albuquerque, NM 87185-0370    Email: wfspotz at sandia.gov **







More information about the Trilinos-Users mailing list