Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. kido@debian:~$ gcc test.c
  2. gcc: fatal error: cannot execute ‘cc1’: execvp: No such file or directory
  3. compilation terminated.
  4. kido@debian:~$ /usr/bin/gcc test.c
  5. collect2: fatal error: cannot find ‘ld’
  6. compilation terminated.
  7. kido@debian:~$ whereis gcc
  8. gcc: /usr/bin/gcc /usr/lib/gcc
  9. kido@debian:~$ whereis ld
  10. ld: /usr/bin/ld /usr/bin/ld.bfd /usr/bin/ld.gold /usr/share/man/man1/ld.1.gz
  11. kido@debian:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement