09 Sep 2026 Build instructions for modified glibc files for Digital Mars C/C++ compiler (sc.exe): Required files: src/sc/branred.h src/sc/dla.h src/sc/endian.h src/sc/mydefs.h src/sc/usncs.h src/sc/branred.c src/sc/sincostab.c src/sc/s_sin.c src/sc/test_sincos.c Build: Windows command prompt: 1. sc.exe -S -3 -w- -c branred.c 2. sc.exe -S -3 -w- -c sincostab.c 3. sc.exe -S -3 -w- -c s_sin.c 4. sc.exe -S -3 -w- -o test_sincos.exe test_sincos.c s_sin.obj \ sincostab.obj branred.obj Linux with Wine: same as above from command line, prefixed by WINEDEBUG=-all wine ...