Posts tagged with »gdc«

Setting up GDC and Tango on Linux x86

Currently, there are three more-or-less working compilers for the D programming language (version 1): The oldest and most mature one is DMD, short for Digital Mars D Compiler, the official reference implementation by Walter Bright, the creator of D. It has grown reasonably stable… Read more

Strange segfaults when compiling with GDC

Use -no-export-dynamic to prevent segfaults in external libraries when linking with GDC. More to come soon…