Research Scientist, self-proclaimed Geek, Code Writer

/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.