Guest User

Untitled

a guest
Apr 24th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. [hidden@undernet blockeater]$ gcc blockeater.c -g -o blockeater -Wall -I'/usr/include/mysql' -L'/usr/lib/mysql' -lmysqlclient -lz -lcrypt -lnsl -lm
  2. /usr/lib/mysql/libmysqlclient.a(my_malloc.o)(.text+0x22): In function `my_malloc':
  3. : undefined reference to `errno'
  4. /usr/lib/mysql/libmysqlclient.a(my_malloc.o)(.text+0xb2): In function `my_memdup':
  5. : undefined reference to `errno'
  6. /usr/lib/mysql/libmysqlclient.a(my_malloc.o)(.text+0x18f): In function `my_strdup':
  7. : undefined reference to `errno'
  8. /usr/lib/mysql/libmysqlclient.a(my_realloc.o)(.text+0x53): In function `my_realloc':
  9. : undefined reference to `errno'
  10. /usr/lib/mysql/libmysqlclient.a(my_lib.o)(.text+0x2e3): In function `my_dir':
  11. : undefined reference to `errno'
  12. /usr/lib/mysql/libmysqlclient.a(my_lib.o)(.text+0x3b8): more undefined references to `errno' follow
  13. collect2: ld returned 1 exit status
Add Comment
Please, Sign In to add comment