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

2022-11-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18321

Richard Cattermole  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||alphaglosi...@gmail.com
 Resolution|--- |INVALID

--- Comment #1 from Richard Cattermole  ---
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.

--


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

2018-01-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18321

Timothee Cour  changed:

   What|Removed |Added

 CC||timothee.co...@gmail.com
   Severity|enhancement |normal

--