Building DlangIde
Dmitry
dmitry at indiedev.ru
Thu Sep 28 09:13:30 UTC 2017
On Sunday, 24 September 2017 at 11:14:46 UTC, Petar Kirov
[ZombineDev] wrote:
> The 'x86' arch causes dmd to use its Optlink linker, which for
> some
> reason has a problem with DlangIDE.
With previous versions of DlangIDE it was work fine. With current
version I got "Unexepted OPTLINK Termination" (
https://www.dropbox.com/s/yq1raqh8huiko5j/error.png?dl=0 ).
If the problem is in Optlink then why dub uses it by default? Why
not x86_64 for example?
(and yep, dub run --compiler=dmd --arch=x86_64 solved this)
More information about the Digitalmars-d-ide
mailing list