Advertisement
Shanix

Untitled

Jan 17th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. eos$ make Makefile; make
  2. make: Warning: File `Makefile' has modification time 6.1 s in the future
  3. make: Nothing to be done for `Makefile'.
  4. make: warning: Clock skew detected. Your build may be incomplete.
  5. make: Warning: File `Makefile' has modification time 6.1 s in the future
  6. gcc -Wall -std=c99 -c -o writer.o writer.c
  7. gcc -Wall -std=c99 -c -o reader.o reader.c
  8. gcc -Wall -std=c99 writer.o reader.o -o main
  9. /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/crt1.o: In function `_start':
  10. (.text+0x20): undefined reference to `main'
  11. collect2: ld returned 1 exit status
  12. make: *** [main] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement