BorjaTarraso

error_on_makefile1

Oct 16th, 2011
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. -*- mode: compilation; default-directory: "/Users/borjatarraso/prj/" -*-
  2. Compilation started at Sun Oct 16 15:31:17
  3.  
  4. make
  5. gcc -c count_words.c
  6. gcc count_words.o lexer.o -lfl -o count_words
  7. Undefined symbols:
  8. "_foe_count", referenced from:
  9. _foe_count$non_lazy_ptr in count_words.o
  10. "_fee_count", referenced from:
  11. _fee_count$non_lazy_ptr in count_words.o
  12. "_fie_count", referenced from:
  13. _fie_count$non_lazy_ptr in count_words.o
  14. "_fum_count", referenced from:
  15. _fum_count$non_lazy_ptr in count_words.o
  16. "_yylex", referenced from:
  17. _main in count_words.o
  18. ld: symbol(s) not found
  19. collect2: ld returned 1 exit status
  20. make: *** [count_words] Error 1
  21.  
  22. Compilation exited abnormally with code 2 at Sun Oct 16 15:31:17
  23.  
Advertisement
Add Comment
Please, Sign In to add comment