avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avrdude-dev] autoconf / automake for Windows


From: E. Weddington
Subject: Re: [avrdude-dev] autoconf / automake for Windows
Date: Tue, 25 Feb 2003 15:56:24 -0700

On 25 Feb 2003 at 13:43, Theodore A. Roth wrote:


> Does the attached do what you want?

Almost. 
make works.
make install fails, see attached.

Eric



+ export ACLOCAL=aclocal
+ ACLOCAL=aclocal
+ export AUTOHEADER=autoheader
+ AUTOHEADER=autoheader
+ export AUTOCONF=autoconf
+ AUTOCONF=autoconf
+ export AUTOMAKE=automake
+ AUTOMAKE=automake
+ ./bootstrap
+ aclocal
+ autoheader
+ autoconf
+ automake -a -c
+ cd obj
+ ../configure LDFLAGS=-static --prefix=e:/avrdude/test
+ make
+ make install
/usr/bin/install: cannot stat `giveio.sys': No such file or directory
/usr/bin/install: cannot stat `install_giveio.bat': No such file or directory
/usr/bin/install: cannot stat `remove_giveio.bat': No such file or directory
/usr/bin/install: cannot stat `status_giveio.bat': No such file or directory
make[2]: *** [install-exec-local] Error 1
make[1]: *** [install-am] Error 2
make: *** [install-recursive] Error 1

reply via email to

[Prev in Thread] Current Thread [Next in Thread]