-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hello! I'm trying to compile from source for macbook pro M3 max (arm arch) and it's been difficult trying to get dependencies to work.
I have the latest gcc version, https://gcc.gnu.org/gcc-14/
Here's the error when running the makefile:
mkdir -p bin g++-14 -o bin/satc src/satc/satc.o src/common/kmc_api/kmc_file.o src/common/kmc_api/mmer.o src/common/kmc_api/kmer_api.o src/common/illumina_adapters_static.o libs/zstd/lib/libzstd.a \ libs/zstd/lib/libzstd.a \ -lm -std=c++17 -lpthread ld: library not found for -lSystem collect2: error: ld returned 1 exit status make: *** [bin/satc] Error
Some more info:
clang -v:
Apple clang version 14.0.3 (clang-1403.0.22.14.1) Target: arm64-apple-darwin23.1.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin