From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8120 invoked by alias); 16 Mar 2008 05:54:58 -0000 Received: (qmail 8112 invoked by uid 22791); 16 Mar 2008 05:54:58 -0000 X-Spam-Check-By: sourceware.org Received: from py-out-1112.google.com (HELO py-out-1112.google.com) (64.233.166.180) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 16 Mar 2008 05:54:29 +0000 Received: by py-out-1112.google.com with SMTP id d37so8604720pye.29 for ; Sat, 15 Mar 2008 22:54:28 -0700 (PDT) Received: by 10.65.239.14 with SMTP id q14mr28085143qbr.20.1205646867842; Sat, 15 Mar 2008 22:54:27 -0700 (PDT) Received: by 10.65.215.9 with HTTP; Sat, 15 Mar 2008 22:54:27 -0700 (PDT) Message-ID: <9c03c2dd0803152254g21fa41fcsc5524acd76019c78@mail.gmail.com> Date: Sun, 16 Mar 2008 07:58:00 -0000 From: "Danny Smith" To: "FX Coudert" Subject: Re: Ping - old patch from April - mingw support for I32/I64 MS printf formatters to c-format.c Cc: "gcc patches" , "Danny Smith" , "Kai Tietz" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2008-03/txt/msg00963.txt.bz2 On Fri, Mar 14, 2008 at 11:21 AM, FX Coudert wrote: > Hi Danny, > > I see you're running the testsuite on mingw. How are you doing it? I use cygwin bash, make, autotools,etc with my mingw gcc toolchain. To make it easier I create mounts that translate identically with cygwin tools and native exes. C:\cygwin\lib on /usr/lib type system (binmode) C:\cygwin\usr on /usr type system (binmode) c:\cygwin\bin on /bin type system (binmode) c:\cygwin\bin on /usr/bin type system (binmode) c:\develop on /develop type system (binmode) <<< "identity" mount C:\cygwin on / type system (binmode) c:\Users on /home type system (binmode) c:\mingw on /mingw type system (binmode) <<< "identity" mount c: on /cygdrive/c type system (binmode,noumount) e: on /cygdrive/e type system (binmode,noumount) f: on /cygdrive/f type system (binmode,noumount) g: on /cygdrive/g type system (binmode,noumount) z: on /cygdrive/z type system (binmode,noumount) All development sources and builds live in the /develop mount I also set DEJAGNULIBS=3D/usr/share/dejagnu TCL_LIBRARY=3D/usr/share/tcl8.4 as envirnonmental variables Then the the dejagnu installed by cygwin's setup just works. > I've tried quite a few things, but none of them worked. I've asked on > various lists (including here and on the mingw list some time ago), > but have never found somone to explain or give a link to > documentation explaining how to do it. I don't know how to make dejagnu work with MSYS. The cygwin-based environment that I use appears to be more stable (it has worked for my builds gcc since 2001). Danny > > Also, could you post the results to gcc-testresults? > Yes I will. Danny > Thanks, > FX > > -- > Fran=E7ois-Xavier Coudert > http://www.homepages.ucl.ac.uk/~uccafco/ > >