Advertisement
Guest User

Untitled

a guest
Aug 29th, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. janne@yui:/tmp/fstrinet$ make clean
  2. janne@yui:/tmp/fstrinet$ make
  3. cc -g -Wall -c printing.c
  4. cc -g -Wall -c checkrec.c
  5. cc -g -Wall -c nbnresolv.c
  6. cc -g -Wall -c llist.c
  7. cc -g -Wall -c list_combiner.c
  8. cc -g -Wall -c params.c
  9. cc -g -Wall -c ip_feeder.c
  10. cc -g -I/usr/include/samba-4.0 -Wall -D_FILE_OFFSET_BITS=64 -c worker.c
  11. cc -g -pthread -lrt -lsmbclient -Wall checkrec.o nbnresolv.o llist.o list_combiner.o params.o ip_feeder.o worker.o printing.o scanmain.c -o fstrinet
  12. worker.o: In function `recurse_directory':
  13. /tmp/fstrinet/worker.c:38: undefined reference to `smbc_opendir'
  14. /tmp/fstrinet/worker.c:52: undefined reference to `smbc_readdir'
  15. /tmp/fstrinet/worker.c:67: undefined reference to `smbc_closedir'
  16. /tmp/fstrinet/worker.c:90: undefined reference to `smbc_stat'
  17. worker.o: In function `scan_host':
  18. /tmp/fstrinet/worker.c:146: undefined reference to `smbc_opendir'
  19. /tmp/fstrinet/worker.c:156: undefined reference to `smbc_readdir'
  20. worker.o: In function `run_worker':
  21. /tmp/fstrinet/worker.c:257: undefined reference to `smbc_init'
  22. collect2: error: ld returned 1 exit status
  23. make: *** [fstrinet] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement