Advertisement
Guest User

Untitled

a guest
May 29th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. zenix@linux-xk05:~/Desktop> gcc -m32 -c -o obj.o obj.c
  2. In file included from /usr/include/features.h:447:0,
  3. from /usr/include/bits/libc-header-start.h:33,
  4. from /usr/include/stdio.h:27,
  5. from obj.c:1:
  6. /usr/include/gnu/stubs.h:7:11: fatal error: gnu/stubs-32.h: No such file or directory
  7. # include <gnu/stubs-32.h>
  8. ^~~~~~~~~~~~~~~~
  9. compilation terminated.
  10. zenix@linux-xk05:~/Desktop>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement