This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Call non-compil class...
- From: Andrew Haley <aph at redhat dot com>
- To: Vaillant Etienne <vaillant dot etienne at free dot fr>
- Cc: java at gcc dot gnu dot org
- Date: Wed, 8 Oct 2003 17:55:18 +0100
- Subject: Call non-compil class...
- References: <3F841BB8.1040801@free.fr>
Vaillant Etienne writes:
> reHello,
>
> I read, somewhere but I don't remenber where, a class which is compile
> with gcj can call a non compiling class. I try to do this but I have
> some errors.
See the Fine Manual. Look for -fno-assume-compiled.
Andrew.