X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10202271806.AA16042@clio.rice.edu> Subject: Re: Conflicting types for bzero strikes again To: djgpp-workers AT delorie DOT com Date: Wed, 27 Feb 2002 12:06:54 -0600 (CST) In-Reply-To: <8011-Wed27Feb2002185959+0200-eliz@is.elta.co.il> from "Eli Zaretskii" at Feb 27, 2002 06:59:59 PM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 Precedence: bulk > I just found another package whose compilation with GCC 3.x triggers > these warnings: Texinfo 4.1 (a pretest of it, actually). Sure enough, > it happens because the Makefile's include "-I /dev/env/DJDIR/include" > in CPPFLAGS, but I didn't do anything special to the configure script > to cause that. > > Taking a quick look at the configure script, it seems like this is > done for the sake of libintl.h and gettext.h, since those could either > come from the package or from a system include directory. If that is > true, we will see warnings like that in more and more packages, as > they start using the latest gettext configury stuff. I think we've decided on the fix (using the builtin if gcc > 3) but I just have not had the time to build a test refresh++, sorry.