https://d.puremagic.com/issues/show_bug.cgi?id=11543
aneas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from aneas <[email protected]> 2013-11-20 12:12:55 PST --- I get a similar error with: test.d --- import std.range; void main() { zip([0]); } --- $ dmd -defaultlib=libphobos2.so -run test.d Fatal Error while loading '/usr/lib/libphobos2.so.0.64': The module 'std.range' is already defined in './test'. Segmentation fault (core dumped) -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
