-
Notifications
You must be signed in to change notification settings - Fork 12
[BUG] Missing Libraries #22
Description
# Question
- Operate system: Sonoma 14.3
- Version of ARRCON: 3.3.7
i tried to execute ARRCON on my M2 mac mini but i get this message:
Moi@Mac-mini-de-Moi % ./ARRCON
dyld[1272]: Library not loaded: /usr/local/opt/gcc@12/lib/gcc/12/libgcc_s.1.1.dylib
Referenced from: <4A16C3B3-9F9B-316B-8C2F-28ED9C64E5E7> /Users/yinwoo/SRV/ARRCON
Reason: tried: '/usr/local/opt/gcc@12/lib/gcc/12/libgcc_s.1.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/gcc@12/lib/gcc/12/libgcc_s.1.1.dylib' (no such file), '/usr/local/opt/gcc@12/lib/gcc/12/libgcc_s.1.1.dylib' (no such file), '/usr/local/lib/libgcc_s.1.1.dylib' (no such file), '/usr/lib/libgcc_s.1.1.dylib' (no such file, not in dyld cache)
zsh: abort ./ARRCON
it's my first time having a mac and i'm a bit lost, may i ask for your help?
thank you