[Bug 920948] Re: Can't build simple app with libusb-dev

2012-05-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: libusb (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/920948 Title:

[Bug 920948] Re: Can't build simple app with libusb-dev

2012-05-10 Thread Jonathan Thomas
Newer versions of GCC require the linker flags to be placed after the objects to be linked. (So with this example, the proper command to build it is gcc -Wall test.c -lusb -o test) This bit me too for a while. :( ** Changed in: libusb (Ubuntu) Status: Confirmed = Invalid -- You received

[Bug 920948] Re: Can't build simple app with libusb-dev

2012-01-24 Thread Dave Lentz
Have you tried using libusb-1.0.0-dev , libusb.h and libusb_init() ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/920948 Title: Can't build simple app with libusb-dev To manage notifications

[Bug 920948] Re: Can't build simple app with libusb-dev

2012-01-24 Thread mariodebian
@Dave this is not valid solution, I have a more complex app and I can't change libusb0 = libusb1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/920948 Title: Can't build simple app with libusb-dev