Dear All
I am trying to transfer to better cluster in the school that should be
done for porting a deal.II code on that.
It was ok in taking the step of configuration, making the library on
deal.II code. But, for a test code, (for example, step-4) I got a linking
error message like that.
------------------------------------------------------------------------
everest examples/step-4> make
============================ Remaking Makefile.dep
==============optimized===== step-4.cc
============================ Linking step-4
`.gnu.linkonce.t._ZN6dealii12GeometryInfoILi3EE25child_to_cell_coordinatesERKNS_5PointILi3EEEjNS_14RefinementCaseILi3EEE'
referenced in section `.rodata' of
/home/ufaserv1_c/amtshy/deal.II/lib/libbase.a(quadrature.o): defined in
discarded section
`.gnu.linkonce.t._ZN6dealii12GeometryInfoILi3EE25child_to_cell_coordinatesERKNS_5PointILi3EEEjNS_14RefinementCaseILi3EEE'
of /home/ufaserv1_c/amtshy/deal.II/lib/libbase.a(quadrature.o)
collect2: ld returned 1 exit status
make: *** [step-4] Error 1
everest examples/step-4>
------------------------------------------------------------------------
What does this message? If I changed the code that below is deleted, it
works well. Does it seem to be related with 3d template code something?
--------------------------------------
{
LaplaceProblem<3> laplace_problem_3d;
laplace_problem_3d.run ();
}
---------------------------------------
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii