Skip to content

Instantly share code, notes, and snippets.

@Kolenov
Forked from Dreyer/perlbrew_libgcc_s.txt
Created December 4, 2018 10:27
Show Gist options
  • Save Kolenov/cf08cd52017cef1d9701760c1ba0c5b2 to your computer and use it in GitHub Desktop.
Save Kolenov/cf08cd52017cef1d9701760c1ba0c5b2 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