Advertisement
Guest User

Untitled

a guest
Jan 5th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. make[1]: Entering directory `/home/mark/irc/source'
  2. rm -f count.c
  3. lex count.l
  4. mv -f lex.yy.c count.c
  5. gcc -o count -O count.c
  6. /tmp/ccZpGuvc.o: In function `yylex':
  7. count.c:(.text+0xcf5): undefined reference to `yywrap'
  8. collect2: error: ld returned 1 exit status
  9. make[1]: *** [count] Error 1
  10. make[1]: Leaving directory `/home/mark/irc/source'
  11. make: *** [irc] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement