Gerwin Krist -|- Digitalus Webhosting wrote: > Any chance that someone knows how to solve this? http://cvs.fedoraproject.org/viewvc/rpms/kdelibs/devel/kdelibs-4.2.0-gcc44-workaround.patch?revision=1.1&view=markup Not really upstreamable in its current state, it needs a better fix (the check for strcasestr should define _GNU_SOURCE). You'll also need this one: http://cvs.fedoraproject.org/viewvc/rpms/kdelibs/devel/kdelibs-4.2.0-gcc44-misc.patch?revision=1.1&view=markup (this one should probably go upstream, I don't see why it wouldn't qualify). And if you want Konqueror not to crash on every page containing JavaScript, you'll also need this workaround (unless the aliasing issues in dtoa.cpp got fixed): http://cvs.fedoraproject.org/viewvc/rpms/kdelibs/devel/kdelibs-4.2.0-kjs-gcc44-crash.patch?revision=1.4&view=markup Kevin Kofler