Hello, I successfully installed libusb, however avrdude won't install.
This is what I get in the terminal. I've highlighted in red what goes wrong. Thank You!
unknown0026bb07e28a:~ Rakshak$ cd
/Users/Rakshak/Desktop/avrdude-5.10
unknown0026bb07e28a:avrdude-5.10 Rakshak$ ./configure
checking build system type... i686-apple-darwin11.4.2
checking host system type... i686-apple-darwin11.4.2
checking target system type... i686-apple-darwin11.4.2
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
unknown0026bb07e28a:avrdude-5.10 Rakshak$ make
make: *** No targets specified and no makefile found. Stop.
unknown0026bb07e28a:avrdude-5.10 Rakshak$

