While compiling from a recent git version on Fedora 9 I encountered a strange error while bootstraping. Make seems OK, but running ./factor -i=boot.x86.32.image failed. First prints Stage2 early init... done than hangs for a while just to stop with an early_error message. I've tried different boot images, even used the latest binary for my platform to create an image from scratch with the same result.
When started to dig in and compiled factor VM with DEBUG=1 all went smooth, soon realized that gcc optimization caused the problem, the default O3 and O2 failed, while O1 is fine with gcc 4.3.0. As an easy workaround I suggest to change the default optimization until there is a fix. Attila ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
