Hi Bill, On 2013.05.24 22:03, McConnaughey, Bill wrote: > Using version 1.0.15 on Linux. It links my program without complaints, > but when it tries to call libusb_get_port_number the program is killed > with the message that this symbol is undefined. I am able to get along > without calling that function.
The first thing you want to check is whether your program is actually using the libusbx library or libusb. If libusb is installed as a system library and hasn't been replaced, there's a good chance your application is using libusb rather than libusbx, and if it does, you will get errors for the function calls that are only present in libusbx. You may want to try to call libusb_get_version() and print the data (see the end of examples/xusb.c for how to do that), to confirm that you are actually using libusbx 1.0.15 and not libusb. Regards, /Pete ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may _______________________________________________ libusbx-devel mailing list libusbx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libusbx-devel