Re: [julia-users] Adding ZMQ fails on debian-strech ARM

2016-11-05 Thread Lutfullah Tomak
Thanks Yichao. I also found that there is an open 
issue https://github.com/JuliaLang/julia/issues/18816.

On Saturday, November 5, 2016 at 3:04:25 PM UTC+3, Yichao Yu wrote:
>
> On Sat, Nov 5, 2016 at 3:55 AM, Lutfullah Tomak  > 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. 
>


Re: [julia-users] Adding ZMQ fails on debian-strech ARM

2016-11-05 Thread Yichao Yu
On Sat, Nov 5, 2016 at 3:55 AM, Lutfullah Tomak  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.


[julia-users] Adding ZMQ fails on debian-strech ARM

2016-11-05 Thread Lutfullah Tomak
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?