This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: cygwin installation..


On Tue, 24 Apr 2001, David Ryan wrote:

> ./configure --host=i686-cygwin --target=mipsel_ecoff --prefix=/home/administ
> rator/insight
> make

Two small notes. Maybe they'll help, maybe not.

Don't build in the same directory as the sources. This is usually a bad 
thing. I usually do things like:

$ pwd
/home/keiths/insight
$ ls
src linux
$ cd linux
$ ../src/configure

(Guess) Either specify ALL three host/target/build flags, none 
of them, or only one of them (target). So try "/path/to/configure 
--target=mipsel_ecoff" (mipsel_ecoff? You mean mipsel-ecoff?)

If this fails, send the output of uname -a.

Keith


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]