"Jeroen Bollen" wrote in message news:unvhloslmpxvxhawypoq at forum.dlang.org... > How to stop DMD from linking against any libraries? A simple program like > this already links to quite a few libraries: The easiest way is to link yourself. You can run dmd with -v to get the link command and start from there.