Date: Sun, 20 Sep 1998 12:23:43 +0200 From: Andreas Klemm <andreas@klemm.gtn.com> To: current@FreeBSD.ORG Subject: building XFree86 with Kerberos support fails (on ELF system) Message-ID: <19980920122343.A15706@klemm.gtn.com>
next in thread | raw e-mail | index | archive | help
Wanted to rebuild XFree86 with ELF patches and the following error shows up at the very beginning when building with Kerberos support: Building Release 6.3 of the X Window System. I hope you checked the configuration parameters in ./config/cf to see if you need to pass BOOTSTRAPCFLAGS. So 20 Sep 1998 12:21:10 CEST cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" clean rm -f ccimake imake.o imake rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a tags TAGS make.log \#* rm -f -r Makefile.proto Makefile Makefile.dep bootstrap make Makefile.boot cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" making imake with BOOTSTRAPCFLAGS= in config/imake cc -o ccimake -O -I../../include -I../../imports/x11/include/X11 ccimake.c cc -c -O -I../../include -I../../imports/x11/include/X11 `./ccimake` imake.c cc -o imake -O -I../../include -I../../imports/x11/include/X11 imake.o rm -f ./config/makedepend/Makefile.proto ./config/imake/imake -I./config/cf -s ./config/makedepend/Makefile.proto -f ./c onfig/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend cd ./config/makedepend && rm -f -r Makefile Makefile.dep makedepend *.o bootstra p cd ./config/makedepend && make -f Makefile.proto bootstrap ./config/imake/imake -I./config/cf -s ./config/imake/Makefile.proto -f ./config /imake/Imakefile -DTOPDIR=../.. -DCURDIR=./config/imake cd ./config/imake && make -f Makefile.proto bootstrapdepend cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" bootstrap + mkdir bootstrap mv *.o imake bootstrap cd ./config/imake && make -f Makefile.proto all cc -O3 -pipe -fno-inline -ansi -pedantic -Dasm=__asm -I../../include -I../../ex ports/include/X11 -I../.. -I../../exports/include -DCSRG_BASED -DFUNCPROTO=1 5 -DNARROWPROTO -DCPP_PROGRAM="\"/usr/libexec/cpp\"" -c imake.c rm -f imake cc -o imake -O3 -pipe -fno-inline -ansi -pedantic -Dasm=__asm imake.o -L/u sr/X11R6/lib -lxpg4 -lrpcsvc -lkrb -ldes -Wl,-R,/usr/X11R6/lib /usr/lib/libkrb.so: undefined reference to `crypt' *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' 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?19980920122343.A15706>