Hi, On mar, sep 13, 2005, Nathanael Nerode wrote: > You could try building at a lower optimization level (than -O3), or without > one or more of the fancy -f options used. Incidentally, the options line > passed to GCC is really stupid, containing wonders like > '-finline-functions ... -fno-inline-functions ...'. You could also try > building with gcc 3.4.
Just a note to add that I don't think building with gcc 3.4 is an option since the library has been C++ transitionned explicitely to permit linking with other apps built with gcc 4 and the new C++ ABI. If -O3 is used, it really should be removed as this is said to not only ICE on m68k but also cause silent breakage in i386. Bye, -- Loïc Minier <[EMAIL PROTECTED]>