From owner-freebsd-stable Sat Aug 11 7:49:35 2001 Delivered-To: freebsd-stable@freebsd.org Received: from tomts8-srv.bellnexxia.net (tomts8.bellnexxia.net [209.226.175.52]) by hub.freebsd.org (Postfix) with ESMTP id E8A9237B401 for ; Sat, 11 Aug 2001 07:49:31 -0700 (PDT) (envelope-from matt@gsicomp.on.ca) Received: from xena.gsicomp.on.ca ([64.228.155.124]) by tomts8-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010811144931.ZIIG27547.tomts8-srv.bellnexxia.net@xena.gsicomp.on.ca>; Sat, 11 Aug 2001 10:49:31 -0400 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.11.1) with SMTP id f7BEksc50255; Sat, 11 Aug 2001 10:46:54 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <006401c12273$e63b8b90$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Cam" , "Freebsd-Stable (E-mail)" Cc: "Mark Peek" References: <41B3E1567DDDD4119489004F4E0059450EFB@jill.svr.macaroon.net> Subject: Re: Make buildworld problem Date: Sat, 11 Aug 2001 10:42:51 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 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". One place to check if you're not specifying CFLAGS="-o -pipe" on the command line is /etc/make.conf. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message