[EMAIL PROTECTED] wrote:

> zdump manipulates its environment directly but is otherwise the same code.
> Solaris and glibc define putenv slightly differently.  There are
> two lines like
>
>         char buff[20];
>
> in src/main/datetime.c, and if you change those to
>
>         static char buff[200];
>
> it should work (increasing the length as Linux timezones can be long).
> (Does for me on RH7.2.)
>

Does for me too (Suse 7.3, Suse 8.1). Thanks very much!

best
Adrian

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to