dhoegh / BuildExecutable.jl

Build a standalone executables from a Julia script
Other
156 stars 21 forks source link

Build sys.o hangs #48

Open chengchingwen opened 6 years ago

chengchingwen commented 6 years ago

I'm trying to build my Julia script into executable , but the build always hangs when processing

INFO: Building sys.o...
/home/peter/work/julia-903644385b/bin/julia -C native --output-ji /home/peter/work/julia-903644385b/lib/lib2584.ji --output-o /
home/peter/work/julia-903644385b/lib/lib2584.o -J /home/peter/work/julia-903644385b/lib/inference.ji --startup-file=no sysimg.jl

the build hangs, and also there are some defunct julia process when use ps -a Any idea?