"Cannot find crt1.o" auf Ubuntu beheben
English
Deutsch
Problem:
Du versuchst, etwas zu kompilieren (z.B. mit GCC) auf Ubuntu, aber du erhältst eine Fehlermeldung ähnlich dieser:
crt1_error.txt
/usr/bin/ld: error: cannot open crt1.o: No such file or directory
/usr/bin/ld: error: cannot open crti.o: No such file or directory
/usr/bin/ld: error: cannot open crtn.o: No such file or directoryLösung
Verwende statt make
make_with_library_path.sh
LIBRARY_PATH=/usr/lib/x86_64-linux-gnu makeCheck out similar posts by category:
Build Systems, Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow