List,
I don't know how well know this is but I couldn't find anything about it
in the archives.

tai64nlocal.c doesn't compile under GNU libc6 2.2.2 due to 

  #include <sys/time.h>

It's included since tai64nlocal wants localtime but there's some libc
changes (bug or feature?) since 2.2.1 which explains the error.


Replacing the preprocessor with

  #include <time.h>
  
seems to do the trick :)

J�rgen

Reply via email to