Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Aug 2001 10:42:51 -0400
From:      "Matthew Emmerton" <matt@gsicomp.on.ca>
To:        "Cam" <cam@macaroon.demon.co.uk>, "Freebsd-Stable (E-mail)" <freebsd-stable@FreeBSD.ORG>
Cc:        "Mark Peek" <mark@whistle.com>
Subject:   Re: Make buildworld problem
Message-ID:  <006401c12273$e63b8b90$1200a8c0@gsicomp.on.ca>
References:  <41B3E1567DDDD4119489004F4E0059450EFB@jill.svr.macaroon.net> <p05100313b79ae765e144@[207.76.207.129]>

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".

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?006401c12273$e63b8b90$1200a8c0>