Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. kailas@ubuntu-vm:~/kiinde/fulfill$ make
  2. gcc -Wall -o fulfillme fulfillme.o barcode.o -lusb -lhid `cups-config --libs` `curl-config --libs` `xmlrpc-c-config client --libs`
  3. /usr/bin/ld: warning: libwwwxml.so.0, needed by /usr/local/lib/libxmlrpc_client.so, not found (try using -rpath or -rpath-link)
  4. /usr/bin/ld: warning: libxmltok.so.0, needed by /usr/local/lib/libxmlrpc_client.so, not found (try using -rpath or -rpath-link)
  5. /usr/bin/ld: warning: libxmlparse.so.0, needed by /usr/local/lib/libxmlrpc_client.so, not found (try using -rpath or -rpath-link)
  6. /usr/bin/ld: warning: libwwwzip.so.0, needed by /usr/local/lib/libxmlrpc_client.so, not found (try using -rpath or -rpath-link)
  7. /usr/bin/ld: warning: libwwwinit.so.0, needed by /usr/local/lib/libxmlrpc_client.so, not found (try using -rpath or -rpath-link)
  8. /usr/bin/ld: warning: libwwwapp.so.0, needed by /usr/local/lib/libxmlrpc_client.so, not found (try using -rpath or -rpath-link)
  9. /usr/bin/ld: warning: libwwwhtml.so.0, needed by /usr/local/lib/libxmlrpc_client.so, not found (try using -rpath or -rpath-link)
  10. /usr/bin/ld: warning: libwwwtelnet.so.0, needed by /usr/local/lib/libxmlrpc_client.so, not found (try using -rpath or -rpath-link)
  11. /usr/bin/ld: warning: libwwwnews.so.0, needed by /usr/local/lib/libxmlrpc_client.so, not found (try using -rpath or -rpath-link)
  12. /usr/bin/ld: warning: libwwwhttp.so.0, needed by /usr/local/lib/libxmlrpc_client.so, not found (try using -rpath or -rpath-link)
  13. /usr/bin/ld: warning: libwwwmime.so.0, needed by /usr/local/lib/libxmlrpc_client.so, not found (try using -rpath or -rpath-link)
  14. /usr/bin/ld: warning: libwwwgopher.so.0, needed by /usr/local/lib/libxmlrpc_client.so, not found (try using -rpath or -rpath-link)
  15. /usr/bin/ld: warning: libwwwftp.so.0, needed by /usr/local/lib/libxmlrpc_client.so, not found (try using -rpath or -rpath-link)
  16. /usr/bin/ld: warning: libwwwfile.so.0, needed by /usr/local/lib/libxmlrpc_client.so, not found (try using -rpath or -rpath-link)
  17. /usr/bin/ld: warning: libwwwdir.so.0, needed by /usr/local/lib/libxmlrpc_client.so, not found (try using -rpath or -rpath-link)
  18. /usr/bin/ld: warning: libwwwcache.so.0, needed by /usr/local/lib/libxmlrpc_client.so, not found (try using -rpath or -rpath-link)
  19. /usr/bin/ld: warning: libwwwstream.so.0, needed by /usr/local/lib/libxmlrpc_client.so, not found (try using -rpath or -rpath-link)
  20. /usr/bin/ld: warning: libwwwmux.so.0, needed by /usr/local/lib/libxmlrpc_client.so, not found (try using -rpath or -rpath-link)
  21. /usr/bin/ld: warning: libwwwtrans.so.0, needed by /usr/local/lib/libxmlrpc_client.so, not found (try using -rpath or -rpath-link)
  22. /usr/bin/ld: warning: libwwwcore.so.0, needed by /usr/local/lib/libxmlrpc_client.so, not found (try using -rpath or -rpath-link)
  23. /usr/bin/ld: warning: libwwwutils.so.0, needed by /usr/local/lib/libxmlrpc_client.so, not found (try using -rpath or -rpath-link)
  24. /usr/bin/ld: warning: libmd5.so.0, needed by /usr/local/lib/libxmlrpc_client.so, not found (try using -rpath or -rpath-link)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement