[Issue 11543] multiple definition of std.regex with shared library

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Nov 20 12:12:58 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=11543


aneas <alexander.breckel at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexander.breckel at gmail.com


--- Comment #1 from aneas <alexander.breckel at gmail.com> 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: -------


More information about the Digitalmars-d-bugs mailing list