Is there a "random" directory inside of "deps" in the root julia folder? -E
On Fri, Mar 28, 2014 at 6:21 PM, Guillermo Garza <ggarz...@gmail.com> wrote: > Isaiah, the file is decompressed, but nothing changes. I get the same > error. > > /bin/sh: line 0: cd: random: No such file or directory > make[2]: *** [random/dsfmt-2.2/config.status] Error 1 > make[1]: *** [julia-release] Error 2 > make: *** [release] Error 2 > > On Mar 28, 2014, at 8:16 PM, Isaiah Norton <isaiah.nor...@gmail.com> > wrote: > > > The Makefile error occurs because that file has not been decompressed. > The question is why. What happens if you run `tar xzf > deps/random/dsfmt-2.2.tar.gz -C deps/random` to decompress it? > >