digitalmars.D.bugs - [Issue 897] New: fix default dmd.conf file
- d-bugmail puremagic.com (19/19) Jan 28 2007 http://d.puremagic.com/issues/show_bug.cgi?id=897
- Frits van Bommel (3/11) Jan 28 2007 And 'chmod +x dmd/bin/{dmd,dumpobj,obj2asm,rdmd}'.
- d-bugmail puremagic.com (9/9) Feb 12 2007 http://d.puremagic.com/issues/show_bug.cgi?id=897
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
Fixed DMD 1.005
--
Feb 12 2007









Frits van Bommel <fvbommel REMwOVExCAPSs.nl> 