If you want to see the real error, do not use parallel make. Just type "make" instead of "make -j4". My guess: You don't have libssl-dev installed.
On Wednesday, August 24, 2016 at 5:22:54 PM UTC+2, Henri Girard wrote: > > git clone git://github.com/JuliaLang/julia.git > > after : git checkout release-0.5 > > Before I got all dependances from ubuntu sudo apt build-dep julia (I have > the 0.5 binary in repo) but I would like to get the dev rc3. > > > > Le 24/08/2016 à 14:47, Uwe Fechner a écrit : > > Where did you get the source code from? > > Which command did you execute, that resulted in this error? > > On Wednesday, August 24, 2016 at 12:26:30 PM UTC+2, Henri Girard wrote: >> >> I have this error on ubuntu 16.04, any help ? >> >> >> checking usable gmp.h at link time... yes >> checking for GMP_NUMB_BITS and sizeof(mp_limb_t) consistency... yes >> checking for __gmpz_init in -lgmp... yes >> checking if gmp.h version and libgmp version are the same... >> (6.1.0/6.1.0) yes >> checking for GMP library vs header correctness... yes >> checking for double-to-integer conversion bug... no >> checking if gmp_printf supports "%jd"... yes >> checking if gmp_printf supports "%hhd"... yes >> checking if gmp_printf supports "%lld"... yes >> checking if gmp_printf supports "%Lf"... yes >> checking if gmp_printf supports "%td"... yes >> checking for __gmpn_rootrem... yes >> checking for __gmpn_sbpi1_divappr_q... yes >> checking that generated files are newer than configure... done >> configure: creating ./config.status >> config.status: creating Makefile >> config.status: creating doc/Makefile >> config.status: creating src/Makefile >> config.status: creating tests/Makefile >> config.status: creating tune/Makefile >> config.status: creating src/mparam.h >> config.status: executing depfiles commands >> config.status: executing libtool commands >> Makefile:81 : la recette pour la cible « julia-deps » a échouée >> make: *** [julia-deps] Erreur 2 >> pi@pc:~/julia$ >> >> >
