Hi, > I've not looked into this sufficiently, but I got a similar problem > solved in src/mingwdll/libstdc++ by changing the Makefile like this : > > pavilion: {23} diff Makefile~ Makefile > 18c18 > < DLL_LIBS= -lgcc # -lws2 > --- >> DLL_LIBS= -lgcc -lgcc_s # -lws2
we don't link with these libries we use: LIBS += -lcoredll -lmingw32 -lmingwex -lws2 -lsupc++ -liphlpapi >From what I read from the web the compiler probably uses normal exception instead of SJLJ exceptions Johnny > > Danny > > On Mon, 2009-06-01 at 07:52 +0200, Johnny Willemsen wrote: >> Hi, >> >> When I try the new GCC 4.4 toolchain for x86 I do get these errors when >> linking the ACE library. We didn't had this issue with the previous >> toolchain. >> >> For a full build log: >> http://www.dre.vanderbilt.edu/~remedynl/suse111gegcc052/index.html >> >> Johnny >> >> /home/build/ACE/cegcc/ACE_wrappers/ace/Guard_T.inl:29: undefined >> reference >> to `__Unwind_SjLj_Unregister' >> .shobj/WFMO_Reactor.o:/home/build/ACE/cegcc/ACE_wrappers/ace/WFMO_Reactor.in >> l:793: undefined reference to `__Unwind_SjLj_Resume' >> .shobj/WFMO_Reactor.o: In function `~ACE_WFMO_Reactor': >> /home/build/ACE/cegcc/ACE_wrappers/ace/WFMO_Reactor.cpp:1311: undefined >> reference to `__Unwind_SjLj_Register' >> /home/build/ACE/cegcc/ACE_wrappers/ace/WFMO_Reactor.cpp:1343: undefined >> reference to `__Unwind_SjLj_Unregister' >> /home/build/ACE/cegcc/ACE_wrappers/ace/WFMO_Reactor.cpp:1343: undefined >> reference to `__Unwind_SjLj_Resume' >> / >> >> >> >> ------------------------------------------------------------------------------ >> Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT >> is a gathering of tech-side developers & brand creativity professionals. >> Meet >> the minds behind Google Creative Lab, Visual Complexity, Processing, & >> iPhoneDevCamp as they present alongside digital heavyweights like >> Barbarian >> Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com >> _______________________________________________ >> Cegcc-devel mailing list >> Cegcc-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/cegcc-devel >> > -- > Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info > > > ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp as they present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel