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]
Other format: [Raw text]

Re: Can not view source under windows


On Fri, 2003-02-28 at 10:32, Keith Seitz wrote:
> Here's how I build insight, regardless of host platform:
> 
> $ cvs co insight+dejagnu
> [time passes
> $ ls
> src/
> $ mkdir cygwin  <-- or linux or hpux or whatever host I'm on; if I do a
>                     cross, I use "cygwin-ppc" or "cygwin-mips-elf" etc
> $ cd cygwin
> $ CFLAGS="-g" ../src/configure --prefix=`pwd`/built \
>     --exec-prefix=`pwd`/built/H-i686-pc-cygwin
> $ make all-gdb
> $ make install-gdb
> 
> In fact, I'm attempting to configure and build it right now on cygwin
> using this procedure.

And it built, installed, and ran just fine (except for some stupid "etc
not found" error while installing, but it doesn't affect anything).

Keith



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