Thanks, but I have still some trouble.

I try to better explain my problems:

   1. .*ji file creation*: I can create a .ji file for a module with 
   precompilation (e.g. with Base.compilecache()); attempting to create .ji 
   file from a julia source using julia executable with command:
   $JULIA_HOME/bin/julia --output-ji out.ji -- src.jl
   it complains with following message:
   ERROR: could not open file boot.jl 
   2. *.ji file execution*: I don't know how to start a julia program 
   precompiled in .ji
   
Leonardo



Il giorno sabato 12 dicembre 2015 19:55:43 UTC+1, Tero Frondelius ha 
scritto:
>
> Namely:
>
> julia [switches] -- [programfile] [args...]
>
> --output-ji name          Generate a system image data file (.ji)
>
>
> On Saturday, December 12, 2015 at 8:37:29 PM UTC+2, Tero Frondelius wrote:
>>
>> http://docs.julialang.org/en/release-0.4/manual/getting-started/
>>
>>
>> On Saturday, December 12, 2015 at 6:35:42 PM UTC+2, Leonardo wrote:
>>>
>>> Hello,
>>> How can I create .ji files and execute with julia executable?
>>>
>>> I've compiled in native code a simple program (with BuildExecutable 
>>> package), 
>>> but result is huge! (with all dynamic libraries); it's possible instead 
>>> produce a .ji file (other than modules with Base.compilcache("
>>> *<modulename>*") ) and execute it?
>>>
>>> Many thanks
>>>
>>> Leonardo
>>>
>>>

Reply via email to