hi, after a good night of sleep, i just noticed that *just* removing the -fexceptions flag won't change anything. -fexceptions is for C code linking to C++ code, but it's already default when compiling C++, then you have to use the -fno-exceptions flag instead if you really want to disable that feature. Besides, what happens if the standard library (or another underlying library) throws an exception ? -fno-exceptions is for embedded guys that already disabled the whole exception feature, not for generalistic systems like Fedora. Morale: that's just *PLAIN USELESS* to only remove the -fexceptions from flags, anyway, it's already there. And sleeping might be a good thing. best regards, H. -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel