digitalmars.D.bugs - [Issue 897] New: fix default dmd.conf file
- d-bugmail puremagic.com Jan 28 2007
- Frits van Bommel <fvbommel REMwOVExCAPSs.nl> Jan 28 2007
- d-bugmail puremagic.com Feb 12 2007
http://d.puremagic.com/issues/show_bug.cgi?id=897 Summary: fix default dmd.conf file Product: D Version: 1.004 Platform: PC OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: DMD AssignedTo: bugzilla digitalmars.com ReportedBy: braddr puremagic.com If the shipped dmd.conf file is changed to: [Environment] DFLAGS=-I% P%/../src/phobos -L-L% P%/../lib then the linux version of dmd 'just work' in terms of locating both the phobos .d's and .a. The only thing the user will need to do is add .../dmd/bin to the PATH env var. --
Jan 28 2007
braddr puremagic.com reported:If the shipped dmd.conf file is changed to: [Environment] DFLAGS=-I% P%/../src/phobos -L-L% P%/../lib then the linux version of dmd 'just work' in terms of locating both the phobos .d's and .a. The only thing the user will need to do is add .../dmd/bin to the PATH env var.
And 'chmod +x dmd/bin/{dmd,dumpobj,obj2asm,rdmd}'. There should really be a .tar.gz distribution to preserve the execute bit...
Jan 28 2007
http://d.puremagic.com/issues/show_bug.cgi?id=897 bugzilla digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #2 from bugzilla digitalmars.com 2007-02-12 03:43 ------- Fixed DMD 1.005 --
Feb 12 2007









Frits van Bommel <fvbommel REMwOVExCAPSs.nl> 