Re: [julia-users] install failed

2014-06-20 Thread Stefan Karpinski
Weird. Looks like you're getting a test failure in PCRE...(!) On Fri, Jun 20, 2014 at 5:03 PM, harven wrote: > > > Le vendredi 20 juin 2014 21:30:56 UTC+2, Elliot Saba a écrit : > >> Can you run `make` again? Sometimes, due to parallel makefile rules, the >> cause of an error can be hard to se

Re: [julia-users] install failed

2014-06-20 Thread harven
Le vendredi 20 juin 2014 21:30:56 UTC+2, Elliot Saba a écrit : > > Can you run `make` again? Sometimes, due to parallel makefile rules, the > cause of an error can be hard to see. Please post the output of `make` > again, which should fail immediately and give us an idea as to why it > didn'

Re: [julia-users] install failed

2014-06-20 Thread Jameson Nash
Yeah, I can probably improve that On Friday, June 20, 2014, Kevin Squire wrote: > I tried this again recently and had problems (again). For me, at least, > it's almost always been caused by a conflict when compiling the single and > double precision FFTW libraries simultaneously. Any chance th

Re: [julia-users] install failed

2014-06-20 Thread Kevin Squire
I tried this again recently and had problems (again). For me, at least, it's almost always been caused by a conflict when compiling the single and double precision FFTW libraries simultaneously. Any chance those can be ordered in the Makefile? Cheers! Kevin On Fri, Jun 20, 2014 at 12:30 PM,

Re: [julia-users] install failed

2014-06-20 Thread Elliot Saba
Can you run `make` again? Sometimes, due to parallel makefile rules, the cause of an error can be hard to see. Please post the output of `make` again, which should fail immediately and give us an idea as to why it didn't work. -E On Fri, Jun 20, 2014 at 12:16 PM, harven wrote: > I just tried

[julia-users] install failed

2014-06-20 Thread harven
I just tried to install julia on a linux debian laptop by cloning the git repository and running make but the install ended with -- [...] make[4]: warning: -jN forced in submake: disabling jobserver mode. OK. OpenBLAS build complete. (BLAS CBLAS LAPACK LAPACKE) OS ...