Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCompiler Error on macOS:linking with `cc` failed: exit code: 1 #27240
Comments
|
I believe this occurs when the wrong assembler is used to build ICU (based on this chat log). Make sure you have installed |
|
Thanks! Worked like a charm! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting the error listed above, with a note listed at the end.
Undefined symbols for architecture x86_64: "_icudt65_dat", referenced from: openCommonData(char const*, int, UErrorCode*) in libmozjs_sys-13273380956a7fd9.rlib(udata.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)I'm on macOS Catalina 10.15.5, and I'm confused about why I'm getting this error.