Re: [sage-devel] Ubuntu 20.10 build of 9.3beta1 failing on fplll

2020-11-12 Thread Kiran Kedlaya
Removing /usr/local/lib/libqd.a indeed took care of the issue. Thanks! Kiran On Thursday, November 12, 2020 at 4:13:39 PM UTC-8 François Bissey wrote: > libqd.a in your /usr/local/lib folder has been compiled without -fPIC and > cannot > be used to build a shared library. > As stated by Dima, y

Re: [sage-devel] Ubuntu 20.10 build of 9.3beta1 failing on fplll

2020-11-12 Thread François Bissey
libqd.a in your /usr/local/lib folder has been compiled without -fPIC and cannot be used to build a shared library. As stated by Dima, you shouldn’t need to install your own. If you insist on using a libqd from /usr/local/lib, install one compiled with -fPIC. François > On 13/11/2020, at 10:40 A

Re: [sage-devel] Ubuntu 20.10 build of 9.3beta1 failing on fplll

2020-11-12 Thread Isuru Fernando
Sage should probably add --without-qd to https://github.com/sagemath/sage/blob/9.3.beta1/build/pkgs/fplll/spkg-install.in#L30 Isuru On Thu, Nov 12, 2020 at 3:43 PM Dima Pasechnik wrote: > On Thu, Nov 12, 2020 at 9:40 PM Kiran Kedlaya wrote: > > > > I'm trying to build Sage 9.3beta1 on my Ubunt

Re: [sage-devel] Ubuntu 20.10 build of 9.3beta1 failing on fplll

2020-11-12 Thread Dima Pasechnik
On Thu, Nov 12, 2020 at 9:40 PM Kiran Kedlaya wrote: > > I'm trying to build Sage 9.3beta1 on my Ubuntu 20.10 laptop, and the build is > failing in fplll-5.3.3. The relevant lines seem to be > > [fplll-5.3.3] /usr/bin/ld: /usr/local/lib/libqd.a(dd_const.o): warning: > relocation against `_ZN7dd_

[sage-devel] Ubuntu 20.10 build of 9.3beta1 failing on fplll

2020-11-12 Thread Kiran Kedlaya
I'm trying to build Sage 9.3beta1 on my Ubuntu 20.10 laptop, and the build is failing in fplll-5.3.3. The relevant lines seem to be [fplll-5.3.3] /usr/bin/ld: /usr/local/lib/libqd.a(dd_const.o): warning: relocation against `_ZN7dd_real4_pi4E' in read-only section `.text.startup' [fplll-5.3.3] /u

[sage-devel] Re: Using a Sage kernel in a system Jupyter installation

2020-11-12 Thread Emmanuel Charpentier
Some notes ... HTH, Le mercredi 11 novembre 2020 à 18:28:02 UTC+1, Matthias Koeppe a écrit : > If you know how to do this, please help users by adding instructions to > our documentation - https://trac.sagemath.org/ticket/30476 > > See also - Me