Hi,

You might need these patches:

Fix Makefile quoting bug
https://github.com/eggert/tz/commit/b520d20b8122a783f99f088758b78d928f70ee34

Port zdump to C90 + snprintf
https://github.com/eggert/tz/commit/e231da4fb2beb17c60b4b1a5c276366d6a6e433f

Everything works as expected for me when I use these patches.

Hope this helps!
Patsy



On Wed, Oct 25, 2017 at 11:01 PM, 大山俊成 <ohyamat@citizen.co.jp> wrote:
Hi, Previously, I tryed 2017b like the following.
 make TOPDIR=$HOME/tzdir install
 $HOME/tzdir/etc/zdump -v America/Los_Angeles
It works good .

Now I tryed 2017c as the same way.
 make TOPDIR=$HOME/tzdir install
 $HOME/tzdir/etc/zdump -v America/Los_Angeles
But , zdump outputs  "America/Los_Angeles: No such file or Directory"

Something wrong with me?