www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 897] New: fix default dmd.conf file

reply d-bugmail puremagic.com writes:
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
next sibling parent Frits van Bommel <fvbommel REMwOVExCAPSs.nl> writes:
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
prev sibling parent d-bugmail puremagic.com writes:
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