Summary: | gtk+-2.4.14 / GCC compile error | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | George Prowse <cokehabit> |
Component: | [OLD] GNOME | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED DUPLICATE | ||
Severity: | major | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
George Prowse
2005-01-13 05:01:19 UTC
I had the same problem. You can see that you have 3.3.5 version of gcc, but libstdc++.la is searching in dir, related to previous version - 3.3.4. I read the bug 51922 and what i have done to fix compiling gtk+: 1. Delete from LDPATH var in file /etc/05gcc :/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4 (may be it unnecesary but there is no such dir any way) 2. run env-update && source /etc/profile 3. run fix_libtool_files.sh 3.3.4 - it fixes some files After that it all seems working. Question to developers: why this actions is needed?! |