From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12804 invoked by alias); 4 Aug 2003 14:29:20 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 12776 invoked from network); 4 Aug 2003 14:29:13 -0000 Received: from unknown (HELO labs.grenoble.cnrs.fr) (147.173.1.26) by sources.redhat.com with SMTP; 4 Aug 2003 14:29:13 -0000 Received: from calcul3.lcmi.local (SNCI-PC3-16.grenoble.cnrs.fr [147.173.83.16]) by grenoble.cnrs.fr (8.12.9/jtpda-5.4) with ESMTP id h74ETA5g008970 for ; Mon, 4 Aug 2003 16:29:10 +0200 Subject: How to build gdb for cygwin on linux From: Christophe Trophime To: gdb@sources.redhat.com Content-Type: text/plain Message-Id: <1060007349.6183.4.camel@calcul3.lcmi.local> Mime-Version: 1.0 Date: Mon, 04 Aug 2003 14:29:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00039.txt.bz2 I am desperately trying to build a cross gdb for cygwin on my linux box (RedHat 9). I have manage to build a cross gcc but I cannot make gdb to build. The configure script keeps telling me that "cygwin" is not supported! []$ ~/gdb-20030303-1/configure --target=i686-pc-cygwin --prefix=$prefix creating cache ./config.cache checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-cygwin checking build system type... i686-pc-linux-gnu *** This configuration is not supported in the following subdirectories: gdb libgui (Any other directories should still work fine.) I grab gdb sources from cygwin. Can anybody help me?