From owner-freebsd-current Tue May 26 20:36:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA04467 for freebsd-current-outgoing; Tue, 26 May 1998 20:36:07 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA04362 for ; Tue, 26 May 1998 20:35:39 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id UAA17413 for ; Tue, 26 May 1998 20:30:59 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd017409; Wed May 27 03:30:51 1998 Message-ID: <356B88E7.ABD322C@whistle.com> Date: Tue, 26 May 1998 20:30:47 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: current@FreeBSD.ORG Subject: possible breakage (objformat.c) in -current Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This new file (why does it have to be compiled at install time?) fails to compile here because CFLAGS at install-time contains -nostdinc which means that it can't find any include files. Thus make installworld fails. I've looked to see if the -nostdinc is a local feature but it doesn't appear to be so. My quick workaround is to add CFLAGS= to the Makefile to get rif of incoming values. Anyone else see this? I see no reason why this couldn't be build at built at make time, as it only gets it's default behaviour from that, and you could just as easily check it in with the default behaviour you want as check the default behaviour into the Makefile. That way it'd at least compile :-) julian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message