forrestzhang 发表于 2005-3-1 03:45:26

请问gentoo编译qterm的错误如何解决

错误如下:
libtool: link: cannot find the library `/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/libstdc++.la'
make[3]: *** [qterm] Error 1
make[3]: Leaving directory `/var/tmp/portage/qterm-0.3.8/work/qterm-0.3.8/qterm'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/qterm-0.3.8/work/qterm-0.3.8/qterm'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/qterm-0.3.8/work/qterm-0.3.8'
make: *** [all] Error 2

!!! ERROR: x11-misc/qterm-0.3.8 failed.
!!! Function src_compile, Line 23, Exitcode 2
!!! emake failed

!!! If you need support, post the topmost build error, NOT this status message.

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-x11-misc_-_qterm-0.3.8-8699.log"

open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock



然后我的make.conf如下

CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O3 -pipe"
CXXFLAGS="${CFLAGS}"
FEATURES="-sandbox"
GENTOO_MIRRORS="ftp://ftp.sjtu.edu.cn/sites/gentoo ftp://ftp.tsinghua.edu.cn/mirror/gentoo rsyna://ftp.lzusiyu.org http://gentoo.gg3.net/"

dzho002 发表于 2005-3-1 05:40:56

重新emerge gcc 3.34?
页: [1]
查看完整版本: 请问gentoo编译qterm的错误如何解决