Build gen AI apps with an all-in-one modern database: MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Start Free
Simple, Secure Domain Registration
Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.
Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
Linux to DJGPP cross-compiler with pthread library and std::thread.
Build script for a Debian GNU/Linux to DJGPP cross-compiler with POSIX threads (and std::thread).
Binaries are provided for Debian GNU/Linux. (Simply extract and move to /usr/local.)
Please see the README file in the 'Files' section for more details
(or /usr/local/i586-pc-msdosdjgpp/src/README in the binary distribution).
After installation:
$ i586-pc-msdosdjgpp-gcc -v
Using built-in specs.
COLLECT_GCC=i586-pc-msdosdjgpp-gcc
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/i586-pc...
Win32 hosted tools to cross compile to DJGPP v2 (CWSDPMI) for MS-DOS.
The primary reason is to be able to cross compile Allegro 3.12 using GCC 2.7.2.3 & Binutils 2.8.1. Later versions of GCC / Binutils are unable to build Allegro which leads to people either compiling on DOSBox which is incredibly slow, or just giving up all together.
So party like it's 1996!