Today I downloaded the current os9exec source files and attempted to compile it under the Fedora 35 version of Linux. However, the build failed with these diagnostics:
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/crt1.o
/usr/bin/ld: cannot find crt1.o: No such file or directory
/usr/bin/ld: cannot find crti.o: No such file or directory
/usr/bin/ld: cannot find /usr/lib/libm.a: No such file or directory
/usr/bin/ld: cannot find /lib/libgcc_s.so.1
collect2: error: ld returned 1 exit status
make[1]: *** [os9Linux.mk:80: os9linux] Error 1
Fedora 35 appears to have included crt1.o in /usr/x86_64-w64-mingw32/sys-root/mingw/lib, but the
crti.o source module doesn't appear to exist. Should versions of these code modules be part of the latest 0s9exec download?