This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ information
Oops!
> Hello!
> I am compiling WebDocWf project and continuously failing to make it.
> Compilations are failing on some exception classes from java.security;
> java.awt; and java.rmi. I've managed to start a bare-bones WebDocWf server
> through gij interpreter, and concluded that compilation should go well
too.
>
> Would GCJ version 3.1 cure my troubles, that is will it include classes I
> need now?
>
> WebDocWf (hosted at sf.net) is a project entirely made in Java, last
summer
> coleuges have made binary version for Win32. Now, it is time to make
> binaries for Linux.
>
> TIA
> Vladimir Puskas
I forgot to write what linker complains about.
Here it is:
undefined reference to `java::security::AccessController::getContext()'
undefined reference to `java::rmi::server::ServerCloneException::class$'
undefined reference to
`java::security::AccessController::doPrivileged(java::security::PrivilegedAc
tion*)'
undefined reference to `java::rmi::activation::ActivationException::class$'
undefined reference to `java::rmi::RemoteException::class$'
undefined reference to `java::security::PrivilegedActionException::class$'
undefined reference to `java::security::PrivilegedAction::class$'