src/femlib/P012_3d.cpp:836: error: STATIC_INITIALIZATION_ORDER_FIASCO Initializer of Fem2D::P2_3d accesses global variable from a different translation unit: std::cout|. Showing all 5 steps of the trace src/femlib/P012_3d.cpp:836:1: initialization of Fem2D::P2_3d 834. GTypeOfFE & P1Lagrange3d(P1_3d); 835. 836. > static TypeOfFE_P2Lagrange3d P2_3d; 837. GTypeOfFE & P2Lagrange3d(P2_3d); 838. src/femlib/P012_3d.cpp:836:31: call to Fem2D::TypeOfFE_P2Lagrange3d_TypeOfFE_P2Lagrange3d 834. GTypeOfFE & P1Lagrange3d(P1_3d); 835. 836. static TypeOfFE_P2Lagrange3d P2_3d; ^ 837. GTypeOfFE & P2Lagrange3d(P2_3d); 838. src/femlib/P012_3d.cpp:175:28: call to Fem2D::TypeOfFE_Lagrange_TypeOfFE_Lagrange 173. typedef Mesh3 Mesh; 174. typedef GFElement FElement; 175. TypeOfFE_P2Lagrange3d(): TypeOfFE_Lagrange(2) { } ^ 176. void FB(const What_d whatd,const Mesh & Th,const Mesh3::Element & K,const Rd &P, RNMK_ & val) const; 177. } ; src/femlib/PkLagrange.hpp:115:5: call to Fem2D::SetPtPk 113. if(verbosity>9) 114. cout << "\n +++ P"< (this->PtInterpolation,this->ndfOn(),this->NbDoF); ^ 116. if(verbosity>9) cout << this->PtInterpolation<< endl; 117. for (int i=0;i