As Bob Paddock wrote: > Under Cygwin I'm getting errors when I run automake and autoconf.
Which errors? > The instructions in the avrdude.pdf manual imply that configure > already exits, but I didn't get it with a cvs checkout? They only exist in the source code distribution but not in CVS. > Is there a specific procedure I need to create 'configure'? It's moderately system dependent. Under Linux, all I need to do is to run the ./bootstrap script. Under FreeBSD, I'm setting the following environment variables (C-shell syntax): setenv AC_VER 259 setenv AM_VER 19 setenv LDFLAGS -L/usr/local/lib setenv CFLAGS "-g -O -I/usr/local/include" I can also upload a bootstrapped source tree somewhere if people have troubles running the auto* tools. -- 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] http://lists.nongnu.org/mailman/listinfo/avrdude-dev
