So despite using julia for a while I’ve never built it from scatch, only used the binaries. I figure it’s about time.
I tried running following the windows instructions a few weeks ago, but I realized that I ran it make with -j 4
when I only have two cores. The make process failed.
Right now if I try to run make on a julia clone I get this:
C:\Users\hp\julia2\julia>make -j 2
Makefile:2: /Make.inc: No such file or directory
cannot open /VERSION: no such file
find: ‘/base’: No such file or directory
find: ‘/doc’: No such file or directory
find: ‘/examples/clustermanager’: No such file or directory
find: ‘/examples/embedding’: No such file or directory
cannot open /VERSION: no such file
find: ‘/base’: No such file or directory
find: ‘/base’: No such file or directory
find: ‘/stdlib/*/src’: No such file or directory
find: ‘/base/compiler’: No such file or directory
/contrib/relative_path.sh: not found
Makefile:376: Extraneous text after else' directive Makefile:568: Extraneous text after
else’ directive
Makefile:577: *** only one `else’ per conditional. Stop.
What do