gentoo / dlang

[MIRROR] D programming language ebuild repository

Home Page:https://gitweb.gentoo.org/repo/user/dlang.git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DCD-0.7.0 fails to link with dmd-2.069.1

ivan-timokhin opened this issue · comments

See build log for details.
There seems to be a lot of undefined references to containers.openhashset.__array.

Thanks for reporting. The issue slipped by me as it doesn't occur with DMDFLAGS="-release -O -noboundscheck -wi". You might want to set at least -O -wi, too to get optimized builds and have compilation continue after warnings. See: https://wiki.gentoo.org/wiki/Dlang#Usage