This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FW: [dev-crypto] Hello, I am currently trying to compile down to native with gcj 3.2.2


OK, I get the same problem with the version of log4j that the GCJ site *claims* works ( ie compiles and runs). It seems a number of methods are missing or some other compile/link problem is showing its ugly head.

I _am_ using a freshly built 3.2.2 release.

I'm at a loss to know what's broken.

-----Original Message-----
From: David Hook [mailto:dgh at bund dot com dot au]
Sent: Friday, February 28, 2003 2:00 PM
To: Julia Smith
Subject: Re: [dev-crypto] Hello, I am currently trying to compile down
to native with gcj 3.2.2



The error messages indicate the 

java.security.cert.X509Certificate class is wrong, this isn't a BC class it's part
of the standard security API, getExtensionValue is a method in the interface X509Extension
which X509Certificate implements. If you look at the 1.2 documentation you will see
this is the case.

Whatever you're using as your standard library is in error, or the compiler is.

Regards,

David

Julia Smith wrote:
> 
> Compilation errors are the same for just about any jar file I've downloaded. See attached.
> 
> I figure I'm missing something simple here. Any number of "jars" that gnu claims compiles under gcj seem to spit up on compilation or linking.
> 
> -----Original Message-----
> From: David Hook [mailto:dgh at bund dot com dot au]
> Sent: Friday, February 28, 2003 1:33 PM
> To: Julia Smith
> Cc: dev-crypto at bouncycastle dot org
> Subject: Re: [dev-crypto] Hello, I am currently trying to compile down
> to native with gcj 3.2.2
> 
> > Julia Smith wrote:
> >
> > The claim is that the jce for 12 works, but I get a number of compilation errors. Which exact tar/zip/jar files down I need to download? I've tried nearly every 12 file there is.
> >
> > thankx.
> 
> It would probably help if you said what the errors were, and yes it does work.
> 
> Regards,
> 
> David
> 
>                                                   ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>               Name: err2
>    err2       Type: unspecified type (application/octet-stream)
>           Encoding: base64
>        Description: err2

Attachment: err2
Description: err2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]