For future reference, required tools and libraries are listed in the build instructions: https://github.com/JuliaLang/julia/blob/master/README.md#required-build-tools-and-external-libraries
On Sun, Sep 13, 2015 at 5:51 AM, Sisyphuss <zhengwend...@gmail.com> wrote: > Thanks Kristoffer! I complete the building now. > > On Sunday, September 13, 2015 at 11:11:09 AM UTC+2, Kristoffer Carlsson > wrote: > >> Run make again. What happens? >> >> On Sunday, September 13, 2015 at 11:05:21 AM UTC+2, Sisyphuss wrote: >>> >>> I tried to build the v0.4 candidate in my Ubuntu 14.04. >>> >>> I `git checkout release-0.4` >>> >>> After half an hour's make, I got: >>> >>> ``` >>> llvm[6]: ======= Finished Linking Release Executable Sample (without >>> symbols) >>> llvm[2]: ***** Completed Release Build >>> make: *** [julia-deps] Error 2 >>> ``` >>> >>> And I have no julia binary in the julia directory. But I can't figure >>> out what's wrong. >>> >>