examples++-load/Element_Mixte.cpp:1416: error: STATIC_INITIALIZATION_ORDER_FIASCO Initializer of Fem2D::Elm_TypeOfFE_BDM1_2dOrtho accesses global variable from a different translation unit: Fem2D::QF_GaussLegendre2|. Showing all 3 steps of the trace examples++-load/Element_Mixte.cpp:1416:5: initialization of Fem2D::Elm_TypeOfFE_BDM1_2dOrtho 1414. 1415. static TypeOfFE_BDM1_2d Elm_TypeOfFE_BDM1_2d(false);// BDM1 1416. static TypeOfFE_BDM1_2d Elm_TypeOfFE_BDM1_2dOrtho(true);// BDM1ortho ^ 1417. static TypeOfFE_TD_NNS0 Elm_TD_NNS; 1418. static TypeOfFE_TD_NNS1 Elm_TD_NNS1; examples++-load/Element_Mixte.cpp:1416:29: call to Fem2D::TypeOfFE_BDM1_2d_TypeOfFE_BDM1_2d 1414. 1415. static TypeOfFE_BDM1_2d Elm_TypeOfFE_BDM1_2d(false);// BDM1 1416. static TypeOfFE_BDM1_2d Elm_TypeOfFE_BDM1_2dOrtho(true);// BDM1ortho ^ 1417. static TypeOfFE_TD_NNS0 Elm_TD_NNS; 1418. static TypeOfFE_TD_NNS1 Elm_TD_NNS1; examples++-load/Element_Mixte.cpp:1248:2: access to Fem2D::QF_GaussLegendre2| 1246. 3*2, // nb P interpolation 1247. 0), 1248. QFE(QF_GaussLegendre2), ^ 1249. Ortho(ortho) 1250. {