Linker error when building dmd backend

Walter Bright newshound2 at digitalmars.com
Sun Dec 23 00:11:05 UTC 2018


On 12/22/2018 1:58 PM, Thomas Mader wrote:
> Anybody an idea?

It means the file evalu8.d was referencing a function or symbol named "modulo" 
and the linker couldn't find it.

1) Look in evalu8.d for the reference.

2) grep "modulo" *.d to see where it may be.


More information about the Digitalmars-d mailing list