|
|
编译过程中出现很多问题基本上自己查资料解决了一些 但是这个问题我有些没办法了,网上有说是gcc版本的问题,我更新gcc到最新的也还是有问题,只能到上面来请教高人了希望早日解决,我都编译好多天了。
- /bin/sh ../../libtool --silent --tag=CXX --mode=link i686-pc-linux-gnu-g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -march=i686 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -Wl,-O1 -o kcm_kdnssd.la -rpath /usr/kde/3.5/lib/kde3 -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -L/usr/kde/3.5/lib -L/usr/qt/3/lib kcmdnssd.lo configdialog.lo -lkdnssd -lkdeui
- /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lkdnssd
- collect2: ld returned 1 exit status
- make[3]: *** [kcm_kdnssd.la] Error 1
- make[3]: Leaving directory `/var/tmp/portage/kde-base/kcontrol-3.5.9/work/kcontrol-3.5.9/kcontrol/dnssd'
- make[2]: *** [all-recursive] Error 1
- make[2]: Leaving directory `/var/tmp/portage/kde-base/kcontrol-3.5.9/work/kcontrol-3.5.9/kcontrol'
- make[1]: *** [all-recursive] Error 1
- make[1]: Leaving directory `/var/tmp/portage/kde-base/kcontrol-3.5.9/work/kcontrol-3.5.9'
- make: *** [all] Error 2
- *
- * ERROR: kde-base/kcontrol-3.5.9 failed.
- * Call stack:
- * ebuild.sh, line 49: Called src_compile
- * environment, line 4381: Called kde-meta_src_compile
- * environment, line 3022: Called kde_src_compile
- * environment, line 3187: Called kde_src_compile 'all'
- * environment, line 3312: Called kde_src_compile 'myconf' 'configure' 'make'
- * environment, line 3308: Called die
- * The specific snippet of code:
- * emake || die "died running emake, $FUNCNAME:make"
- * The die message:
- * died running emake, kde_src_compile:make
- *
- * If you need support, post the topmost build error, and the call stack if relevant.
- * A complete build log is located at '/var/tmp/portage/kde-base/kcontrol-3.5.9/temp/build.log'.
- * The ebuild environment file is located at '/var/tmp/portage/kde-base/kcontrol-3.5.9/temp/environment'.
复制代码 |
|