Re: MinGW cross-compilation support

2016-12-07 Thread Ludovic Courtès
Jan Nieuwenhuizen skribis: > Ludovic Courtès writes: > >> After all this time I’m happy to report that I’ve finally merged MinGW >> cross-compilation support, woohoo! > > Yay, thanks Ludovic, Manolis and Mark!!! Well, thank *you*! There were a lot of iterations on thi

Re: MinGW cross-compilation support

2016-12-07 Thread Ludovic Courtès
Hey! Manolis Ragkousis skribis: > On 12/07/16 11:36, Ludovic Courtès wrote: [...] >> Adding a new cross-compilation target is a commitment. So I hope you >> and others will make sure it remains functional and useful! >> >> I also think that together with Manolis and everyone else who’s playe

Re: MinGW cross-compilation support

2016-12-07 Thread Jan Nieuwenhuizen
Ludovic Courtès writes: > After all this time I’m happy to report that I’ve finally merged MinGW > cross-compilation support, woohoo! Yay, thanks Ludovic, Manolis and Mark!!! > Hydra will build the cross-compilation toolchain and some example > packages. Great! > I didn’t

Re: MinGW cross-compilation support

2016-12-07 Thread Chris Marusich
l...@gnu.org (Ludovic Courtès) writes: > Hello Guix! > > After all this time I’m happy to report that I’ve finally merged MinGW > cross-compilation support, woohoo! That's very cool! I don't have much to contribute in that area right now since I'm not really a cross-

Re: MinGW cross-compilation support

2016-12-07 Thread Manolis Ragkousis
Hello everyone, On 12/07/16 11:36, Ludovic Courtès wrote: > Hello Guix! > > After all this time I’m happy to report that I’ve finally merged MinGW > cross-compilation support, woohoo! > > So we should now be able to do: > > guix build --target=i686-w64-mingw32 gui

MinGW cross-compilation support

2016-12-07 Thread Ludovic Courtès
Hello Guix! After all this time I’m happy to report that I’ve finally merged MinGW cross-compilation support, woohoo! So we should now be able to do: guix build --target=i686-w64-mingw32 guile to cross-compile Guile to MinGW. Hydra will build the cross-compilation toolchain and some example