Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Sat, 18 Mar 2000 19:47:58 -0500 To: cygwin-developers AT sourceware DOT cygnus DOT com Subject: Re: Compile warning in times.cc and strace.exe compile problem Message-ID: <20000318194758.A1332@cygnus.com> Reply-To: cygwin-developers AT sourceware DOT cygnus DOT com Mail-Followup-To: cgf AT cygnus DOT com, cygwin-developers AT sourceware DOT cygnus DOT com References: <38D39D73 DOT 3150CB4D AT attglobal DOT net> <20000318131343 DOT A935 AT cygnus DOT com> <38D3C893 DOT A95708A1 AT attglobal DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.8i In-Reply-To: <38D3C893.A95708A1@attglobal.net>; from fortinj@attglobal.net on Sat, Mar 18, 2000 at 01:18:59PM -0500 On Sat, Mar 18, 2000 at 01:18:59PM -0500, John Fortin wrote: >Chris Faylor wrote: >> >> On Sat, Mar 18, 2000 at 10:14:59AM -0500, John Fortin wrote: >> >When I compile cygwin from the cvs extract, times.cc gets the following: >> > >> > >> >gcc -c -g -O2 -o ./times.o times.cc >> >/e/src/winsup/cygwin/times.cc:20: warning: inconsistent dll linkage for >> >`time_t >> >_timezone'. dllexport assumed. >> >/e/src/winsup/cygwin/times.cc:21: warning: inconsistent dll linkage for >> >`int _da >> >ylight'. dllexport assumed. > >I'm using (I think ?) the newlib from CVS which was created when I did >'cvs get winsup'. Is this the correct version? Well, there's zero reason to speculate. Check the source and include files. Do the definitions differ? cgf