[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-libc-dev] Re: another cygwin make problem
From: |
E. Weddington |
Subject: |
Re: [avr-libc-dev] Re: another cygwin make problem |
Date: |
Mon, 11 Nov 2002 12:50:05 -0700 |
On 11 Nov 2002 at 11:20, Theodore A. Roth wrote:
> Changing any of the Makefile.am or configure.in requires running the
> ./reconf script. After that you need to re-run ./doconf.
>
> ./reconf basically does this:
>
> all Makefile.am -> Makefile.in
> configure.in -> configure
>
> ./doconf (or manually running configure) basically does this:
>
> all Makefile.in -> Makefile
> most *.in -> * (except for configure.in)
>
> The gory details are left as an exercise for the reader. ;-)
>
LOL! In time, in time.... :-)
Ok, it looks like it built. At least nothing that looks like an
error.
I think it installed correctly too.
Is there any way to tell if you have a correct install? All files in
the correct location, etc.
Thanks,
Eric
- Re: [avr-libc-dev] Re: another cygwin make problem,
E. Weddington <=