Am Sat, 16 Nov 2013 14:00:53 +0100 schrieb "Martin Nowak" <c...@dawg.eu>:
> On Friday, 15 November 2013 at 20:17:38 UTC, Marco Leise wrote: > > Oops, this was answered with "not ready yet" a few topics > > earlier. Ok, then static D libs only for now. > > That applies only to loading, linking shared libraries works. That reads like "all compilers can link against shared libraries, but none can actually load any into the process". That's probably not what you meant to say, right? At least "Hello world" with phobos.so seems to work with DMD. Or does loading D libraries through libdl in particular fail? -- Marco