[Issue 18125] crt_constructor name conflict

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Dec 30 14:23:52 UTC 2017


https://issues.dlang.org/show_bug.cgi?id=18125

Steven Schveighoffer <schveiguy at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |schveiguy at yahoo.com
         Resolution|---                         |INVALID

--- Comment #1 from Steven Schveighoffer <schveiguy at yahoo.com> ---
extern(C) functions have no mangling, so you either need to name them something
different, or not use extern(C).

What is happening here is that you have 2 symbols in the table named
initProcess, and the linker discards one.

--


More information about the Digitalmars-d-bugs mailing list