src/femlib/P012_1d.cpp:221: error: STATIC_INITIALIZATION_ORDER_FIASCO Initializer of Fem2D::P1_1d accesses global variable from a different translation unit: std::cout|. Showing all 5 steps of the trace src/femlib/P012_1d.cpp:221:1: initialization of Fem2D::P1_1d 219. GTypeOfFE & P0Lagrange1d(P0_1d); 220. 221. > static TypeOfFE_P1Lagrange1d P1_1d; 222. GTypeOfFE & P1Lagrange1d(P1_1d); 223. src/femlib/P012_1d.cpp:221:31: call to Fem2D::TypeOfFE_P1Lagrange1d_TypeOfFE_P1Lagrange1d 219. GTypeOfFE & P0Lagrange1d(P0_1d); 220. 221. static TypeOfFE_P1Lagrange1d P1_1d; ^ 222. GTypeOfFE & P1Lagrange1d(P1_1d); 223. src/femlib/P012_1d.cpp:79:28: call to Fem2D::TypeOfFE_Lagrange_TypeOfFE_Lagrange 77. class TypeOfFE_P1Lagrange1d : public TypeOfFE_Lagrange { 78. public: 79. TypeOfFE_P1Lagrange1d(): TypeOfFE_Lagrange(1) { } ^ 80. void FB(const What_d whatd,const Mesh & Th,const Element & K,const Rd &P, RNMK_ & val) const; 81. virtual R operator()(const FElement & K,const RdHat & PHat,const KN_ & u,int componante,int op) const ; 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