public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Keith Seitz <keiths@redhat.com>
To: Johan Kruger <jkrug@pixie.co.za>
Cc: "'insight@sources.redhat.com'" <insight@sources.redhat.com>
Subject: Re: Insight Build Problems on CYGWIN
Date: Mon, 04 Nov 2002 09:44:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.44.0211040935150.2435-100000@lindt.uglyboxes.com> (raw)
In-Reply-To: <01C27F3C.5F1F7E60@JOHAN-SRV>

On Tue, 29 Oct 2002, Johan Kruger wrote:

> Can someone please supply a patch file for download to replace the files 
> as mentioned.

The error is pretty explicit: you're configuring an already configured 
source tree. As always, I strongly advise against using the source 
directory as a build directory. Here's what you'll need to do:

The first thing to do is eradicate all the build junk from your sources. 
You can either delete the source tree and unpack the tarball again, or 
run "make distclean".

From shell:
$ ls
src/
$ mkdir cygwin; cd cygwin
$ ../src/configure --prefix=INSTALLDIR \
  --exec-prefix=INSTALLDIR/H-i686-pc-cygwin
$ make
$ make install

This will install the toolchain into INSTALLDIR (with the cygwin-specific 
files in INSTALLDIR/H-i686-pc-cygwin).

> I can not build Insight at all, I attach a file with the error in.

More accurately: you cannot build dejagnu. ;-)

Keith

      reply	other threads:[~2002-11-04 17:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-29  1:09 Johan Kruger
2002-11-04  9:44 ` Keith Seitz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.44.0211040935150.2435-100000@lindt.uglyboxes.com \
    --to=keiths@redhat.com \
    --cc=insight@sources.redhat.com \
    --cc=jkrug@pixie.co.za \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).