RE: Cross compile, no grmic/grmiregistry

2005-11-10 Thread Rui Wang
CTED]; Ranjit Mathew; >gcc@gcc.gnu.org; [EMAIL PROTECTED] >Subject: Re: Cross compile, no grmic/grmiregistry > >> On Thu, 2005-11-10 at 14:05 -0700, TJ Laurenzo wrote: >> > Call me silly, I don't really know how and where to file a PR. Is >> > there any guideli

Re: Cross compile, no grmic/grmiregistry

2005-11-10 Thread Mark Wielaard
> On Thu, 2005-11-10 at 14:05 -0700, TJ Laurenzo wrote: > > Call me silly, I don't really know how and where to file a PR. Is there > > any guideline? > I just realized that I referred you to a PR and you had asked what > that meant. It is a record in the GCC Bugzilla database: > http://gcc.gnu.o

Re: Cross compile, no grmic/grmiregistry

2005-11-10 Thread TJ Laurenzo
> Call me silly, I don't really know how and where to file a PR. Is there > any guideline? I just realized that I referred you to a PR and you had asked what that meant. It is a record in the GCC Bugzilla database: http://gcc.gnu.org/bugzilla/ TJ

Re: Cross compile, no grmic/grmiregistry

2005-11-10 Thread TJ Laurenzo
Rui, I just checked in the patch to correct this problem. See PR 20993. This has also been backported to the 4.0 branch, so if you update on either mainline or the 4.0 branch, you should get the fix. Note that the fix is to gcjh, so you are best rebuilding from scratch. TJ On 11/10/05, Rui Wan

RE: Cross compile, no grmic/grmiregistry

2005-11-10 Thread Rui Wang
TJ>You're right. When building the cross compiler, these items TJ>are excluded. It was when going on from there to build the TJ>native compiler from the cross compiler that they are included. After all, I think you may be right. Cos when I tried to remove the If Native ... End if from Makefil

RE: Cross compile, no grmic/grmiregistry

2005-11-10 Thread Rui Wang
Tom>No, it is more like some weird configure/build thing having to Tom>do with cross-builds. I tried to make the following changes, but a error on generating Jv-convert has been thrown during buildinig cross compiler to win platform. (I was able to successfully build this cross compiler before I

Re: Cross compile, no grmic/grmiregistry

2005-11-09 Thread Tom Tromey
> "Rui" == Rui Wang <[EMAIL PROTECTED]> writes: Tom> I think I wrote that code, but I don't remember the reason for this. Rui> Is it because grmic/grmiregistry is not working well on windows yet? No, it is more like some weird configure/build thing having to do with cross-builds. Rui> I ha

RE: Cross compile, no grmic/grmiregistry

2005-11-09 Thread Rui Wang
>Rui> May I ask why it has to be native in order to generate >jv-convert, >Rui> grmic, etc? > >I think I wrote that code, but I don't remember the reason for this. Is it because grmic/grmiregistry is not working well on windows yet? I have used Thisiscool gcc 4.0.2 to test a sun's RMI example

Re: Cross compile, no grmic/grmiregistry

2005-11-09 Thread Tom Tromey
> "Rui" == Rui Wang <[EMAIL PROTECTED]> writes: Rui> May I ask why it has to be native in order to generate Rui> jv-convert, grmic, etc? I think I wrote that code, but I don't remember the reason for this. Rui> Also if I replace the section in "libjava/Makefile.am" with the Rui> following, w

Re: Cross compile, no grmic/grmiregistry

2005-11-09 Thread TJ Laurenzo
> Are you talking of a cross-compiler (target != host) or > a crossed-native compiler (target==host!=build)? I think > Rui was complaining about these tools not being generated > in the cross-compiler case while you might have observed > these being created in the crossed-native compiler case. > >

Re: Cross compile, no grmic/grmiregistry

2005-11-09 Thread Ranjit Mathew
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 TJ Laurenzo wrote: >>- - 8< - >>## For now, only on native systems. FIXME. >>if NATIVE >>bin_PROGRAMS = jv-convert gij grmic grmiregistry gcj-dbtool >>endif >>- - 8< -

Re: Cross compile, no grmic/grmiregistry

2005-11-09 Thread TJ Laurenzo
> - - 8< - > ## For now, only on native systems. FIXME. > if NATIVE > bin_PROGRAMS = jv-convert gij grmic grmiregistry gcj-dbtool > endif > - - 8< - > > So this is expected behaviour at

RE: Cross compile, no grmic/grmiregistry

2005-11-09 Thread Rui Wang
bject: Re: Cross compile, no grmic/grmiregistry -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rui Wang wrote: > Hi all, > > To transform my java RMI code to windows native code, I followed Ranjit > Mathew's tutorial to compile gcc to a cross compiler. > http://ranjitmathew.ho

Re: Cross compile, no grmic/grmiregistry

2005-11-08 Thread Ranjit Mathew
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rui Wang wrote: > Hi all, > > To transform my java RMI code to windows native code, I followed Ranjit > Mathew's tutorial to compile gcc to a cross compiler. > http://ranjitmathew.hostingzero.com/phartz/gcj/bldgcj.html [...] > After successfully