Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
X-Authentication-Warning: hp2.xraylith.wisc.edu: khan owned process doing -bs
Date: Tue, 23 Jan 2001 18:18:34 -0600 (CST)
From: Mumit Khan <khan@NanoTech.Wisc.EDU>
To: "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
cc: =?iso-8859-1?Q?=27Christian_J=F6nsson=27?= <chj@foi.se>,
        "'cygwin@sources.redhat.com'" <cygwin@sources.redhat.com>
Subject: RE: Results for 2.97 20010115 (experimental) testsuite on i686-pc -cygwin
In-Reply-To: <A9E96A79C068D211A6A90000C07BDF0D88F4BC@crtsmail.corp.riotinto.org>
Message-ID: <Pine.HPP.3.96.1010123181120.6114B-100000@hp2.xraylith.wisc.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

On Tue, 23 Jan 2001, Billinghurst, David (CRTS) wrote:

> 
> I see you managed to get dejagnu running with cygwin installed in c:\cygwin.
> I have not been able to do this.   Did you install your own versions of
> dejagnu, tcltk and expect.  If so, where did you get them from and how did
> you build them?

I believe I had to set DEJAGNULIBS to c:/Cygwin/usr/share/dejagnu and 
*may* have had to set TCL_LIBRARY=c:/Cygwin/usr/share/tcl8.0 before
running `make check'.

  $ export DEJAGNULIBS=c:/Cygwin/usr/share/dejganu
  $ export TCL_LIBRARY=c:/Cygwin/usr/share/tcl8.0
  $ make check

I'll try it again this evening and see if I needed anything more. 

That said, that gets you gcc and g77 tests; for g++, you may run
into a problem in running dg.exp (it looks for "/tests.exp", which
means something is looking for POSIX-style pathnames only). Time
to start looking in Tcl to get the pathnames fixed once and for all
so that it understands Cygwin mounts correctly. 

Christian hopefully has a better way of doing this!

Regards,
Mumit




--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

