Thread overview
[Issue 2534] New: dmd.conf is wrong
Dec 22, 2008
d-bugmail
Dec 25, 2008
d-bugmail
Dec 25, 2008
d-bugmail
Dec 26, 2008
d-bugmail
Apr 03, 2009
d-bugmail
December 22, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2534

           Summary: dmd.conf is wrong
           Product: D
           Version: 2.022
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: jason.james.house@gmail.com


There is no reference to druntime in the default dmd 2.022's dmd.conf


-- 

December 25, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2534


bugzilla@digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Comment #1 from bugzilla@digitalmars.com  2008-12-25 04:44 -------
That is because the druntime library's binary code was inserted into libphobos2.a.


-- 

December 25, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2534


fvbommel@wxs.nl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |




------- Comment #2 from fvbommel@wxs.nl  2008-12-25 08:18 -------
(In reply to comment #1)
> That is because the druntime library's binary code was inserted into libphobos2.a.

I think he's talking about source files (for imports).
DMD can't even find object.d[i] with the default dmd.conf...


-- 

December 26, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2534





------- Comment #3 from bugzilla@digitalmars.com  2008-12-25 20:12 -------
Ach, you're right. I'll fix to:


[Environment]

DFLAGS=-I%@P%/../src/phobos -I%@P%/../src/druntime/import -L-L%@P%/../lib


-- 

April 03, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2534


clugdbug@yahoo.com.au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED




------- Comment #4 from clugdbug@yahoo.com.au  2009-04-03 07:44 -------
Fixed DMD2.023


--