I recently bought the McBook Air with M1 processor and Big Sur as Os.
I am trying to build a library which requires gcc and gfortran. I did not have gfotran, so I run a
brew install gcc
which led to the following libraries under the home-brew installing path (/opt/homebrew/Cellar):
list of libraries downloaded with gcc
However I cannot find the libquadmath.dylib. I also tried to download this
gfortran experimental release for ARM Big Sur
Nothing, I cannot seem to be able to have the libquadmath.dylib.
I am fairly new to all this, this is my first Mac, and I haven't been working with C++ (just Python).
I am sorry if this question looks rather silly, but I cannot seem to find a workaround. Does anyone have had the same experience/problems?
Thanks a lot! Monica