Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ld: library not found for -lgcc_s.10.4 #2

Closed
najidebian opened this issue Oct 22, 2018 · 5 comments
Closed

ld: library not found for -lgcc_s.10.4 #2

najidebian opened this issue Oct 22, 2018 · 5 comments

Comments

@najidebian
Copy link

najidebian commented Oct 22, 2018

I am on Mac OS Mojave10.14 and I am having this error when running
brew install mulle-kybernetik/software/mulle-xcode-settings

ld: library not found for -lgcc_s.10.4
clang: error: linker command failed with exit code 1 (use -v to see invocation)

** INSTALL FAILED **
I tried this as suggested by many after a google search but with no success
cd /usr/local/lib && sudo ln -s ../../lib/libSystem.B.dylib libgcc_s.10.4.dylib

@mulle-nat
Copy link
Member

I didn't even know that there is a dependency to gcc_s there, let alone: I don't even know what gcc_s is :-) I don't have Mojave on this machine here, it will have to wait a few days...

@najidebian
Copy link
Author

Thanks Nat for your time and concern :) I will be waiting.

@mulle-nat
Copy link
Member

mulle-nat commented Oct 25, 2018

I have this feeling, this is because the baseline for mulle-xcode-settings is 10.4 and Apple removed the libgcc_s.10.4 library, but their toolchain still emits a link request for it.

@mulle-nat
Copy link
Member

Baseline is now 10.6 and it seems to work.

@najidebian
Copy link
Author

Yes it is now working. Thanks Nat for following up and for ur time. Have a great day

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants