Re: [sage-support] Errors building Sage 10.3 in Sonoma 14.3.1

2024-03-29 Thread Matthias Koeppe
This one is fixed in https://github.com/sagemath/sage/pull/37646 On Wednesday, March 27, 2024 at 9:58:10 AM UTC-7 Dima Pasechnik wrote: > I've cut out the interesting part of the log. > It's a linker error (IMHO the linking should be done with C++, not > with C compiler, but that's probably OK

Re: [sage-support] Errors building Sage 10.3 in Sonoma 14.3.1

2024-03-27 Thread John H Palmieri
I'm having the same problem (I think) with Sage 10.4.beta0 on two different Apple Silicon machines. On Wednesday, March 27, 2024 at 9:58:10 AM UTC-7 Dima Pasechnik wrote: > I've cut out the interesting part of the log. > It's a linker error (IMHO the linking should be done with C++, not > with

Re: [sage-support] Errors building Sage 10.3 in Sonoma 14.3.1

2024-03-27 Thread Dima Pasechnik
I've cut out the interesting part of the log. It's a linker error (IMHO the linking should be done with C++, not with C compiler, but that's probably OK on macOS). Related to GiNaC (not a surprise) Anyway, I haven't seen this sort of errors before. Something for Apple fans... On Wed, Mar 27,

Re: [sage-support] Errors building Sage 10.3 in Sonoma 14.3.1

2024-03-27 Thread Dima Pasechnik
On Mon, Mar 25, 2024 at 8:22 PM Jon Higa wrote: > I tried to build Sage 10.3 in Sonoma 14.3.1 on an M3 Pro. > >git clone https://github.com/sagemath/sage.git > >cd sage > >git checkout 10.3 > >brew upgrade > >export MAKE='make -j8' > >source .homebrew-build-env > >