This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Implementation Q
- To: Colin McCormack <colin at field dot medicine dot adelaide dot edu dot au>
- Subject: Re: Implementation Q
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Sat, 4 Mar 2000 16:28:59 -0800 (PST)
- Cc: java-discuss at sourceware dot cygnus dot com
- References: <200003050002.QAA02064@ferrule.cygnus.com><200003050013.QAA16307@cygnus.com>
>>>>> "Colin" == Colin McCormack <colin@field.medicine.adelaide.edu.au> writes:
Colin> We're looking at using gjc to generate stuff to store in
Colin> ColdStore (coldstore.linuxbox.org, sorry about the netscape
Colin> bug, try reloading.)
*** cygint.cygnus.com can't find coldstore.linuxbox.org: Non-existent host/domain
Anyway, yes, not supporting rtti makes it hard to link gcj code to
existing C++ libraries which rely on rtti. Fixing gcj is the best
approach. If you need it in a timely way, as always, you'll probably
have to write it yourself...
Tom