[Issue 11956] New: dmd doesn't lookup /etc/dmd.conf

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jan 21 03:53:32 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=11956

           Summary: dmd doesn't lookup /etc/dmd.conf
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: code at dawg.eu


--- Comment #0 from Martin Nowak <code at dawg.eu> 2014-01-21 03:53:25 PST ---
Seems like the added SYSCONFDIR configuration caused this regression.
https://github.com/D-Programming-Language/dmd/pull/3055

I think the problem is that SYSCONFDIR="/etc/" is only defined in posix.mak
but build scripts use src/posix.mak to build dmd.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list