From owner-freebsd-hackers Tue Jan 30 13:34:34 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA01465 for hackers-outgoing; Tue, 30 Jan 1996 13:34:34 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA01421 for ; Tue, 30 Jan 1996 13:34:21 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA07444; Tue, 30 Jan 1996 14:31:35 -0700 From: Terry Lambert Message-Id: <199601302131.OAA07444@phaeton.artisoft.com> Subject: Re: compile prob To: bde@zeta.org.au (Bruce Evans) Date: Tue, 30 Jan 1996 14:31:35 -0700 (MST) Cc: cosmos@sponsor.octet.com, hackers@FreeBSD.ORG In-Reply-To: <199601300501.QAA20880@godzilla.zeta.org.au> from "Bruce Evans" at Jan 30, 96 04:01:58 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG Precedence: bulk > is broken if _POSIX_SOURCE is defined and either of > or is included before . > > Include first or don;t define _POSIX_SOURCE. Other things may > break if _POSIX_SOURCE is defined. Few programs use only POSIX features. Any chance of fixing this? POSIX validation pretty much requires the definition of _POSIX_SOURCE. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.