avr-libc-dev
[Top][All Lists]
Advanced

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

Re: [avr-libc-dev] ./reconf failed


From: Theodore A. Roth
Subject: Re: [avr-libc-dev] ./reconf failed
Date: Fri, 8 Nov 2002 10:40:18 -0800 (PST)

On Fri, 8 Nov 2002, Karl Ran wrote:

:) >Looks like you're trying to use an automake version newer than
:) >1.4, which is not supported by our files.
:)
:) Thanks for the help Joerg!
:) I removed all automake files from the system and installed
:) the (old) automake-1.4.tar.gz
:)
:) Now I get:
:) ./reconf
:) + aclocal
:) + autoconf
:) + automake --foreign --add-missing --copy
:) automake: configure.in: installing `./install-sh'
:)     error while copying
:)
:) automake: configure.in: installing `./mkinstalldirs'
:)     error while copying
:)
:) automake: configure.in: installing `./missing'
:)     error while copying
:)
:) automake: configure.in: installing `./config.guess'
:)     error while copying
:)
:)
:) but when I run 'reconf' a second time it looks better:
:) ./reconf
:) + aclocal
:) + autoconf
:) + automake --foreign --add-missing --copy
:)
:) Very strange :-/

Indeed. What do you get from this:

$ ls -l config.guess install-sh missing mkinstalldirs
-rwxr-xr-x    1 roth     users       39923 Nov  8 10:27 config.guess
-rwxr-xr-x    1 roth     users        5599 Nov  8 10:28 install-sh
-rwxr-xr-x    1 roth     users        6480 Nov  8 10:27 missing
-rwxr-xr-x    1 roth     users         722 Nov  8 10:27 mkinstalldirs


Ted Roth





reply via email to

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