Hi, I am using Linux RedHat v9. I have downloaded the latest tzcode using: wget 'ftp://elsit.nci.nih.gov/pub/tz*.tar.gz' and ran the following commands: gzip -dc tgcode*.tar.gz | tar -xf - gzip -dc tgcode*.tar.gz | tar -xf - make TOPDIR=$HOME/tzdir install but got the fatal response: sed \ -e 's|AWK=[^}]*|AWK=nawk|g' \ -e 's|TZDIR=[^}]*|TZDIR=/root/tzdir/etc/zoneinfo|' \ <tzselect.ksh >tzselect chmod +x tzselect cc -DTZDIR=\"/root/tzdir/etc/zoneinfo\" -c -o zic.o zic.c cc -DTZDIR=\"/root/tzdir/etc/zoneinfo\" -c -o localtime.o localtime.c localtime.c: In function `differ_by_repeat': localtime.c:331: warning: comparison is always false due to limited range of data type cc -DTZDIR=\"/root/tzdir/etc/zoneinfo\" -c -o asctime.o asctime.c cc -DTZDIR=\"/root/tzdir/etc/zoneinfo\" -c -o scheck.o scheck.c cc -DTZDIR=\"/root/tzdir/etc/zoneinfo\" -c -o ialloc.o ialloc.c make: *** No rule to make target `yearistype.sh', needed by `yearistype'. Stop. I have no idea what to do about the script 'yearistype.sh' Any suggestions. Pls advise. Thx. -- John Kolvereid odin@op.net www.akaodin.com 610.296.4485 610.389.2201 (cell)
participants (1)
-
John Kolvereid