src/femlib/P012_1d.cpp:224: error: STATIC_INITIALIZATION_ORDER_FIASCO Initializer of Fem2D::P2_1d accesses global variable from a different translation unit: std::cout|. Showing all 5 steps of the trace src/femlib/P012_1d.cpp:224:1: initialization of Fem2D::P2_1d 222. GTypeOfFE & P1Lagrange1d(P1_1d); 223. 224. > static TypeOfFE_P2Lagrange1d P2_1d; 225. GTypeOfFE & P2Lagrange1d(P2_1d); 226. src/femlib/P012_1d.cpp:224:31: call to Fem2D::TypeOfFE_P2Lagrange1d_TypeOfFE_P2Lagrange1d 222. GTypeOfFE & P1Lagrange1d(P1_1d); 223. 224. static TypeOfFE_P2Lagrange1d P2_1d; ^ 225. GTypeOfFE & P2Lagrange1d(P2_1d); 226. src/femlib/P012_1d.cpp:147:28: call to Fem2D::TypeOfFE_Lagrange_TypeOfFE_Lagrange 145. typedef Mesh1 Mesh; 146. typedef GFElement FElement; 147. TypeOfFE_P2Lagrange1d(): TypeOfFE_Lagrange(2) { } ^ 148. void FB(const What_d whatd,const Mesh & Th,const Mesh1::Element & K,const Rd &P, RNMK_ & val) const; 149. 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