Re: DMD Linker Issue on Windows

2018-10-19 Thread tide via Digitalmars-d
On Thursday, 18 October 2018 at 16:21:00 UTC, Kai wrote: On Thursday, 18 October 2018 at 07:51:07 UTC, Andre Pany wrote: On Thursday, 18 October 2018 at 00:24:29 UTC, Kai wrote: On Wednesday, 17 October 2018 at 17:44:34 UTC, Adam D. Ruppe wrote: [...] Hmm - wish it was so. When architecture

Re: DMD Linker Issue on Windows

2018-10-18 Thread Kai via Digitalmars-d
On Thursday, 18 October 2018 at 07:51:07 UTC, Andre Pany wrote: On Thursday, 18 October 2018 at 00:24:29 UTC, Kai wrote: On Wednesday, 17 October 2018 at 17:44:34 UTC, Adam D. Ruppe wrote: [...] Hmm - wish it was so. When architecture not specified, the linker crashes. When it's given, this

Re: DMD Linker Issue on Windows

2018-10-18 Thread Kagamin via Digitalmars-d
On Thursday, 18 October 2018 at 00:24:29 UTC, Kai wrote: C:\D2\dmd2\windows\bin\lld-link.exe: error: could not open libcmt.lib: no such file or directory You should link with dynamic crt, pass an option like -msctrlib=msvcrt100.lib or something like that https://dlang.org/dmd-windows.html#swi

Re: DMD Linker Issue on Windows

2018-10-18 Thread Andre Pany via Digitalmars-d
On Thursday, 18 October 2018 at 00:24:29 UTC, Kai wrote: On Wednesday, 17 October 2018 at 17:44:34 UTC, Adam D. Ruppe wrote: [...] Hmm - wish it was so. When architecture not specified, the linker crashes. When it's given, this happens (seems to be a vibe issue?): [...] As far as I can

Re: DMD Linker Issue on Windows

2018-10-17 Thread Kai via Digitalmars-d
On Wednesday, 17 October 2018 at 17:44:34 UTC, Adam D. Ruppe wrote: On Wednesday, 17 October 2018 at 17:37:37 UTC, Kai wrote: I just ran into this linker issue (see answer below that I grabbed from the vibe.d forum) as well - where can I ask/track about the progress on this issue? Do you have

Re: DMD Linker Issue on Windows

2018-10-17 Thread Adam D. Ruppe via Digitalmars-d
On Wednesday, 17 October 2018 at 17:37:37 UTC, Kai wrote: I just ran into this linker issue (see answer below that I grabbed from the vibe.d forum) as well - where can I ask/track about the progress on this issue? Do you have the new dmd installed? Using the x86_64 should work now if all goes

DMD Linker Issue on Windows

2018-10-17 Thread Kai via Digitalmars-d
Hi, I just ran into this linker issue (see answer below that I grabbed from the vibe.d forum) as well - where can I ask/track about the progress on this issue? Thanks! "This is currently an unfortunate limitation on Windows, where the DigitalMars linker runs into a crash when building with