From owner-freebsd-bugs Fri Aug 18 13:20: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D25F37B42C for ; Fri, 18 Aug 2000 13:20:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA23266; Fri, 18 Aug 2000 13:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from orthanc.ab.ca (207-167-15-66.dsl.worldgate.ca [207.167.15.66]) by hub.freebsd.org (Postfix) with ESMTP id 50DDB37B423 for ; Fri, 18 Aug 2000 13:15:17 -0700 (PDT) Received: (from lyndon@localhost) by orthanc.ab.ca (8.11.0.Beta3/8.11.0.Beta3) id e7IKFFR28900; Fri, 18 Aug 2000 14:15:15 -0600 (MDT) Message-Id: <200008182015.e7IKFFR28900@orthanc.ab.ca> Date: Fri, 18 Aug 2000 14:15:15 -0600 (MDT) From: Lyndon Nerenberg Reply-To: lyndon@orthanc.ab.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: gnu/20707: /usr/libexec/cpp doesn't support -undef flag Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20707 >Category: gnu >Synopsis: /usr/libexec/cpp doesn't support -undef flag >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 18 13:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Lyndon Nerenberg >Release: FreeBSD 4.0-STABLE i386 >Organization: The Frobozz Magic Homing Pigeon Company >Environment: 4-STABLE as of August 18th. >Description: /usr/libexec/cpp doesn't support the -undef flag, although --help documents it. (As does the cpp(1) manpage, although it's unclear if cpp(1) is meant to apply to /usr/libexec/cpp as well as the one in /usr/bin.) lcc (/usr/ports/lang/lcc) invokes /usr/libexec/cpp with -undef, and thus breaks when /usr/libexec/cpp barfs about the unrecognized option. >How-To-Repeat: Install lcc from ports, then try to compile something. >Fix: Re-enable -undef for the cpp in /usr/libexec. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message