Re: Symbol Undefined: _D4....__ModuleInfoZ

2011-06-27 Thread Rainer Schuetze
On 26.06.2011 10:58, %u wrote: Hi! I'm working on a little kernel with D, and so far, I've been able to boot it and set up a physical memory manager. Now, I'm trying to allow for module constructors in the code. However, as soon as I define one, I see errors like this: Error 42: Symbol

Re: Symbol Undefined: _D4....__ModuleInfoZ

2011-06-27 Thread %u
== Quote from Rainer Schuetze (r.sagita...@gmx.de)'s article The static module constructor causes your module to take part in the module initialization phase, so it creates a data structure that contains info about modules which are imported and should be initialized first (referenced directly

Symbol Undefined: _D4....__ModuleInfoZ

2011-06-26 Thread %u
Hi! I'm working on a little kernel with D, and so far, I've been able to boot it and set up a physical memory manager. Now, I'm trying to allow for module constructors in the code. However, as soon as I define one, I see errors like this: Error 42: Symbol Undefined