>> Hello, Michael >> First of all, thank you for your assistance so far :) >> Your response reminded me of some things I ought to share: >> I never had this problem "This Seriously" before. This is a fresh install >> of Fedora Core 3, with the same official updates applied that were >> available a few days ago (I did the reinstall this weekend) Further, my >> installation of KDE from Branch 3.5 is completely fresh: > Well you'll never believe it but now I'm experiencing the same thing. I have > just upgraded gcc but even after doing a clean rebuild of arts and > intermediate libraries I can't seem to get it to stop crashing. It's highly > annoying. > > Regards, > - Michael Pyne Hi! The same problem appears on Fedora Core 4. FC4 developers use the following patch against the problem for arts-1.4.2: ------------------------------------------------------------------------------------------------------------------------ --- arts-1.4.2/admin/acinclude.m4.in.gcc4 2005-07-20 19:17:16.000000000 +0200 +++ arts-1.4.2/admin/acinclude.m4.in 2005-07-26 15:18:09.000000000 +0200 @@ -3057,7 +3057,7 @@ AC_PROG_CXX - KDE_CHECK_FOR_BAD_COMPILER + dnl KDE_CHECK_FOR_BAD_COMPILER if test "$GXX" = "yes" || test "$CXX" = "KCC"; then if test "$kde_use_debug_code" != "no"; then --- arts-1.4.2/configure.in.in.gcc4 2005-07-20 19:18:11.000000000 +0200 +++ arts-1.4.2/configure.in.in 2005-07-26 15:11:22.000000000 +0200 @@ -47,7 +47,7 @@ dnl KDE_CHECK_LIBDL dnl AC_PROG_LIBTOOL KDE_CHECK_QT_DIRECT -KDE_ENABLE_HIDDEN_VISIBILITY +dnl KDE_ENABLE_HIDDEN_VISIBILITY dnl for NLS support. Call them in this order! dnl WITH_NLS is for the po files, GNU_GETTEXT for the sources -------------------------------------------------------------------------------------------------------------------------- It also fixes the problem for the arts-1.4.90 compiled under FC4. Probably the same patch can solve the problem in Fedora Core 3. ------------------- Best regards, Alexander >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<