This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
RE: inconsistency in symbols
- To: "'Oskar Liljeblad'" <osk at hem dot passagen dot se>, "java-discuss at sourceware dot cygnus dot com" <java-discuss at sourceware dot cygnus dot com>
- Subject: RE: inconsistency in symbols
- From: Anthony Green <green at cygnus dot com>
- Date: Thu, 31 Aug 2000 07:37:35 -0700
- Organization: Red Hat
- Reply-To: "green at cygnus dot com" <green at cygnus dot com>
On Wednesday, August 30, 2000 2:59 PM, Oskar Liljeblad
[SMTP:osk@hem.passagen.se] wrote:
> I am having some "Undefined symbol" problems with the egcs snapshot
> from 2000-08-21. Consider this method (from gcjh-generated .h files):
Is newAbout a native method? That would be symptomatic of divergance between
the gcj and g++ name manglers.
AG