Have you tried using the "Generic Linux binaries" http://julialang.org/downloads/ ?
On Wednesday, March 2, 2016 at 9:44:37 PM UTC-5, karthik senthil wrote: > > Hey Tobias, > > Some relevant error lines from the log file - > > CMakeFiles/cmTryCompileExec1014230072.dir/CheckFunctionExists.c.o:CheckFunctionExists.c:function > > main: error: undefined reference to 'qsort_s' > > /usr/bin/ld.gold.real: error: cannot find -lpthreads > CMakeFiles/cmTryCompileExec1151233699.dir/CheckFunctionExists.c.o:CheckFunctionExists.c:function > > main: error: undefined reference to 'pthread_create' > > > I have also attached the file along with this email. > > Thank you > Karthik > > On Thu, Mar 3, 2016 at 2:21 AM, Tobias Grosser <[email protected] > <javascript:>> wrote: > >> On 03/02/2016 09:17 PM, karthik senthil wrote: >> >>> Hey, >>> >>> I'm trying to setup Julia to integrate Polly and perform some >>> experiments regarding compiler optimizations. >>> >>> However I'm unable to install Julia on my machine due to following >>> errors - >>> >>> -- checking for module 'libcurl' >>> -- package 'libcurl' not found >>> -- checking for module 'libssh2' >>> -- package 'libssh2' not found >>> >>> I tried looking into the error log file produced at >>> "julia/deps/build/libgit2/CMakeFiles/CMakeError.log". Here I find some >>> errors regarding undefined reference to "pthread_create" function. >>> >>> Any suggestions on how to resolve this issue ? >>> >>> Hope I'm not disturbing you too much. >>> >> >> Dear Karthik, >> >> I think it might help to copy the relevant lines of CMakeError.log and >> possibly even make the full file available somewhere (or attach it if it is >> small). >> >> Best, >> Tobias >> > >
