Re: [avr-gcc-list] Compiling avr-libc-1_2-branch from cvs

2005-11-09 Thread Joerg Wunsch
As John Altstadt wrote: This is the exact problem I reported a few months ago at http://savannah.nongnu.org/bugs/?func=detailitemitem_id=13416 Yep, these auto tools are not very consistent. While they introduced major backwards compatibility headaches to anyone using them, they simply don't

Re: [avr-gcc-list] Compiling avr-libc-1_2-branch from cvs

2005-11-09 Thread John Altstadt
Joerg Wunsch wrote: As John Altstadt wrote: This is the exact problem I reported a few months ago at http://savannah.nongnu.org/bugs/?func=detailitemitem_id=13416 Yep, these auto tools are not very consistent. While they introduced major backwards compatibility headaches to anyone using

Re: [avr-gcc-list] Compiling avr-libc-1_2-branch from cvs

2005-11-09 Thread Joerg Wunsch
John Altstadt [EMAIL PROTECTED] wrote: Yep, these auto tools are not very consistent. [...] I do have to say that in 20 years of designing large and small embedded systems, I have never once felt the urge to use any autotools. :-) Sure, for just your own tool, you don't need that. But if

Re: [avr-gcc-list] Compiling avr-libc-1_2-branch from cvs

2005-11-09 Thread John Altstadt
Joerg Wunsch wrote: John Altstadt [EMAIL PROTECTED] wrote: Yep, these auto tools are not very consistent. [...] I do have to say that in 20 years of designing large and small embedded systems, I have never once felt the urge to use any autotools. :-) Sure, for just your own tool, you

Re: [avr-gcc-list] Compiling avr-libc-1_2-branch from cvs

2005-11-07 Thread Uwe Fechner
Joerg Wunsch schrieb: Uwe Fechner [EMAIL PROTECTED] wrote: ./doconf gave me an error configure not found first. You need to run ./reconf first. Hello, I tried your suggestion, but no positive result: -bash-3.00# ./reconf + aclocal-1.4 + autoconf + automake-1.4 --foreign

Re: [avr-gcc-list] Compiling avr-libc-1_2-branch from cvs

2005-11-07 Thread Uwe Fechner
Joerg Wunsch schrieb: Uwe Fechner [EMAIL PROTECTED] wrote: -bash-3.00# ./reconf + aclocal-1.4 + autoconf + automake-1.4 --foreign --add-missing --copy automake: configure.in: installing `./install-sh' automake: configure.in: installing `./mkinstalldirs' automake: configure.in: installing

Re: [avr-gcc-list] Compiling avr-libc-1_2-branch from cvs

2005-11-07 Thread John Altstadt
Joerg Wunsch wrote: As Uwe Fechner wrote: Well, this still does not work: -bash-3.00# ./reconf + aclocal + autoconf FATAL ERROR: Autoconf version 2.50 or higher is required for this script Sorry, no idea what you've mixed up. Correct version of aclocal? configure.in has this:

[avr-gcc-list] Compiling avr-libc-1_2-branch from cvs

2005-11-06 Thread Uwe Fechner
Hello, I checked out the above branch from cvs. How can I compile it? ./doconf gave me an error configure not found first, I copied configure into the avr-libc directory, now I get the message -bash-3.00# ./doconf --prefix=$PREFIX creating cache ./config.cache ../configure: line 650:

Re: [avr-gcc-list] Compiling avr-libc-1_2-branch from cvs

2005-11-06 Thread Joerg Wunsch
Uwe Fechner [EMAIL PROTECTED] wrote: ./doconf gave me an error configure not found first. You need to run ./reconf first. Keep in mind that the 1.2 branch requires archaic versions of automake and autoconf around (1.5, 2.59), so you might need to tune that script a bit so it can find the