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 Message-ID: <38D3C893.A95708A1@attglobal.net> Date: Sat, 18 Mar 2000 13:18:59 -0500 From: John Fortin X-Sender: "John Fortin" <@smtp-gw01.ny.us.ibm.net> (Unverified) X-Mailer: Mozilla 4.7 [en]C-gatewaynet (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: cygwin-developers AT sourceware DOT cygnus DOT com Subject: Re: Compile warning in times.cc and strace.exe compile problem References: <38D39D73 DOT 3150CB4D AT attglobal DOT net> <20000318131343 DOT A935 AT cygnus DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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? John