jwt27 / build-gcc

Shell scripts to build various gcc cross-compilers (primarily djgpp)
https://jw.h4ck.me/debian/
GNU General Public License v3.0
41 stars 9 forks source link

zic.exe: cannot execute binary file #7

Closed stsp closed 4 years ago

stsp commented 5 years ago
./build-djgpp.sh djgpp-cvs
[...]
../../hostbin/zic.exe  -y ./yearistype -d ../../zoneinfo -L /dev/null africa antarctica asia australasia europe northamerica southamerica pacificnew etcetera backward systemv factory solar87 solar88 solar89
../../hostbin/zic.exe: ../../hostbin/zic.exe: cannot execute binary file
make: *** [makefile:528: posix_only] Error 126
jwt27 commented 4 years ago

This error is harmless and doesn't affect the rest of the build. You just don't get the zoneinfo files, but those are easily copied from elsewhere if you really need them. The tzdata included with djgpp is outdated anyway. However you still get libtz.a, for what it's worth. The official binaries for djgpp don't include this and I've never seen anyone complain that it's missing.