On 04/10/2012 12:21 PM, Jacob Carlborg wrote:
On 2012-04-10 19:12, Ellery Newcomer wrote:

they would have to be for writeln to not segfault

Ok, I see.


tried using __attribute__((constructor)) instead of _init.

If I'm getting this line to fail in rt.minfo.sortCtorsImpl:

/* Internal runtime error, dependency on an uninitialized
                     * module outside of the current module group.
                     */
                    (stackidx < modules.length) || assert(0);

would that be the problem you were referring to above?

Reply via email to