Thread overview | |||||
---|---|---|---|---|---|
|
August 15, 2010 [Issue 4646] New: src/phobos/linux.mak STD_MODULES definition | ||||
---|---|---|---|---|
| ||||
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 --- Comment #0 from Glenn Haecker <ghaecker@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: ------- |
September 18, 2010 [Issue 4646] src/phobos/linux.mak STD_MODULES definition | ||||
---|---|---|---|---|
| ||||
Posted in reply to Glenn Haecker | http://d.puremagic.com/issues/show_bug.cgi?id=4646 --- Comment #1 from Glenn Haecker <ghaecker@idworld.net> 2010-09-17 22:29:07 PDT --- Patch submitted on issue #4459 adds missing exception module name to 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: ------- |
November 26, 2010 [Issue 4646] src/phobos/linux.mak STD_MODULES definition | ||||
---|---|---|---|---|
| ||||
Posted in reply to Glenn Haecker | 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 --- Comment #2 from Witold Baryluk <baryluk@smp.if.uj.edu.pl> 2010-11-26 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: ------- |
Copyright © 1999-2021 by the D Language Foundation