Hi Paul, 1. - Kernel - 2.6.31 - gcc - 4.9.4 - glibc - 2.19 2. please refer to the attached log file. 3. I am facing this issue in the latest version tzdb-2023c. 4. i used the -DPORT_TO_C89 option in CFLAGS also the same error occurred. I also attached the error log also. Thanks, Naveen. On Wed, May 31, 2023 at 3:48 AM Paul Eggert <eggert@cs.ucla.edu> wrote:
On 5/30/23 00:57, Naveen kumar via tz wrote:
I am facing this issue while compiling the tzdata latest version tzdb-2023c.I attached the log for your reference.
Thanks for reporting the problem.
What compiler and compiler version are you using? For example, if you're using GCC, what is the output of the 'gcc --version' command?
What options are you giving the compiler?
Is the problem new to tzdb-2023c, or do you see it with earlier versions of tzdb?
Does the problem go away if you compile with the -DPORT_TO_C89 compiler option? E.g.,
make CFLAGS='-DPORT_TO_C89'
The PORT_TO_C89 flag is documented in the Makefile.