As Ed wrote: > dyld: lazy symbol binding failed: Symbol not found: _libusb_init > Referenced from: /usr/local/avr/lib/libusb-0.1.4.dylib
This is MacOS X? I don't know much about it (yet), but libusb_init is a function from libusb-1.0. Apparently, you are using a wrapper for the 0.1 API interface, but the 1.0 library doesn't get linked. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) ------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________ avarice-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/avarice-user
