[sage-support] Re: Calculating place of large function field F_{2^128}(X)

2024-12-16 Thread Nils Bruin
On Saturday, 14 December 2024 at 09:28:37 UTC-8 skchandh...@gmail.com wrote: I want to compute a single place of degree 8 so I can use it as described in the OP. If you want to evaluate a function at a place, you'll just get a value in the residue field. In the case of a degree 8 place, tha

Re: [sage-support] ./configure reports no gcc but it is installed

2024-12-16 Thread Dima Pasechnik
Hi, you are trying to install Sage 10.0, for some reason. Since Sage 10.4 or 10.5 (the current one) you certainly can use gcc-14/g++-14. HTH Dima On Mon, Dec 16, 2024 at 7:29 PM brett stevens wrote: > > I recently updated my system to Ubuntu 24.10 and am having trouble compiling > sagemath. > I

Re: [sage-support] ./configure reports no gcc but it is installed

2024-12-16 Thread brett stevens
thanks Dima brett On Monday, December 16, 2024 at 8:44:09 PM UTC-5 dim...@gmail.com wrote: > Hi, > you are trying to install Sage 10.0, for some reason. > Since Sage 10.4 or 10.5 (the current one) you certainly can use > gcc-14/g++-14. > HTH > Dima > > On Mon, Dec 16, 2024 at 7:29 PM brett steve