You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 1.4.2 (2020-05-23)
Fedora 32 build
julia> using Pkg
(@v1.4) pkg> build Cxx
Building Cxx → ~/.julia/packages/Cxx/1RaOv/deps/build.log
┌ Error: Error building Cxx:
│ ERROR: LoadError: could not load library "libLLVM-8.0.1"
│ libLLVM-8.0.1.so: can't open shared object file: No such file or directory
│ Stacktrace:
│ [1] dlopen at /builddir/build/BUILD/julia/build/usr/share/julia/stdlib/v1.4/Libdl/src/Libdl.jl:109 [inlined] (repeats 2 times)
│ [2] dlpath(::String) at /builddir/build/BUILD/julia/build/usr/share/julia/stdlib/v1.4/Libdl/src/Libdl.jl:232
│ [3] top-level scope at /home/henry/.julia/packages/Cxx/1RaOv/deps/build.jl:26
│ [4] top-level scope at none:5
│ in expression starting at /home/henry/.julia/packages/Cxx/1RaOv/deps/build.jl:26
│ writing path.jl file
│ Tuning for julia installation at /usr/bin with sources possibly at /
│ llvm_path: libLLVM-8.0.1
└ @ Pkg.Operations /builddir/build/BUILD/julia/build/usr/share/julia/stdlib/v1.4/Pkg/src/Operations.jl:899
I created /usr/lib64/julia/libLLVM-8.0.1.s0 as symbolic link to /usr/lib64/julia/libLLVM-8jl.so
I try to use Cxx
I created /usr/lib64/julia/libLLVM-8.0.1.s0 as symbolic link to /usr/lib64/julia/libLLVM-8jl.so
Where to put the symbolic link to libLLVM-8jl.so as libLLVM-8.0.1.s0
so that it will be visible by julia builder ?
Thanks a lot in advance!
The text was updated successfully, but these errors were encountered: