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: Building insight on cygwin. (fwd)


On Fri, Mar 23, 2001 at 09:24:00AM -0800, Keith Seitz wrote:
>FYI. I've never heard of this...

I have been tinkering with gcc.  For a while, I thought it would be interesting to
not include the windows header files.  I was going to submit patches for this but
there are too many configurations which assume that the windows header files are
available so I've reverted this change in the latest gcc 2.95.3-1.  It's being tested
now.

cgf

>---------- Forwarded message ----------
>Date: Fri, 23 Mar 2001 12:36:26 -0000
>From: robert123@operamail.com
>To: gdb@sources.redhat.com
>Subject: Building insight on cygwin.
>
>This may be obvious to everyone else but I missed it, 
>
>To get insight+dejagnu-20010321 to build with gcc 2.95.3-1 on cygwin I needed to export 'CC=gcc -mwin32'.
>
>With that done I was able to build GDB for the sh-coff target.
>
>
>Here is the script I now use:-
>
>#Configure Insight:
>
>export 'CC=gcc -mwin32'
>
>mkdir -p /tmp/build/gdb
>cd /tmp/build/gdb/
>/src/insight+dejagnu-20010321/configure --target=sh-coff \
>--prefix=/sh-tools \
>--exec-prefix=/sh-tools/sh-coff-2.95.2 \
>-v 2>&1 | tee configure.out
>
>#Build and install Insight:
>make -w all install 2>&1 | tee make.out


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