On Thu, 13 Jan 2005, William H. Carlin, Jr. wrote: > I have encountered and problem with the latest ebuild for x11-libs/gtk > +-2.4.14 > > Prior to emerging this ebuild I updated to the latest version of gcc > (3.3.5). The x11-libs/gtk+-2.4.14 ebuild is either assuming I have gcc > 3.3.4 (hardcoded into some script or something) or is unable to > determine my current version of gcc. > > I easily worked around this problem, for better or worse, by adding a > symlink of 3.3.4 pointing to 3.3.5 > > I havn't restarted Gnome to see if gtk2 is broken but will probably > follow up with another post if I find this to be the case.
Hi! I fixed this problem with a nifty little script called 'fix_libtool_files.sh'. Doing 'fix_libtool_files.sh 3.3.4' fixed the problem with both gtk+ and k3b searching for a non-existant libstdc++ in the unmerged gcc-3.3.4 directory... I'm not sure if this is the correct way to do it and I'm, unfortunately, not good at awk-scripting, but it seems to traverse relevant files and correcting the path to gcc3.3.5. Found this in bugs.gentoo.org (don't remember which one). Best regards Peter K -- We Can Put an End to Word Attachments: http://www.fsf.org/philosophy/no-word-attachments.html -- [email protected] mailing list
