wilzbach / tools-test

1 stars 0 forks source link

src/phobos/linux.mak STD_MODULES definition #40

Closed wilzbach closed 7 years ago

wilzbach commented 14 years ago

Note: the issue was created automatically migrated from https://issues.dlang.org

Original bug ID: BZ#4646 From: Glenn Haecker <ghaecker@idworld.net> Reported version: D2 CC: @andralex, witold.baryluk+d@gmail.com

wilzbach commented 14 years ago

Comment author: Glenn Haecker <ghaecker@idworld.net>

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

wilzbach commented 14 years ago

Comment author: Glenn Haecker <ghaecker@idworld.net>

Patch submitted on issue BZ#4459 adds missing exception module name to STD_MODULES. The patch does not address the other missing modules cited in this issue.

wilzbach commented 13 years ago

Comment author: Witold Baryluk <witold.baryluk+d@gmail.com>

Issue 5267 has been marked as a duplicate of this issue.

wilzbach commented 7 years ago

Comment author: @andralex

Fixed long ago, in all likelihood closing this was overlooked.