On Wed, 5 Aug 2009, Nico Schlömer wrote:

=============== *snip* ===============
[...]
/home/nico/makedir/libmesh/libmesh-0.6.3-rc1/lib/x86_64-unknown-linux-
gnu_opt/libmesh.so: undefined reference to `FE<3u,
(libMeshEnums::FEFamily)5>::n_dofs_per_elem(libMeshEnums::ElemType,
libMeshEnums::Order)'
/home/nico/makedir/libmesh/libmesh-0.6.3-rc1/lib/x86_64-unknown-linux-
gnu_opt/libmesh.so: undefined reference to `FE<1u,
(libMeshEnums::FEFamily)5>::n_dofs_at_node(libMeshEnums::ElemType,
libMeshEnums::Order, unsigned int)'
/home/nico/makedir/libmesh/libmesh-0.6.3-rc1/lib/x86_64-unknown-linux-
gnu_opt/libmesh.so: undefined reference to `FE<3u,
(libMeshEnums::FEFamily)5>::shapes_need_reinit() const'
[...]
=============== *snap* ===============

-- Was there any obvious fix for it?

I don't think anyone managed to replicate it.  src/fe/fe_xyz.C is
supposed to instantiate all those functions around line 1100 with the
macros:
INSTANTIATE_MBRF(1,XYZ);
INSTANTIATE_MBRF(2,XYZ);
INSTANTIATE_MBRF(3,XYZ);
Which works for me.

Would you let us know whether you see the same problem with the SVN
head?
---
Roy
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to