From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11133 invoked by alias); 4 Apr 2011 13:04:50 -0000 Received: (qmail 11124 invoked by uid 22791); 4 Apr 2011 13:04:48 -0000 X-SWARE-Spam-Status: No, hits=2.5 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,TW_GC,WEBMAIL_FROM X-Spam-Check-By: sourceware.org Received: from joe.mail.tiscali.it (HELO joe.mail.tiscali.it) (213.205.33.54) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 04 Apr 2011 13:04:16 +0000 Received: from e6550 (78.13.26.244) by joe.mail.tiscali.it (8.5.132) id 4D898A93005B351C for java@gcc.gnu.org; Mon, 4 Apr 2011 15:04:14 +0200 Message-ID: <2D34830A80A0421D8D670F96FF04818A@e6550> From: "dj_def" To: Subject: Re: MessageBundle ??? Date: Mon, 04 Apr 2011 13:04:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2011-04/txt/msg00023.txt.bz2 > It should just detect /usr/bin/gcj . What is i686-pc-linux-gnu-gcj doing > is > /usr/bin anyway? Yes, in ubuntu /usr/bin/i686-linux-gnu-gcj points to /usr/bin/gcj-x.x where x-x is the version. Even /usr/bin/gcj points to /usr/bin/gcj-x.x (so the debian update-alternatives script can make you choose among versions simply modifying the /usr/bin/gcj link). The link I made (i686-pc-linux-gnu-gcj) points to /usr/bin/i686-linux-gnu-gcj that points to /usr/bin/gcj-x.x . A question: especially for prerequisites and dependancies, are there specific instructions when cross-compiling for windows? Should I consider http://kegel.com/crosstool/ as the main reference? Thanks!