From owner-freebsd-questions Thu Nov 21 16:55:27 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA01613 for questions-outgoing; Thu, 21 Nov 1996 16:55:27 -0800 (PST) Received: from bitbucket.edmweb.com (bitbucket.edmweb.com [204.244.190.9]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id QAA01606 for ; Thu, 21 Nov 1996 16:55:22 -0800 (PST) Received: (from steve@localhost) by bitbucket.edmweb.com (8.6.12/8.6.12) id QAA02348; Thu, 21 Nov 1996 16:55:07 -0800 Date: Thu, 21 Nov 1996 16:54:59 -0800 (PST) From: Steve Reid To: Dave Bodenstab cc: freebsd-questions@freebsd.org Subject: Re: Gnu dc 1.03 compile problems In-Reply-To: <199611212137.PAA08190@base486.synet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Has anyone been able to get GNU dc v1.03 to compile on a 2.1.0-RELEASE > > system? I've tried, but it produces a bunch of warnings and errors (see > > below). [snip] > Your problem is caused by the -D_POSIX_SOURCE in the > Makefile, Thanks a lot! I removed the -D_POSIX_SOURCE and commented out the last line of proto.h. A few warnings about redefines but it worked fine. :)