From: prj@po.cwru.edu [mailto:prj@po.cwru.edu] Sent: Friday, January 11, 2002 9:49 PM
I had to make some changes to difftime.c to get it to compile: when giving a type name to sizeof (lines 35 and 37), it must be parenthesized.
The type names are already parenthesized in difftime.c, and have been parenthesized ever since difftime started using sizeof (in 1994). Perhaps your copy of difftime.c was corrupted? You can get the canonical source from <ftp://elsie.nci.nih.gov/pub/>.
"make install" installs the tzselect man page, but not tzselect itself. Is that intended?
Not really. I guess tzselect should be installed in the same directory that zic and zdump are. I'll include something like that in my next proposed change. Thanks for your bug report.