Hi,

I'm currently trying to build Julia on Vagrant, with no background in 
makefiles. I'm following the instructions on 
https://github.com/JuliaLang/julia/tree/master/contrib/vagrant. All the 
steps in `Vagrant up` seem to work successfully. How do I then build Julia? 
>From the documentation, it looks like I should just go to `~/julia` and 
type `jlmake`. However, when I do this, I get

```
vagrant@vagrant-ubuntu-trusty-64:~/julia$ jlmake
: No such file or directory
: No such file or directory
/bin/sh: 2: ./configure: not found
make[1]: *** [libuv/config.status] Error 127
make: *** [julia-deps] Error 2
```

Any feedback is appreciated. Thanks, Chris.

Reply via email to