Cross compile windows programs on linux
Radu
rad.racariu at gmail.com
Fri Aug 24 19:12:54 UTC 2018
On Friday, 24 August 2018 at 16:30:56 UTC, John Burton wrote:
> On Friday, 24 August 2018 at 15:26:30 UTC, kinke wrote:
>> On Friday, 24 August 2018 at 13:10:40 UTC, John Burton wrote:
>>> Is in the subject. Are there any cross compilers that will
>>> run on a linux system but compile D code using Win32 into a
>>> windows .exe file, preferably 64 bit? I can find hints of
>>> cross compilers but not really seen anything packaged up?
>>
>> See
>> https://forum.dlang.org/post/acjcrfvxloapdlapzygn@forum.dlang.org.
>
> Oh thank you.
> I did a search but somehow missed that
LLD has a nasty bug when using large static data members.
https://bugs.llvm.org/show_bug.cgi?id=38645
I got access violations in the resulting binary when using it for
linking complex apps. Be aware.
More information about the Digitalmars-d-learn
mailing list