rust-cross icon indicating copy to clipboard operation
rust-cross copied to clipboard

Troubleshooting missing gcc-multilib #36

Open VBota1 opened this issue 8 years ago • 0 comments

i had to install: gcc-multilib

to fix the following errors: /usr/bin/ld: cannot find Scrt1.o: No such file or directory /usr/bin/ld: cannot find crti.o: No such file or directory /usr/bin/ld: cannot find -lutil /usr/bin/ld: cannot find -lutil /usr/bin/ld: cannot find -ldl /usr/bin/ld: cannot find -lrt /usr/bin/ld: cannot find -lpthread /usr/bin/ld: cannot find -lpthread /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/5/libgcc_s.so when searching for -lgcc_s /usr/bin/ld: cannot find -lgcc_s /usr/bin/ld: cannot find -lc /usr/bin/ld: cannot find -lm /usr/bin/ld: cannot find -lrt /usr/bin/ld: cannot find -lpthread /usr/bin/ld: cannot find -lutil /usr/bin/ld: cannot find crtn.o

I added this info to the Troubleshooting section on missing libs

VBota1 avatar Nov 18 '17 22:11 VBota1