On Sat, Nov 5, 2016 at 3:55 AM, Lutfullah Tomak <tomaklu...@gmail.com> wrote: > 1)System libzmq fails because binary tarball(julia-0.5) from julialang.org > includes old libstdc++ shared library hence Pkg.build("ZMQ") fails. 2) I > tried to build julia-0.5 with the system's gcc (6.2) but build fails while > compiling julia that says "target does not support ifunc". Are there ways to > work around these two?
Both fixed on master. You can delete the libstdc++ from the 0.5 binary.