RejectedSoftware Forums

Sign up

OptLink error on Windows

Just posting to let people know that if you receive an OptLink error when trying to build a vibe.d application, there's a bug in the more recent versions on windows it seems:

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

To get around the issue, i downloaded: dmd.2.074.0.windows and now it works again.

I guess we don't upgrade until the bug has been resolved.

Re: OptLink error on Windows

Am 28.01.2018 um 12:19 schrieb Andrew Chapman:

Just posting to let people know that if you receive an OptLink error when trying to build a vibe.d application, there's a bug in the more recent versions on windows it seems:

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

To get around the issue, i downloaded: dmd.2.074.0.windows and now it works again.

I guess we don't upgrade until the bug has been resolved.

As a workaround, installing Visual Studio Community and building with
x86_mscoff or x86-64 architecture still works with recent compiler versions.