Dear deal.II developers and users:

I've been able to compile the latest (revision 22793) svn version using the
Intel compilers and MKL (recent versions).  Everything compiles and links
ok, except that I had to add

#  include <iostream>

to petsc_matrix_base.h, or else the compiler would complain about std::cout
not being contained in the standard library...

Anyway, when I try to compile any of the examples, I get the same list of
linking errors (below).  Does this look like a problem with my configuration
or a bug in deal.II?  Should TensorProductPolynomials be instantiated with
dim=0, or is this the result of a dimension being off somewhere else?

Thanks,

Jon


============================ Linking step-40
/software/deal.II/svn/lib/libdeal_II.g.so: undefined reference to
`dealii::TensorProductPolynomials<0>::n() const'
/software/deal.II/svn/lib/libdeal_II.g.so: undefined reference to
`dealii::TensorProductPolynomials<0>::compute_value(unsigned int,
dealii::Point<0> const&) const'
/software/deal.II/svn/lib/libdeal_II.g.so: undefined reference to
`dealii::FEFaceValues<1, 1>::FEFaceValues(dealii::Mapping<1, 1> const&,
dealii::FiniteElement<1, 1> const&, dealii::Quadrature<0> const&,
dealii::UpdateFlags)'
/software/deal.II/svn/lib/libdeal_II.g.so: undefined reference to `void
dealii::MatrixCreator::create_boundary_mass_matrix<1, 2>(dealii::Mapping<1,
2> const&, dealii::DoFHandler<1, 2> const&, dealii::Quadrature<(1) - (1)>
const&, dealii::SparseMatrix<double>&, dealii::FunctionMap<2>::type const&,
dealii::Vector<double>&, std::vector<unsigned int, std::allocator<unsigned
int> >&, dealii::Function<2> const*, std::vector<unsigned int,
std::allocator<unsigned int> >)'
/software/deal.II/svn/lib/libdeal_II.g.so: undefined reference to `void
dealii::MatrixCreator::create_boundary_mass_matrix<1, 1>(dealii::Mapping<1,
1> const&, dealii::DoFHandler<1, 1> const&, dealii::Quadrature<(1) - (1)>
const&, dealii::SparseMatrix<double>&, dealii::FunctionMap<1>::type const&,
dealii::Vector<double>&, std::vector<unsigned int, std::allocator<unsigned
int> >&, dealii::Function<1> const*, std::vector<unsigned int,
std::allocator<unsigned int> >)'
/software/deal.II/svn/lib/libdeal_II.g.so: undefined reference to
`dealii::FEFaceValues<1,
1>::reinit(dealii::TriaIterator<dealii::DoFCellAccessor<dealii::DoFHandler<1,
1> > > const&, unsigned int)'
make: *** [step-40] Error 1
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to