www.digitalmars.com         C & C++   DMDScript  

D.gnu - GDMD

reply Tony <tonytdominguez aol.com> writes:
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?
Jan 30 2018
next sibling parent Tony <tonytdominguez aol.com> writes:
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.
Jan 30 2018
prev sibling parent reply Tony <tonytdominguez aol.com> writes:
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?
Jan 30 2018
parent reply Johannes Pfau <nospam example.com> writes:
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
Jan 30 2018
parent Tony <tonytdominguez aol.com> writes:
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!
Jan 31 2018