Right, we don't have any user-visible way to cross-compile from Julia source to a library for other platforms right now. We don't yet have a user-visible way to natively compile Julia modules into libraries except via userimg.jl, but there is a PR open for this. Once that functionality is integrated and working for native compilation, figuring out how to extend it to cross-compilation is an interesting long-term target. Significant work would need to be done to get there though.
On Friday, April 24, 2015 at 7:54:37 AM UTC-7, Stefan Karpinski wrote: > > I think the question was regarding cross-compiling a .exe from a .jl > script, which, as you say, doesn't work yet. > > On Fri, Apr 24, 2015 at 10:51 AM, Isaiah Norton <[email protected] > <javascript:>> wrote: > >> How to do so? >> >> >> If this refers to cross-compiling Julia (rather than cross-compiling an >> exe from Julia, which is not currently possible), please see: >> https://github.com/JuliaLang/julia/blob/master/README.windows.md >> >> On Fri, Apr 24, 2015 at 10:27 AM, Paul D <[email protected] >> <javascript:>> wrote: >> >>> How to do so? >>> >>> On Fri, Apr 24, 2015 at 4:20 AM, Tony Kelman <[email protected] >>> <javascript:>> wrote: >>> > It is possible to cross-compile a Windows exe of Julia from Linux >>> right now, >>> > so this could probably be made to work. >>> > >>> > >>> > On Thursday, April 23, 2015 at 8:15:46 AM UTC-7, pauld11718 wrote: >>> >> >>> >> Will it be possible to cross-compile? >>> >> Do all the coding on linux(64 bit) and generate the exe for windows(32 >>> >> bit)? >>> >> >> >
