Date: Tue, 2 Apr 2002 10:53:31 +0800 From: "Selvam" <selvam@bernama.com> To: "Freebsd" <freebsd-questions@freebsd.org> Subject: Make world without games Message-ID: <EOEHJJODFIMKFOCMNABIKEMMHEAA.selvam@bernama.com>
next in thread | raw e-mail | index | archive | help
HI there I'm trying to figure out how to run a 'make world' and specify things I do not want to be built, for example games. As I have ran across problems compiling it like below :- -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386 DESTDIR= INSTALL="sh /usr/src/tools/install.sh" make -f Makefile.inc1 -DBOOTSTRAPPING -DNOHTML -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED bootstrap-tools cd /usr/src/games/fortune/strfile; make obj; make depend; make all; make DESTDIR=/usr/obj/usr/src/i386 install /usr/obj/usr/src/i386/usr/src/games/fortune/strfile created for /usr/src/games/fortune/strfile rm -f .depend mkdep -f .depend -a /usr/src/games/fortune/strfile/strfile.c cd /usr/src/games/fortune/strfile; make _EXTRADEPEND echo strfile: /usr/lib/libc.a >> .depend cc -O -pipe -Wall -c /usr/src/games/fortune/strfile/strfile.c cc: installation problem, cannot exec `cc1': No such file or directory *** Error code 1 Stop in /usr/src/games/fortune/strfile. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. -- Any help is appreciated, please mail me. Thank You Selvam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?EOEHJJODFIMKFOCMNABIKEMMHEAA.selvam>