Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Aug 2001 06:52:53 -0700
From:      Mark Peek <mark@whistle.com>
To:        Cam <cam@macaroon.demon.co.uk>, "Freebsd-Stable (E-mail)" <freebsd-stable@FreeBSD.ORG>
Subject:   Re: Make buildworld problem
Message-ID:  <p05100313b79ae765e144@[207.76.207.129]>
In-Reply-To: <41B3E1567DDDD4119489004F4E0059450EFB@jill.svr.macaroon.net>
References:  <41B3E1567DDDD4119489004F4E0059450EFB@jill.svr.macaroon.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?p05100313b79ae765e144>