[Pkg-julia-devel] Julia parallel test

Peter Colberg peter at colberg.org
Thu Nov 12 18:22:30 UTC 2015


On Thu, Nov 12, 2015 at 06:51:02PM +0200, Graham Inggs wrote:
> What if one of julia's dependencies currently in Xenial was linked against
> an older version of libm?
> Would this cause ld to complain about an invalid version?
> Would rebuilding this dependency solve the problem?

As I mentioned in the earlier mail, we can remove Julia from the
equation, since the `invalid version` error can be produced on
Ubuntu xenial by linking an arbitrary executable with openlibm.

I have to admit that I do not understand yet what those ld version
numbers mean. It does not seem a good idea though to link with both
libopenlibm and libm in the same binary.

Peter



More information about the Pkg-julia-devel mailing list