Hi All,

I try to compile deal.II 6.4 pre on an IBM PowerPC AIX 5.3.0.0 system
and as written in the README, it doesn't work with the xlC compiler.

Now, getting access to the gcc 4.2.0 and also some other Gnu tools, I
can compile the deal.II/common/scripts, build up the dependencies and
deal.II/contrib , but compiling the deal.II/sources/ ... fails.

Starting with the first file numerics/data_out.cc, I get an error

".../deal.II/source/numerics/data_out.cc:1160: internal compiler error:
Illegal instruction"

This is exactly the line, where the explicit template instantiations are
included from "data_out.inst" beginning with

template void
 DataOut_DoFHandler< DoFHandler <1,1>,1,1>::add_data_vector ...


Maybe someone has an idea how to fix this ... ??

Thanks a lot,

Martin

_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to