From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32629 invoked by alias); 25 Aug 2004 23:41:56 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 32622 invoked from network); 25 Aug 2004 23:41:55 -0000 Received: from unknown (HELO mail-out4.apple.com) (17.254.13.23) by sourceware.org with SMTP; 25 Aug 2004 23:41:55 -0000 Received: from mailgate2.apple.com (a17-128-100-204.apple.com [17.128.100.204]) by mail-out4.apple.com (8.12.11/8.12.11) with ESMTP id i7PNhN2i023537 for ; Wed, 25 Aug 2004 16:43:23 -0700 (PDT) Received: from relay3.apple.com (relay3.apple.com) by mailgate2.apple.com (Content Technologies SMTPRS 4.3.6) with ESMTP id ; Wed, 25 Aug 2004 16:41:55 -0700 Received: from [17.201.24.155] (mrs.apple.com [17.201.24.155]) by relay3.apple.com (8.12.11/8.12.11) with ESMTP id i7PNfr5L010905; Wed, 25 Aug 2004 16:41:53 -0700 (PDT) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <57908212-F6F0-11D8-8103-000393941EE6@apple.com> Content-Transfer-Encoding: 7bit Cc: gcc@gcc.gnu.org From: Mike Stump Subject: Re: Canadian cross on cygwin Date: Wed, 25 Aug 2004 23:47:00 -0000 To: Tal Agmon X-SW-Source: 2004-08/txt/msg01298.txt.bz2 On Aug 25, 2004, at 9:03 AM, Tal Agmon wrote: > I wish to compile a gcc port for the crx target with windows as a > host. I read > the CrossFAC and many other references but I still can't figure out > the right configure command line. > > I'm trying to compile on cygwin using a mingw32-gcc.exe compiler. What > should I > specify in --build and --host? First try: configure --target=targetname I don't know what's so complicated about that. After that is built up and works, then you can see if it differs from what you want. If it doesn't you are done. If it does, you will be able to say how. If for example, you want the host system to be foo instead of `./config.guess`, then, you can add --host= and see if that does what you want... Also, you didn't say what you tried, and what that produced and why that was wrong. If you didn't try anything, then just let me recommend to leap into it and just try things.