[Trilinos-Users] Mac OS 10.5 building problems

Simone Deparis simone.deparis at epfl.ch
Mon Feb 25 14:52:14 MST 2008


> From: "Askey Scott A Capt Lt AFIT/ENY" <Scott.Askey at afit.edu>
> Subject: [Trilinos-Users] Mac OS 10.5 building problems
>   
 >
> When I attempt to configure Trilinos on my OS 10.52  Powerbook I have
> been failing in the Teuchos package build.  I have used Fink to  stock
> /sw/lib with the libraries I believe I need, enabled the framework
> vector library an tried a range of gcc compilers( Fink gcc 4.2.3 from
> source and Apple binaries of gcc4.0.1 and 4.2.1).  
>
> I need Epetra, Teuchos and NOX (serial) for my research. 
>
> Any advice is appreciated, especially about what I need external to
> Trilinos.   Two cases  follow, pow not found and library not found.
>   
(...)
> Case 2 explicitly declared libraries not found
>   



I had a similar problem:

Try to explicitly give mpilibs:

mpicxx -show
to get the flags and then

--with-mpi=$HOME/local/mpich-1.2.7/ch_p4 \

--with-mpi-libs="-lpmpich++ -lpmpich -lmpich -lpmpich -lmpich" \

or whatever mpicxx -show says


Best
Simone



More information about the Trilinos-Users mailing list