Hi Luigi, thanks for your help with this!
Regarding the error when compiling from source – yes, that’s the only thing I can identify as an error. There are a number of warnings printed at the start of the compilation process, then a number of normal-looking outputs (I believe), and then the one-line error. Please see attachment with a screenshot of the last portion of the printed lines.
Here are the outputs of the commands you indicated:
carlottaporzio@CarlottasMBP283 ~ % uname -a
Darwin CarlottasMBP283 23.4.0 Darwin Kernel Version 23.4.0: Wed Feb 21 21:44:54 PST 2024; root:xnu-10063.101.15~2/RELEASE_ARM64_T6030 arm64
carlottaporzio@CarlottasMBP283 ~ % pkgutil —pkg-info=com.apple.pkg.CLTools_Executables
Usage: pkgutil [OPTIONS] [COMMANDS] …
Options:
–help Show this usage guide
–verbose, -v Show contextual information and format for easy reading
–force, -f Perform all operations without asking for confirmation
–volume PATH Perform all operations on the specified volume
–edit-pkg PKGID Adjust properties of package PKGID using --learn PATH
–only-files List only files (not directories) in --files listing
–only-dirs List only directories (not files) in --files listing
–regexp Try all PKGID arguments as regular expressions
Receipt Database Commands:
–pkgs, --packages List all currently installed package IDs on --volume
–pkgs-plist List all package IDs on --volume in plist format
–pkgs=REGEXP List package IDs on --volume that match REGEXP
–groups List all GROUPIDs on --volume
–groups-plist List all GROUPIDs on --volume in plist format
–group-pkgs GROUPID List all PKGIDs in GROUPID
–files PKGID List files installed by the specified package
–lsbom PKGID List files in the same format as ‘lsbom -s’
–pkg-groups PKGID List all GROUPIDs that PKGID is a member of
–export-plist PKGID Print all info about PKGID in plist format
–pkg-info PKGID Show metadata about PKGID
–pkg-info-plist PKGID Show metadata about PKGID in plist format
–file-info PATH Show metadata known about PATH
–file-info-plist PATH Show metadata known about PATH in plist format
–forget PKGID Discard receipt data for the specified package
–learn PATH Update --edit-pkg PKGID with actual metadata from PATH
File Commands:
–expand PKG DIR Expand the flat package PKG to DIR
–flatten DIR PKG Flatten the files at DIR as PKG
–bom PATH Extract any Bom files from the pkg at PATH into /tmp
–payload-files PATH List the paths archived within the (m)pkg at PATH
–check-signature PATH Validate the signature of the pkg at PATH and print certificate information
carlottaporzio@CarlottasMBP283 ~ % gfortran -v
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/opt/homebrew/Cellar/gcc/14.2.0_1/bin/../libexec/gcc/aarch64-apple-darwin23/14/lto-wrapper
Target: aarch64-apple-darwin23
Configured with: ../configure --prefix=/opt/homebrew/opt/gcc --libdir=/opt/homebrew/opt/gcc/lib/gcc/current --disable-nls --enable-checking=release --with-gcc-major-version-only --enable-languages=c,c++,objc,obj-c++,fortran,m2 --program-suffix=-14 --with-gmp=/opt/homebrew/opt/gmp --with-mpfr=/opt/homebrew/opt/mpfr --with-mpc=/opt/homebrew/opt/libmpc --with-isl=/opt/homebrew/opt/isl --with-zstd=/opt/homebrew/opt/zstd --with-pkgversion=‘Homebrew GCC 14.2.0_1’ --with-bugurl=GitHub · Where software is built --with-system-zlib --build=aarch64-apple-darwin23 --with-sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 14.2.0 (Homebrew GCC 14.2.0_1)
carlottaporzio@CarlottasMBP283 ~ % echo $PATH
/opt/homebrew/bin:/opt/homebrew/sbin:/Users/carlottaporzio/ROOT/root_install/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/X11/bin:Users/carlottaporzio/cernbox/Miniball/MiniballSort/bin
Thanks again for your help!
Carlotta