From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24944 invoked by alias); 20 Dec 2002 08:51:43 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 24897 invoked from network); 20 Dec 2002 08:51:41 -0000 Received: from unknown (HELO smtp04.iprimus.com.au) (210.50.76.52) by 209.249.29.67 with SMTP; 20 Dec 2002 08:51:41 -0000 Received: from smtp02.iprimus.net.au (210.50.76.70) by smtp04.iprimus.com.au (6.7.010) id 3DF583C30015E822 for gcc-help@gcc.gnu.org; Fri, 20 Dec 2002 19:51:28 +1100 Received: from biotech ([211.26.149.89]) by smtp02.iprimus.net.au with Microsoft SMTPSVC(5.0.2195.5600); Fri, 20 Dec 2002 19:51:28 +1100 Message-ID: <000b01c2a804$fbf26ea0$59951ad3@biotech> From: "James Buchanan" To: Subject: Not supported in target-blah... Date: Fri, 20 Dec 2002 09:08:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 20 Dec 2002 08:51:28.0646 (UTC) FILETIME=[FC537A60:01C2A804] X-SW-Source: 2002-12/txt/msg00213.txt.bz2 Hi, I am running cygwin on Windows XP, with everything that cygwin provides installed. I am trying to build my own GCC in a make bootstrap option, to hopefully get a native GCC for Win32 (that doesn't need Cygwin or MinGW installed), so I can distribute a binary package of GCC for Windows with everything that it needs to run. GCC appears to have all it needs, for example its own gettext, boehm-gc, libffi, etc. Why can't it just compile these on my host? Why does it insist that "this configuration not supported in the following subdirectories... target-libjava, target-boehm-gc, etc..." when I run configure?? How can I fix this and force it to compile on my platform? How do I tell it not to rely on Cygwin, or to copy over cygwin1.dll, libiconv-2.dll and so on so that I can have a binary package ready to zip up and distribute? If anyone can tell me where these "target-libjava" ...etc subdirectories are that are not supported, and what files I need to edit maybe I can fix it and get GCC to compile so I can do a make bootstrap. By the way, this `make bootstrap` will compile up the glibc and all the C, C++ and so on runtimes it needs won't it? I only want C, C++, Java and Pascal, I will compile pascal if I can get this to work... Thanks, James