static-julia icon indicating copy to clipboard operation
static-julia copied to clipboard

Generating the single binary.

Open TransGirlCodes opened this issue 7 years ago • 2 comments

In the readme it says that with julia 0.7 a single binary file can be generated. But doing julia juliac.jl -ve currently produces an executable and a dylib (I'm on mac). To generate the single binary, do I have to go into juliac.jl and change the mentions of program.c to program2.c, or is more required?

TransGirlCodes avatar Oct 16 '17 14:10 TransGirlCodes

Yes - and @lucatrv is going to prepare a branch for that. On the current master this doesn't work yet, and @vtjnash and I will revisit this after 0.7 alpha.

ViralBShah avatar Oct 16 '17 15:10 ViralBShah

Sure, I am going to submit a new PR for this, WIP

lucatrv avatar Oct 16 '17 22:10 lucatrv