[Issue 22470] Linker error: std.math.remainder.fmod

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Nov 2 15:36:27 UTC 2021


https://issues.dlang.org/show_bug.cgi?id=22470

--- Comment #4 from Nico Sonack <nsonack at outlook.com> ---
Just built the current head of the stable branch :

nico at hades:/tmp $ 
nico at hades:/tmp $ dmd --version
DMD64 D Compiler v2.098.0-40-g54fa6ee34
Copyright (C) 1999-2021 by The D Language Foundation, All Rights Reserved
written by Walter Bright
nico at hades:/tmp $ 
nico at hades:/tmp $ dmd -of=bar bar.d
nico at hades:/tmp $ ./bar
3.14159
nico at hades:/tmp $ 

As it seems, that solves the issue.

--


More information about the Digitalmars-d-bugs mailing list