digitalmars.D.bugs - [Issue 2280] New: linux.mak doesn't compile and link monitor.d
- d-bugmail puremagic.com (27/27) Aug 13 2008 http://d.puremagic.com/issues/show_bug.cgi?id=2280
- d-bugmail puremagic.com (10/10) Oct 11 2009 http://d.puremagic.com/issues/show_bug.cgi?id=2280
- d-bugmail puremagic.com (11/11) Sep 26 2010 http://d.puremagic.com/issues/show_bug.cgi?id=2280
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
--
Aug 13 2008
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: -------
Oct 11 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2280
Andrei Alexandrescu <andrei metalanguage.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
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: -------
Sep 26 2010









d-bugmail puremagic.com 