examples++-load/Element_PkEdge.cpp:322: error: STATIC_INITIALIZATION_ORDER_FIASCO Initializer of Fem2D::P4Edge accesses global variable from a different translation unit: map_type|. Showing all 5 steps of the trace examples++-load/Element_PkEdge.cpp:322:5: initialization of Fem2D::P4Edge 320. static AddNewFE P2Edge("P2edge",&PkEdgeP2); 321. static AddNewFE P3Edge("P3edge",&PkEdgeP3); 322. static AddNewFE P4Edge("P4edge",&PkEdgeP4); ^ 323. static AddNewFE P5Edge("P5edge",&PkEdgeP5); 324. } // FEM2d namespace examples++-load/Element_PkEdge.cpp:322:22: call to AddNewFE_AddNewFE 320. static AddNewFE P2Edge("P2edge",&PkEdgeP2); 321. static AddNewFE P3Edge("P3edge",&PkEdgeP3); 322. static AddNewFE P4Edge("P4edge",&PkEdgeP4); ^ 323. static AddNewFE P5Edge("P5edge",&PkEdgeP5); 324. } // FEM2d namespace src/fflib/AddNewFE.h:52:34: call to atype 50. { 51. ffassert(tfe); // check 52. Global.New(FEname, Type_Expr(atype() ,new EConstantTypeOfFE(tfe))); ^ 53. } 54. }; src/fflib/AFunction.hpp:339:14: call to ShowType 337. // basicForEachType * r=map_type[]; 338. if (ir == map_type.end()) { cerr << "Error: aType '" << typeid(T).name() << "', doesn't exist\n"; 339. ShowType(cerr); ^ 340. throw(ErrorExec("exit",1));} 341. return ir->second;} src/fflib/AFunction2.cpp:708:10: access to map_type| 706. 707. map::const_iterator i; 708. for(i=map_type.begin();i!=map_type.end();i++) ^ 709. { 710. f << " --"<< i->first <<" = " ;