Help with GDC and/or DMD for Linux and Code::Blocks

Brendan O. brenzie at gmail.com
Fri Aug 29 13:47:05 PDT 2008


On my Linux machine, I installed gdc through a package manager and it works perfectly with Code::Blocks without hassle. In the terminal, here's what I got when doing 'gdc --version':

*******
gdc (GCC) 4.2.3 20080225 (prerelease gdc 0.25 20071215, using dmd 1.022) (Ubuntu 0.25-4.2.3-2ubuntu2)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*******

Obviously dmd 1.022 is old. Is it possible to have gdc use dmd 1.034?

Or, even better, how exactly do I get C::B to work with my current dmd 1.030? And how do I update to 1.034?

Or, even more better, is there a DEB package that easily installs dmd 1.034 for me, after which C::B easily detects it?


More information about the Digitalmars-d-learn mailing list