examples++-load/Element_Mixte.cpp:1412: error: STATIC_INITIALIZATION_ORDER_FIASCO Initializer of Fem2D::Elm_TypeOfFE_RT2_2d accesses global variable from a different translation unit: std::cout|. Showing all 6 steps of the trace examples++-load/Element_Mixte.cpp:1412:5: initialization of Fem2D::Elm_TypeOfFE_RT2_2d 1410. static TypeOfFE_RT1_2d Elm_TypeOfFE_RT1_2d(false);// RT1 1411. static TypeOfFE_RT1_2d Elm_TypeOfFE_RT1_2dOrtho(true);// RT1ortho 1412. static TypeOfFE_RT2_2d Elm_TypeOfFE_RT2_2d(false);// RT1 ^ 1413. static TypeOfFE_RT2_2d Elm_TypeOfFE_RT2_2dOrtho(true);// RT1ortho 1414. examples++-load/Element_Mixte.cpp:1412:28: call to Fem2D::TypeOfFE_RT2_2d_TypeOfFE_RT2_2d 1410. static TypeOfFE_RT1_2d Elm_TypeOfFE_RT1_2d(false);// RT1 1411. static TypeOfFE_RT1_2d Elm_TypeOfFE_RT1_2dOrtho(true);// RT1ortho 1412. static TypeOfFE_RT2_2d Elm_TypeOfFE_RT2_2d(false);// RT1 ^ 1413. static TypeOfFE_RT2_2d Elm_TypeOfFE_RT2_2dOrtho(true);// RT1ortho 1414. examples++-load/Element_Mixte.cpp:768:12: call to Fem2D::InitTypeOfRTk_2d_InitTypeOfRTk_2d 766. 767. TypeOfFE_RT2_2d(bool ortho) 768. : InitTypeOfRTk_2d(2), ^ 769. TypeOfFE(ndf,2,Data,3,1, 770. 2*3*3*QFE.n+QFK.n*4*3,// nb coef mat interpole examples++-load/Element_Mixte.cpp:451:5: call to Fem2D::GQuadratureFormular_GQuadratureFormular 449. InitTypeOfRTk_2d(int KK) 450. :k(KK),ndfi((k+1)*(k)), npe(k+1),ndf(3*npe+ndfi),Data( 5*ndf+6), 451. QFE(-1+2*npe,npe,GaussLegendre(npe),true), QFK(QuadratureFormular_T_5) ^ 452. { 453. int j=0; src/femlib/QuadratureFormular.hpp:85:51: call to Fem2D::GQuadratureFormular_Verification 83. void Verification(); // for verification 84. GQuadratureFormular (int e,int NbOfNodes,QuadraturePoint *pp,bool c=false) 85. :exact(e), n(NbOfNodes),size(n),p(pp),clean(c) {Verification();} ^ 86. GQuadratureFormular (int e,int NbOfNodes,const QuadraturePoint *pp,bool c=false) 87. :exact(e),n(NbOfNodes),p(pp),clean(c) {Verification();} src/femlib/QuadratureFormular.cpp:665:4: access to std::cout| 663. if (err>tol) 664. { 665. cerr << " d= " << d << "T Ordre= " << k << " d!k!/(d+k)!= " << se << " " ; ^ 666. for(int l=0;l<=d;++l) 667. cerr << sa[l] << " ";