[Issue 4646] New: src/phobos/linux.mak STD_MODULES definition

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Aug 15 05:31:38 PDT 2010


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 at digitalmars.com
        ReportedBy: ghaecker at idworld.net


--- Comment #0 from Glenn Haecker <ghaecker at idworld.net> 2010-08-15 05:31:35 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: -------


More information about the Digitalmars-d-bugs mailing list