This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Cross compile, no grmic/grmiregistry
- From: Tom Tromey <tromey at redhat dot com>
- To: "Rui Wang" <Rui dot Wang at newcastle dot ac dot uk>
- Cc: "Ranjit Mathew" <rmathew at gmail dot com>, <gcc at gcc dot gnu dot org>, <java at gcc dot gnu dot org>
- Date: 09 Nov 2005 14:07:06 -0700
- Subject: Re: Cross compile, no grmic/grmiregistry
- References: <9366880017F98D4EA02E4412380B82024E8F98@moonraker.campus.ncl.ac.uk>
- Reply-to: tromey at redhat dot com
>>>>> "Rui" == Rui Wang <Rui.Wang@newcastle.ac.uk> 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 have used Thisiscool gcc 4.0.2 to test a sun's RMI example, I
Rui> managed to compile RMI server/client ok, but everytime I run
Rui> them, a constructor exception is thrown.
Yeah... RMI doesn't get much love. If you have a self-contained test
case, please file a PR. That way at least we won't lose it...
Tom