On June 3, 2003 11:09 pm, you wrote: > Thanks for the information :) I haven't tried GCC 3.3 yet, still running > on GCC 3.2.2 > > I'll give it a try on my next KDE upgrade and see how it does.
Be prepared for extra problems with gcc-3.3 too. Some features that have been deprecated for a while now are not supported anymore by gcc-3.3. One of them being multi-line string literals. It's often a simple matter of editing the soruce and concatenating the offending lines into one long line (even if it spans more than your usual 80 characters). There are a bunch of other packages that need to be fixed up. One of my project users put up a site with all the patches he's put together, but that site is down right now. The site is: http://www.jg555.com/projects/patches/ftpdownload/ Hopefully it'll be u soon again. -- Gerard Beekmans http://linuxfromscratch.org /* Linux Consultant --- OSDN / DevChannel * * Technical Writer --- CheapBytes */ /* If Linux doesn't have the solution, you have the wrong problem */
