/usr/bin/ld cannot find libgcc_s.so.1
-
Linux
Troubleshooting “usr bin ld cannot find” Errors in Linux
Summary: This guide explores common “usr bin ld cannot find” errors in Linux, including crt1.o, libgcc_s.so.1, and /lib64/libc.so.6, and provides insights on how to address these issues. — Troubleshooting “usr bin ld cannot find” Errors in Linux Encountering errors like /usr/bin/ld cannot find crt1.o, /usr/bin/ld cannot find libgcc_s.so.1, and /usr/bin/ld cannot find /lib64/libc.so.6 can be frustrating, especially when compiling software…
Read More »