Failure in building GFortran on Cygwin

Brian Dessent brian@dessent.net
Sat Dec 1 11:14:00 GMT 2007


Corinna Vinschen wrote:

> Unfortunately it doesn't work for variables.  We can hide the timezone
> function, but how do we alias timezone to _timezone in libcygwin.a?

Why does the variable need to be renamed?  Can't we continue to call it
_timezone internally and then "#define timezone _timezone" in a public
header?  It looks like this is already what we get in <cygwin/time.h> if
we simply stop defining __timezonefunc__.

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.

Brian

--
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/



More information about the Cygwin mailing list