X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Sat, 1 Dec 2007 13:59:57 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: Failure in building GFortran on Cygwin Message-ID: <20071201125957.GD30894@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <474F61CD DOT 1060405 AT verizon DOT net> <20071130142008 DOT GX30894 AT calimero DOT vinschen DOT de> <47501D95 DOT 3030200 AT byu DOT net> <20071130145842 DOT GY30894 AT calimero DOT vinschen DOT de> <20071130213601 DOT GC24092 AT ednor DOT casa DOT cgf DOT cx> <20071201103155 DOT GZ30894 AT calimero DOT vinschen DOT de> <4751420F DOT F35239F3 AT dessent DOT net> <20071201120032 DOT GB30894 AT calimero DOT vinschen DOT de> <47515001 DOT FCA1BA10 AT dessent DOT net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47515001.FCA1BA10@dessent.net> User-Agent: Mutt/1.5.16 (2007-06-09) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Dec 1 04:13, Brian Dessent wrote: > Corinna Vinschen wrote: > > [ snip sensible explanation that I had actually ran into in the past and > then forgotten about ] > > > > Or is pulluting the namespace with a macro called "timezone" too > > > hideous? In that case we could try declaring it "extern long timezone > > > asm("_timezone");" in the header. > > > > Erm... sorry if my lack of assembler inlining shows, but that really > > works? If so, it looks like a rather elegant solution to me. I'll give > > it a try. > > Oops, I think it should be asm("__timezone") with two leading > underscores, as specifying the assembler name like this bypasses the > compiler automatically adding one. Works like a charm. I like this. I will apply a patch which removes timezone from the exported symbols in libcygwin.a and use the above expression in cygwin/time.h. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/