| Summary: | faad2 doesn't compile with gcc 3.3 or 3.4 error: libtool cannot find libstdc++ | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Aaron Peterson <alpeterson> |
| Component: | [OLD] Library | Assignee: | Please assign to toolchain <gcc-porting> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | halcy0n |
| Priority: | High | ||
| Version: | 2004.1 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Aaron Peterson
2004-07-14 13:57:00 UTC
you may wish to unmask this package and do some toolchain recompiling
* sys-libs/libstdc++-v3
Latest version available: 3.3.3-r1
Latest version installed: [ Not Installed ]
Size of downloaded files: 22,733 kB
Homepage: http://gcc.gnu.org/libstdc++/
Description: Compatibility package for running binaries linked against a pre gcc 3.4 libstdc++
License: GPL-2 LGPL-2.1
You should be able to get it to compile by doing the following. The old fix libtools script didn't work too well. cp /usr/portage/sys-devel/gcc/files/awk/fixlafiles.awk /lib/rcscripts/awk/ /usr/portage/sys-devel/gcc/files/fix_libtool_files.sh 3.4.0 Then try emerging it again. Should work. cp /usr/portage/sys-devel/gcc/files/awk/fixlafiles.awk /lib/rcscripts/awk/ /usr/portage/sys-devel/gcc/files/fix_libtool_files.sh 3.4.0 made it work! time for gcc-3.4.1-r2 ? and possibly make it ~x86? =s also, the software that requires 3.3 or 3.2, could run gcc-config itself? or run export wants_gcc_3.3=1 or something like that? fix_libtool_files.sh is automatically run, but until now it's been broken for gcc 3.4. new 3.4.1 upgrades -should- work as expected. |