open-watcom C/C++ and winlibs and GNU

Started by Erik VanDyke, June 27, 2026, 08:44:08 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Erik VanDyke

open watcom

for  linux-x64 , linux-x86 , os2 , win-x64 , win-x86 , win16 , and fortran files

git clone --recursive https://github.com/open-watcom/open-watcom-v2.git  = in C = 178.57 MiB
https://github.com/open-watcom/open-watcom-v2/releases


winlibs
WinLibs standalone build of GCC and MinGW-w64 for Windows
In short: it's a free C and C++ compiler for Microsoft Windows.

https://winlibs.com/#download-release
GCC 16.1.0 (with POSIX threads) + MinGW-w64 14.0.0 (UCRT) - release 3   (LATEST)
GCC 16.1.0 (with POSIX threads) + MinGW-w64 14.0.0 (MSVCRT) - release 3   (LATEST)


open source files from the GNU

https://gcc.gnu.org/

https://ftp.gnu.org/gnu/binutils/ = 2.46.1
https://ftp.gnu.org/gnu/gcc/gcc-16.1.0/
https://ftp.gnu.org/gnu/gdb/ = 17.2
https://ftp.gnu.org/gnu/libc/ = 2.43
https://ftp.gnu.org/gnu/make/ = 4.4

  •