This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: MessageBundle ???
- From: Andrew Haley <aph at redhat dot com>
- To: java at gcc dot gnu dot org
- Date: Mon, 04 Apr 2011 14:09:00 +0100
- Subject: Re: MessageBundle ???
- References: <2D34830A80A0421D8D670F96FF04818A@e6550>
On 04/04/2011 02:04 PM, dj_def wrote:
>> 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?
I can guess, but I don't really know. Windows, thank heaven, is something
I haven't had to touch for a long time.
Andrew.