Cross compiling for windows from linux

H. S. Teoh hsteoh at quickfur.ath.cx
Mon Jan 25 21:50:28 UTC 2021


On Mon, Jan 25, 2021 at 09:33:19PM +0000, Matthew via Digitalmars-d wrote:
> Thank you so much!
> 
> Using the two ldc extracted from the tarballs on github worked, I had
> ldc2 installed via pacman before, maybe something I did previously
> messed something up. I should probably reinstall this system at some
> point...

Yeah, generally I try to stick to using tarballs/zips from the same
source.  Mixing libraries from two versions of the same compiler, or the
same version but compiled by two different sources (probably with subtle
differences), seems to be recipe for frustration, based on prior
experience of similar situations.


T

-- 
What doesn't kill me makes me stranger.


More information about the Digitalmars-d mailing list