As Ed wrote:

> I've been trying to build Avrdude on Mac OS X (10.6.8) with USB
> support, but no matter what flags or libs I throw at it, the
> configure script does not find the USB libs.

Provided you've got the libraries (and respective header files)
installed (see Xiaofan's mail) but they are installed in a
non-standard location, you can indicate their location in the
environment of the configure script.  For example, for a library
installed in /usr/local, this would look like:

env CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)

_______________________________________________
avrdude-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to