I\'m trying to set up libusb API on my OS. I downloaded libusb api on libusb.org. I followed the standard installation procedure:
cd into directory ./configu
What is your linker command line? You need to have -lusb in the linking command; just having the header included won't work.
-lusb