From owner-freebsd-questions Mon Apr 1 18:46:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from bernama.com (mail.bernama.com [202.188.124.50]) by hub.freebsd.org (Postfix) with ESMTP id 9C04837B41B for ; Mon, 1 Apr 2002 18:46:36 -0800 (PST) Received: from admin [192.168.1.11] by bernama.com (SMTPD32-7.05) id AC083020026; Tue, 02 Apr 2002 10:48:40 +0800 From: "Selvam" To: "Freebsd" Subject: Make world without games Date: Tue, 2 Apr 2002 10:53:31 +0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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