Skip to content

Instantly share code, notes, and snippets.

@wadang
Forked from Dreyer/perlbrew_libgcc_s.txt
Created April 6, 2019 09:08
Show Gist options
  • Select an option

  • Save wadang/d25f4837c3d6006eaa27cd04ed813d11 to your computer and use it in GitHub Desktop.

Select an option

Save wadang/d25f4837c3d6006eaa27cd04ed813d11 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