On Tue, 06 Jul 2010, Yves Goergen wrote:
I have now tried to compile it with MinGW using the makefile but it doesn't work either. Here's the output:
C:\Programme\MinGW\tz>mingw32-make makefile:306: warning: overriding commands for target `install' makefile:287: warning: ignoring old commands for target `install' sed \ -e 's|AWK=[^}]*|AWK=nawk|g' \ -e 's|TZDIR=[^}]*|TZDIR=/usr/local/etc/zoneinfo|' \ <tzselect.ksh >tzselect chmod +x tzselect process_begin: CreateProcess(NULL, chmod +x tzselect, ...) failed. make (e=2): Das System kann die angegebene Datei nicht finden. mingw32-make: *** [tzselect] Error 2
(The second-last line says: The system cannot find the specified file.)
I thought you were trying to build zic? tzselect is something different. (Try "make zic" instead of just "make".) --apb (Alan Barrett)