Thread overview
[Issue 897] New: fix default dmd.conf file
Jan 28, 2007
d-bugmail
Jan 28, 2007
Frits van Bommel
Feb 12, 2007
d-bugmail
January 28, 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.


-- 

January 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...
February 12, 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


--