Thread overview
GDMD
Jan 31, 2018
Tony
Jan 31, 2018
Tony
Jan 31, 2018
Tony
Jan 31, 2018
Johannes Pfau
Jan 31, 2018
Tony
January 31, 2018
The Wiki page "Using GDC"

https://wiki.dlang.org/Using_GDC

says that "there is the standalone program 'gdmd', distributed with GDC releases, which maps DMD's command line options to GDC."

I am on Ubuntu 16.04 and installed GDC with Synaptic. The packages are named "gdc-5" and "gdc". Is "gdmd" still part of the GDC release and if so, which Ubuntu package would I need to install to get it, or should it be there now?


January 31, 2018
On Wednesday, 31 January 2018 at 05:44:44 UTC, Tony wrote:
> The Wiki page "Using GDC"
>
> https://wiki.dlang.org/Using_GDC
>
> says that "there is the standalone program 'gdmd', distributed with GDC releases, which maps DMD's command line options to GDC."
>
> I am on Ubuntu 16.04 and installed GDC with Synaptic. The packages are named "gdc-5" and "gdc". Is "gdmd" still part of the GDC release and if so, which Ubuntu package would I need to install to get it, or should it be there now?

Forgot:

gdc --version
gdc (Ubuntu 5.4.0-6ubuntu1~16.04.6) 5.4.0 20160609
Copyright (C) 2015 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.
January 31, 2018
On Wednesday, 31 January 2018 at 05:44:44 UTC, Tony wrote:

> which Ubuntu package would I need to install to get it, or should it be there now?

Or do I need a newer version of GDC?


January 31, 2018
Am Wed, 31 Jan 2018 05:46:37 +0000
schrieb Tony <tonytdominguez@aol.com>:

> On Wednesday, 31 January 2018 at 05:44:44 UTC, Tony wrote:
> 
> > which Ubuntu package would I need to install to get it, or should it be there now?
> 
> Or do I need a newer version of GDC?
> 
> 

It is probably not available in ubuntu packages. You can get the source
code here:
https://github.com/D-Programming-GDC/GDMD/
https://github.com/D-Programming-GDC/GDMD/tree/dport

-- Johannes

January 31, 2018
On Wednesday, 31 January 2018 at 07:44:29 UTC, Johannes Pfau wrote:

>
> It is probably not available in ubuntu packages. You can get the source
> code here:
> https://github.com/D-Programming-GDC/GDMD/
> https://github.com/D-Programming-GDC/GDMD/tree/dport
>
Thanks!