Skip to content

Instantly share code, notes, and snippets.

@jevgen
Forked from Dreyer/perlbrew_libgcc_s.txt
Created September 10, 2020 07:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jevgen/82b562434660166dfe649a117032edd5 to your computer and use it in GitHub Desktop.
Save jevgen/82b562434660166dfe649a117032edd5 to your computer and use it in GitHub Desktop.
[perlbrew] ld: library not found for -lgcc_s.10.4
$ cd /usr/local/lib
$ sudo ln -s ../../lib/libSystem.B.dylib libgcc_s.10.5.dylib
$ sudo ln -s ../../lib/libSystem.B.dylib libgcc_s.10.4.dylib
@jevgen
Copy link
Author

jevgen commented Sep 10, 2020

installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment