[Issue 18321] undefined reference to __ModuleInfoZ depending on whether module is imported directly or indirectly

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Nov 16 04:19:47 UTC 2022


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

Richard Cattermole <alphaglosined at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |alphaglosined at gmail.com
         Resolution|---                         |INVALID

--- Comment #1 from Richard Cattermole <alphaglosined at gmail.com> ---
Not a bug.

You did not compile in the other modules into your binary.

For small projects you can use -i to automatically compile in the other
modules.

--


More information about the Digitalmars-d-bugs mailing list