> 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_coordinat >esERKNS_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_coordinat >esERKNS_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> > ------------------------------------------------------------------------
This looks like an incompatibility of compiler and linker (or other parts of the system) on your machine. Please talk to your system administrator, you may have more success if one or both of these programs are updated. In any case, it is not a problem in deal.II itself. Best W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
