D.gnu - GDMD
- Tony (8/8) Jan 30 2018 The Wiki page "Using GDC"
- Tony (9/18) Jan 30 2018 Forgot:
- Tony (2/4) Jan 30 2018 Or do I need a newer version of GDC?
- Johannes Pfau (7/15) Jan 30 2018 It is probably not available in ubuntu packages. You can get the source
- Tony (3/8) Jan 31 2018 Thanks!
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
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
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
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: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 -- Johanneswhich 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
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/dportThanks!
Jan 31 2018