delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mailnull set sender to djgpp-workers-bounces using -f |
X-Authentication-Warning: | acp3bf.physik.rwth-aachen.de: broeker owned process doing -bs |
Date: | Fri, 21 Dec 2001 15:46:53 +0100 (MET) |
From: | Hans-Bernhard Broeker <broeker AT physik DOT rwth-aachen DOT de> |
X-Sender: | broeker AT acp3bf |
To: | djgpp-workers AT delorie DOT com |
Subject: | RE: Re: regcomp NLS fix |
In-Reply-To: | <2FDE018B.3AD4F419.09ACFA57@netscape.net> |
Message-ID: | <Pine.LNX.4.10.10112211543430.21539-100000@acp3bf> |
MIME-Version: | 1.0 |
Reply-To: | djgpp-workers AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp-workers AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
On Thu, 20 Dec 2001, Alexander Aganichev wrote: > Hmm... I've tried to add -pedantic to the makefile explicitly, so > there's probably a problem in my gcc 2.95.2 with warnings :-( Not necessarily. GCC option "-pedantic" on its own does almost nothing, it only would in combinations like "-ansi -pedantic", but we definitely don't want that for the DJGPP libc sources. To get full warnings using a gcc-2.8.1 crosscompiler, I just commented out the CFLAGS=-w line (which disables all warnings) and the overrider for XGCC=$(XLGCC) in src/libc/posix/regex/makefile. [OpenBSD changes to Spencer's regexp] > Is it OK to peek these changes intact (with BSD copyright) or should > we made something alike by ourselves? That answer may best be given by DJ himself, but AFAIK, anything BSD should be fine for taking into our LIBC sources. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |