This is the mail archive of the
insight@sources.redhat.com
mailing list for the Insight project.
Re: Getting an insight 6.1 executable on Cygwin
- From: Keith Seitz <keiths at redhat dot com>
- To: "E. Weddington" <ericw at evcohs dot com>
- Cc: "insight at sources dot redhat dot com" <insight at sources dot redhat dot com>
- Date: Fri, 09 Jul 2004 11:57:10 -0700
- Subject: Re: Getting an insight 6.1 executable on Cygwin
- References: <40EE6DF3.23021.DC957620@localhost> <40EE91E2.22722.DD21D35B@localhost>
On Fri, 2004-07-09 at 11:38, E. Weddington wrote:
> Here's what I did:
> 1. Clean install directory (prefix)
> 2. Clean build directory.
> 3. Unpack the source tarball.
> 4. Apply patch.
Did you regenerate top-level configure? The patch (as I recall) is for
configure.in. So you need to run autoconf to regenerate configure from
configure.in.
> 5. configure (build,host=cygwin; target=avr)
> 6. make all install
Otherwise, that all sounds correct.
BTW (I saw your other email), this is happening because of changes
outside of gdb, i.e., top-level configure. I don't even know if the
patch is correct. All I know is that it works. (And it is only needed on
cygwin; linux works without it.)
Hopefully the whole acceptance mess will get straightened out soon, and
I can spend some serious time fixing this and a host of other problems
creeping up in insight now.
Keith