Date: Wed, 2 Aug 2000 13:45:49 -0700 From: R Joseph Wright <rjoseph@mammalia.org> To: freebsd-ports <freebsd-ports@FreeBSD.org> Subject: x11-toolkits/kde-qt-addon fails Message-ID: <20000802134549.A21327@mammalia.org>
next in thread | raw e-mail | index | archive | help
This port is having trouble finding libraries, such as -ldld and -ldnet (these don't exist on my system). It finally fails looking for -lXext. configure:3338: cc -o conftest -O2 -pipe -I/usr/X11R6/include -I/usr/local/include conftest.c -ldld -Wl,-export-dynamic -L/usr/X11R6/lib -L/usr/local/lib -lqt2 -ljpeg -lgcc -lstdc++ 1>&5 /usr/libexec/elf/ld: cannot find -ldld configure: failed program was: #line 3327 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char shl_unload(); int main() { shl_unload() ; return 0; } configure:3373: checking for main in -lcompat configure:3388: cc -o conftest -O2 -pipe -I/usr/X11R6/include -I/usr/local/include conftest.c -lcompat -Wl,-export-dynamic -L/usr/X11R6/lib -L/usr/local/lib -lqt2 -ljpeg -lgcc -lstdc++ 1>&5 configure:3410: checking for crypt in -lcrypt configure:3429: cc -o conftest -O2 -pipe -I/usr/X11R6/include -I/usr/local/include conftest.c -lcrypt -Wl,-export-dynamic -L/usr/X11R6/lib -L/usr/local/lib -lqt2 -ljpeg -lgcc -lstdc++ 1>&5 configure:3503: checking for the third argument of getsockname configure:3532: c++ -c -O2 -pipe -I/usr/X11R6/include -I/usr/local/include conftest.C 1>&5 configure:3603: checking for dnet_ntoa in -ldnet configure:3622: cc -o conftest -O2 -pipe -I/usr/X11R6/include -I/usr/local/include conftest.c -ldnet -Wl,-export-dynamic -L/usr/X11R6/lib -L/usr/local/lib -lqt2 -ljpeg -lgcc -lstdc++ 1>&5 /usr/libexec/elf/ld: cannot find -ldnet configure: failed program was: #line 3611 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:3644: checking for dnet_ntoa in -ldnet_stub configure:3663: cc -o conftest -O2 -pipe -I/usr/X11R6/include -I/usr/local/include conftest.c -ldnet_stub -Wl,-export-dynamic -L/usr/X11R6/lib -L/usr/local/lib -lqt2 -ljpeg -lgcc -lstdc++ 1>&5 /usr/libexec/elf/ld: cannot find -ldnet_stub configure: failed program was: #line 3652 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dnet_ntoa(); <excess trimmed> configure:4554: cc -o conftest -O2 -pipe -I/usr/X11R6/include -I/usr/local/include -L/usr/lib conftest.c -lICE -Wl,-export-dynamic -L/usr/X11R6/lib -L/usr/local/lib -lqt2 -ljpeg -lgcc -lstdc++ 1>&5 configure:4583: checking for libXext configure:4606: cc -o conftest -O2 -pipe -I/usr/X11R6/include -I/usr/local/include -L/usr/lib -L/usr/local/lib conftest.c -lXext -lX11 1>&5 /usr/libexec/elf/ld: cannot find -lXext configure: failed program was: #line 4595 "configure" #include "confdefs.h" #include <stdio.h> int main() { printf("hello Xext\n"); ; return 0; } (end of "config.log") *** Error code 1 Stop in /usr/ports/x11-toolkits/kde-qt-addon. *** Error code 1 Stop in /usr/ports/x11-toolkits/kde-qt-addon. *** Error code 1 Stop in /usr/ports/x11-toolkits/kde-qt-addon. *** Error code 1 Stop in /usr/ports/x11-toolkits/kde-qt-addon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000802134549.A21327>