I tried running 'make' again but am getting stuck at the same spot.
I did not pass any arguments to configure. I don't have a good idea of how
this process works so i did not deviate from the instructions in README.md
(as far as I know).
I did indeed run source .homebrew-build-env before configur
Some observations:
- It's showing a different error now.
- I find it unusual that more packages haven't been built before it tries
to build sagelib. You could try "make" again and see how far it gets.
- config.log says
Invocation command line was
$ ./configure
PKG_CONFIG_PATH=/opt/homebrew/
Hi John,
Sorry, just after I sent my previous message I realized I should have typed
'make typing_extensions' and not 'make typing_extension' so I am no longer
getting the error I indicated above. I am currently building with no errors
so far, so I will send another update soon.
Best,
Alex
On We
Maybe you also need to do "make flit_core" before "make typing_extension".
On Wednesday, January 4, 2023 at 11:35:39 AM UTC-8 John H Palmieri wrote:
> Many of the errors are discussed at https://trac.sagemath.org/ticket/34838.
> You can probably avoid those by running "make typing_extensions" be
Many of the errors are discussed at https://trac.sagemath.org/ticket/34838.
You can probably avoid those by running "make typing_extensions" before
running "make".
The most recent error seems to be for sagelib:
ld: library not found for -lopenblas
I assume that you followed the directions