symbol suggestion algorithm goes a bit awry
H. S. Teoh
hsteoh at quickfur.ath.cx
Tue Sep 17 12:08:02 PDT 2013
On Tue, Sep 17, 2013 at 09:02:43PM +0200, digitalmars-d-bounces at 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
--
Why are you blatanly misspelling "blatant"? -- Branden Robinson
More information about the Digitalmars-d
mailing list