Skip to content

Instantly share code, notes, and snippets.

@emptymalei
Forked from Dreyer/perlbrew_libgcc_s.txt
Created May 8, 2019 18:14
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 emptymalei/2f3689b53e4e0e783d3492ba8dc89449 to your computer and use it in GitHub Desktop.
Save emptymalei/2f3689b53e4e0e783d3492ba8dc89449 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment