Hi,
I am not sure I am posting my question in rt place. apolgies me if I ask anything wrong
I comiled the AVRDUDE in Mac using the following method
Configure avrdude. type: ./configure
Compile avrdude. type: make
Install avrdude. type: sudo make install
then now how I can move this executable to another Mac machine. That machine doesn't contain any compiler to compile it.
basically I want to install compiled AVRDUDE commandline utility in another machine
how I can do this???

