This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: tzname in natSystem.cc on darwin5.2
- From: Tom Tromey <tromey at redhat dot com>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: GCC-Java <java at gcc dot gnu dot org>
- Date: 28 Dec 2001 13:42:25 -0700
- Subject: Re: tzname in natSystem.cc on darwin5.2
- References: <3C2C8A6F.6262CC57@pop.agri.ch>
- Reply-to: tromey at redhat dot com
>>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:
Andreas> AFAICS under darwin tzname is not defined. So how can I get
Andreas> this to work under darwin? Is it defined everywhere else?
It is probably defined everywhere libgcj has been built.
Andreas> In the autoconf e.g. there is a macro AC_STRUCT_TIMEZONE:
Could you write a patch for this? Just add the macro to configure.in
(and re-run autoconf) and then change natSystem.cc appropriately.
Tom