On Tuesday, 17 September 2013 at 19:09:22 UTC, H. S. Teoh wrote:
On Tue, Sep 17, 2013 at 09:02:43PM +0200, digitalmars-d-boun...@puremagic.com wrote:
Maybe we should tweak the symbol suggestion algorithm :-)

    extern(C) void f();

    void main()
    {
        f();
    }

$ dmd test.d (v2.063.2)
Undefined symbols for architecture x86_64:
  "_f", referenced from:
      __Dmain in test.o
(maybe you meant: _D17src/object_.d.80815__unittest_failFiZv,
_D17src/object_.d.81315__unittest_failFiZv ,
_D2rt3aaA15__unittest_failFiZv ,
[...]

Heh, that's funny.

Please file a bug at: http://d.puremagic.com/issues/

:)


T

LOL. The question is as funny as the answer is.

Reply via email to