From owner-freebsd-stable Sat Aug 11 6:54: 8 2001 Delivered-To: freebsd-stable@freebsd.org Received: from alpo.whistle.com (s206m1.whistle.com [207.76.206.1]) by hub.freebsd.org (Postfix) with ESMTP id 3425737B405 for ; Sat, 11 Aug 2001 06:54:05 -0700 (PDT) (envelope-from mark@whistle.com) Received: from [207.76.207.129] ([10.1.10.118]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id GAA53151; Sat, 11 Aug 2001 06:53:51 -0700 (PDT) Mime-Version: 1.0 X-Sender: mark-ml@207.76.206.1 Message-Id: In-Reply-To: <41B3E1567DDDD4119489004F4E0059450EFB@jill.svr.macaroon.net> References: <41B3E1567DDDD4119489004F4E0059450EFB@jill.svr.macaroon.net> Date: Sat, 11 Aug 2001 06:52:53 -0700 To: Cam , "Freebsd-Stable (E-mail)" From: Mark Peek Subject: Re: Make buildworld problem Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 12:40 AM +0100 8/11/01, Cam wrote: >I have attached a copy of dmesg and the output of make buildworld. Both >machines are the same except one has IDE instead of SCSI disks. > >Sorry if there is something painfully obvious that I have missed and thanks >in advance. > >... > >cc -o -pipe -Wall -I/usr/obj/usr/src/i386/usr/include -c > /usr/src/games/fortune/strfile/strfile.c >cc -o -pipe -Wall -I/usr/obj/usr/src/i386/usr/include -static >-o strfile strfile.o >cc: strfile.o: No such file or directory >cc: No input files specified Looking at the attached buildworld log, it appears you are running: make CFLAGS="-o -pipe" buildworld If this is the case, try just "make buildworld". Otherwise, figure out why your compilation is using "-o" instead of "-O". Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message