www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 4646] New: src/phobos/linux.mak STD_MODULES definition

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4646

           Summary: src/phobos/linux.mak STD_MODULES definition
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: make
        AssignedTo: bugzilla digitalmars.com
        ReportedBy: ghaecker idworld.net



PDT ---
src/phobos/linux.mak STD_MODULES definition (line 122) is missing "exception"
in the list of module names. libphobos2.a builds without it, but if you try to
link against the resulting library, it becomes obvious you won't get very far
without it.

Other phobos modules are not listed, although some of these omissions may be
deliberate.  Here's the list; you decide.

Other std modules missing from STD_MODULES:

  atomics
  bind (related to Issue 3778 ?)
  bitarray (replaced by bitmanip)
  __fileinit
  iterator
  openrj
  stdarg

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Aug 15 2010
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4646




PDT ---

STD_MODULES. The patch does not address the other missing modules cited in this
issue.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Sep 17 2010
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4646


Witold Baryluk <baryluk smp.if.uj.edu.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |baryluk smp.if.uj.edu.pl



13:19:34 PST ---
*** Issue 5267 has been marked as a duplicate of this issue. ***

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