Thread overview
[Issue 2280] New: linux.mak doesn't compile and link monitor.d
Aug 14, 2008
d-bugmail
August 14, 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@digitalmars.com
        ReportedBy: godaves@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


-- 

October 11, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2280


Andrei Alexandrescu <andrei@metalanguage.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |andrei@metalanguage.com
         AssignedTo|nobody@puremagic.com        |andrei@metalanguage.com


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 26, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=2280


Andrei Alexandrescu <andrei@metalanguage.com> changed:

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


--- Comment #1 from Andrei Alexandrescu <andrei@metalanguage.com> 2010-09-26 11:16:51 PDT ---
Fixed a long time ago. (BTW linux.mak has been replaced by posix.mak.)

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