Entrepreneur, Researcher, 3D Geek, Coder

/usr/bin/ld: cannot find -lgcc_s

Note to self: when you see

/usr/bin/ld: cannot find -lgcc_s

again, do:

sudo ln -s /lib/libgcc_s.so.1 /lib/libgcc_s.so


Comments are closed.