1

I'm trying to compile and get an executable of a julia module. This module is in file.jl and it uses 2 more modules in 2 different files. I tried to use juliac.jl but it didn't work.

I tried the package compiler on this script in julia:

using PackageCompiler

build_executable(
"recocido_simulado.jl",#This is the file where is my main
snoopfile = "base_datos.jl", #This is an extra file which I use in the main
builddir = "/" 
)
rickhg12hs
  • 10,638
  • 6
  • 24
  • 42
Mal.kir
  • 11
  • 2
  • 1
    Interesting topic/question. Could you make a [MCVE](https://stackoverflow.com/help/mcve)? And -> "... it didn't work ..." What didn't work? Was there an error message? Was an executable created? – rickhg12hs Sep 23 '18 at 04:08
  • It just didn't compile, I run the example hello.jl that have a println and throw up lots of errors. – Mal.kir Sep 24 '18 at 13:36

0 Answers0