Hi,
I wanted to test QML.jl on the Raspberry Pi, but the compiled library fails to load with the following error:
ERROR: could not load library "/home/pi/.julia/v0.5/QML/deps/usr/lib/libqmlwrap.so"
/home/pi/julia/julia-0.5/bin/../lib/julia/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /usr/lib/arm-linux-gnueabihf/libQt5Core.so.5)
I am using the Julia-0.5 release binary from julialang.org. Is there any way to solve this, apart from building Julia myself and linking with the system libstdc++?