[Issue 2280] New: linux.mak doesn't compile and link monitor.d

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Aug 13 19:05:36 PDT 2008


http://d.puremagic.com/issues/show_bug.cgi?id=2280

           Summary: linux.mak doesn't compile and link monitor.d
           Product: D
           Version: 2.018
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: godaves at yahoo.com


--- linux.mak.bak       2008-08-12 22:35:15.000000000 -0500
+++ linux.mak   2008-08-13 21:00:55.000000000 -0500
@@ -139,11 +139,11 @@
        for m in $(STD_MODULES); do echo public import std.$$m\;; done > $@

 INTERNAL_MODULES = aApply aApplyR aaA adi alloca arraycast arraycat    \
-       cast cmath2 deh2 dmain2 invariant llmath memset monitor obj     \
+       cast cmath2 deh2 dmain2 invariant llmath memset monitor_d obj     \
        object qsort switch trace arrayassign \
        arrayfloat arraydouble arrayreal \
        arraybyte arrayshort arrayint
-INTERNAL_CMODULES = complex critical
+INTERNAL_CMODULES = complex critical monitor
 INTERNAL_CMODULES_NOTBUILT = deh
 INTERNAL_EXTRAFILES = internal/mars.h internal/minit.asm


-- 



More information about the Digitalmars-d-bugs mailing list