Hello everyone!

I just got an old MacBook with OSX *10.6.8* Snow Leopard at work and I want 
to use the latest Julia release. I noticed that the latest supported 
release for this OS was 2.1, which is what I’m using for now.

The build fails with the following error:

$ make -j1    # previously used `make cleanall`
/bin/sh: ./configure: No such file or directory
make[2]: *** [libuv/config.status] Error 127
make[1]: *** [julia-release] Error 2
make: *** [release] Error 2

There indeed isn’t a .configure file. I just red that I need 
USE_SYSTEM_LIBUNWIND=1 for this OS version, so I will try that, but I don’t 
think that s related to this error.

Please note that I’ve never ever used a Mac before, so I’m not sure how to 
proceed. I saw there is brew and probably other methods to build julia, but 
I choose to try building it myself since that’s what I do in Arch Linux for 
the development branch, but I will also try the other options today 
(HomeBrew and MacPorts as far as I’m aware).

How can I tell what Error 127 and Error 2 are?

Cheers!
​

Reply via email to