Digger icon indicating copy to clipboard operation
Digger copied to clipboard

_D2ae5utils4sini link error

Open MartinNowak opened this issue 9 years ago • 5 comments
trafficstars

Just build the latest version (ff1be21d32a54c1ffb08a18e556e4ba56bdad8c2) and got the following linker error with dmd 2.070.2 and 2.071.0.

OPTLINK (R) for Win32  Release 8.00.17

Undefined _D2ae5utils4sini63__T14makeIniHandlerTAyaTS▒▒▒3sys1d7manager8DM▒▒▒3DMD6ConfigZ▒▒▒FNaNbNfK▒▒▒▒▒▒▒▒▒30▒▒▒20▒▒▒Traver▒▒▒g▒▒▒Z▒▒▒

MartinNowak avatar May 30 '16 09:05 MartinNowak

It's this bug: https://issues.dlang.org/show_bug.cgi?id=15985

Workaround: build with -debug

CyberShadow avatar May 30 '16 09:05 CyberShadow

not just windows: OSX also please update docs until this is fixed? (ie, link to this bug below rdmd --build-only digger)

timotheecour avatar Sep 29 '16 17:09 timotheecour

not just windows: OSX also

I can reproduce it on Linux x86_64 with 2.071.2 & 2.072.0 too.

wilzbach avatar Oct 07 '16 18:10 wilzbach

FYI @CyberShadow I see that you updated the install instructions to -allinst. At least on my machine this results in a linker error too and only -debug works.

wilzbach avatar Jun 19 '18 01:06 wilzbach

Thanks, added -debug back. Sigh...

CyberShadow avatar Jun 19 '18 11:06 CyberShadow