DReichLab / DReichLab/AdmixTools
error: install macOS (15.2 M4)
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 235
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
Hello, I encountered the following error when trying to install admixtools./Applications/Xcode.app/Contents/Developer/usr/bin/make -C nicksrc
cc -c -g -p -Wimplicit -fno-common -I./ -I/usr/local/opt/openblas/include -c -o strsubs.o strsubs.c
clang: error: unsupported option '-p' for target 'arm64-apple-macosx15.0.0'
make[1]: *** [strsubs.o] Error 1
make: *** [nicksrc/libnick.a] Error 2
My computer is a Mac mini (15.2 M4).
Does anyone know how to solve this problem?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the failure with the shown make -C nicksrc command on macOS arm64, starting with the compiler flags used for strsubs.c. Check where the unsupported -p option is configured and verify that the nicksrc/libnick.a target builds successfully without the error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, macos
- Domain
- build-system, operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100