Hello !
I get a strange error on the latest Julia Master. After launching the
make install command, I get a warning on startup :
$ julia
Warning: error initializing module LinAlg:
ErrorException("symbol could not be found openblas_get_config64_:
dlsym(0x7f9ae3769890, openblas_get_config64_): symbol not found
")
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.4.0-dev+1971 (2014-12-06 22:54 UTC)
_/ |\__'_|_|_|\__'_| | Commit b83e4bb (0 days old master)
|__/ | x86_64-apple-darwin13.4.0
julia> versioninfo()
Julia Version 0.4.0-dev+1971
Commit b83e4bb (2014-12-06 22:54 UTC)
Platform Info:
System: Darwin (x86_64-apple-darwin13.4.0)
CPU: Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz
WORD_SIZE: 64
ERROR: symbol could not be found openblas_get_config64_:
dlsym(0x7f9ae3769890, openblas_get_config64_): symbol not found
in openblas_get_config at ./util.jl:120
in versioninfo at interactiveutil.jl:176
in versioninfo at interactiveutil.jl:146
My Make.user file only contains PREFIX=/usr/local/. This warning/error
goes out if I start julia directly from the build folder :
julia> versioninfo()
Julia Version 0.4.0-dev+1971
Commit b83e4bb (2014-12-06 22:54 UTC)
DEBUG build
Platform Info:
System: Darwin (x86_64-apple-darwin13.4.0)
CPU: Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Sandybridge)
LAPACK: libopenblas
LIBM: libopenlibm
LLVM: libLLVM-3.3
Should I fill an issue about this, or have I messed something while
building Julia ?
Regards,
Guillaume