Date: Thu, 13 Feb 2003 22:02:14 +0800 From: leafy <leafy@leafy.idv.tw> To: freebsd-current@freebsd.org Subject: ld-elf.so.1 weird behaviour Message-ID: <20030213140213.GA37330@leafy.idv.tw>
next in thread | raw e-mail | index | archive | help
I built world with the new gcc3.2.2, and trid to upgrade my kdelibs.
It's producing the following errors regarding ld-elf.so.1
rm -f htmlpageinfo.cc.temp ;\
if test "$ret" = 0; then echo '#include "htmlpageinfo.moc"' >> htmlpageinfo.cc;
else rm -f htmlpageinfo.cc ; exit $ret ; fi
/usr/libexec/ld-elf.so.1: /usr/X11R6/plugins/designer/libwizards.so: Undefined s
ymbol "_Z22qCleanupImages_wizardsv"
gmake[3]: *** [htmlpageinfo.cc] Error 1
gmake[3]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.1/khtml'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.1/khtml'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.1'
gmake: *** [all] Error 2
*** Error code 2
Stop in /usr/ports/x11/kdelibs3.
*** Error code 1
But the symbol actually exists:
leafy@leafy:~$ nm /usr/X11R6/plugins/designer/libwizards.so |grep Z22
000256f0 T _Z22qCleanupImages_wizardsv
Is ld-elf.so.1 faulty?
Jiawei Ye
--
"Without the userland, the kernel is useless."
--inspired by The Tao of Programming
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030213140213.GA37330>
