Re: Failing to compile on Debian Etch
yan <[email protected]>
| Newsgroups | gmane.comp.kde.devel.konq-e |
|---|---|
| Message-ID | <[email protected]> |
Yan Seiner wrote: > Recently I moved my development system from Debian Stable to Debian Etch > (long story....) > > I copied everything pretty much wholesale, including toolchain and all > my source files. > > Everything else compiles fine. Konqueror is giving me fits. > > Every other time I've run into this, it's been a problem with the local > system header files getting used rather than the crosstool headers, but > that's not the case here. It's using the correct headers for the > toolchain... > > Can anyone shed some light on this? > > I've got to be missing something basic.... It worked before and now it > doesn't..... > I beginning to suspect I know what is going on.... The new system uses gcc 4.0.4. I've had all sorts of problems with gcc 4+, so I am rebuilding the toolchain, kdelibs, and all that on the new system with gcc-3.4. From what I can gather, this has to do with visibility and .hidden symbols. Updates on Monday. --Yan