Advertisement
Guest User

Untitled

a guest
Jun 30th, 2011
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. zomg@master:~/test/test$ gcc dummy.c
  2. /usr/bin/ld: cannot find crt1.o: No such file or directory
  3. /usr/bin/ld: cannot find crti.o: No such file or directory
  4. /usr/bin/ld: cannot find -lgcc_s
  5. /usr/bin/ld: cannot find -lc
  6. /usr/bin/ld: cannot find -lgcc_s
  7. /usr/bin/ld: cannot find crtn.o: No such file or directory
  8. collect2: ld returned 1 exit status
  9. zomg@master:~/test/test$ cat dummy.c
  10. int main()
  11. {
  12. return 0;
  13. }
  14. zomg@master:~/test/test$ lsb_release -a
  15. No LSB modules are available.
  16. Distributor ID: Debian
  17. Description: Debian GNU/Linux stable-updates (sid)
  18. Release: stable-updates
  19. Codename: sid
  20. zomg@master:~/test/test$ cat /proc/version
  21. Linux version 2.6.32-5-686 (Debian 2.6.32-30) (ben@decadent.org.uk) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Wed Jan 12 04:01:41 UTC 2011
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement