Re: [Libusbx-devel] how to compile with gcc in linux

2013-10-09 Thread Matthias Bolte
2013/10/8 Vanwynsberghe Charles : > Hello, > > I've installed the very last version of libusbx on ubuntu (12.04 > here); and I have tried to "make" the examples in /examples and they > work great! > > However, how should I do to "gcc" my own program using libusbx? > Because when I do "gcc -c test.c

[Libusbx-devel] how to compile with gcc in linux

2013-10-08 Thread Vanwynsberghe Charles
Hello, I've installed the very last version of libusbx on ubuntu (12.04 here); and I have tried to "make" the examples in /examples and they work great! However, how should I do to "gcc" my own program using libusbx? Because when I do "gcc -c test.c -o test" with a code including libusb.h