I checked in an #ifdef HAVE_GCJ_SUPPORT'ed version of eh.c, which should
fix your problems.
>
> > Ideally, I don't want to compile and link eh.c if it's not defined.
>
> And if it is defined?
> There will be a the same conflict with libgcc2.a
> I'm affraid it's not a solution.
>
If it is d
Hello!
> It works fine for me on Linux both with --disable-gcj and with gcj
> support enabled.
Could you please tell me the versions of gcc, binutils and glibc?
> Does your config.h have the symbol HAVE_GCJ_SUPPORT defined or not?
No.
> Ideally, I don't want to compile
Hi,
I've been having the same problem as Pavel. Only in my case I get warnings
about --sjponthrow, and then gcc bails out saying that the size of the
object --sjponthrow has changed from 226 to 237.
giving the --disable-gcj flag had no effect, so I finally ended up
removing libgcj.la from the
Pavel,
It works fine for me on Linux both with --disable-gcj and with gcj
support enabled.
Does your config.h have the symbol HAVE_GCJ_SUPPORT defined or not?
I assume not, but if it does, try reconfiguring with --disable-gcj.
Ideally, I don't want to compile and link eh.c if it&
Hello, Godmar and Libtool gurus!
> I implemented some experimental facilities for supporting gcj-compiled
> code in kaffe. You can precompile both kaffe's class libraries and
> your application in this way, yet at the same time dynamically load
> code that is translated. Currently, this only w
Hi,
I implemented some experimental facilities for supporting gcj-compiled
code in kaffe. You can precompile both kaffe's class libraries and your
application in this way, yet at the same time dynamically load code that
is translated. Currently, this only works for the x86 in a shared
librar
jason writes:
> I was wondering what the status of gcj support is. Also, how do I
> load gcj compiled classes to learn the status first hand?
Tim started adding preliminary support at one time, but GCJ is
still changing a bit so it would take some work to complete.
Volunteers welco
I was wondering what the status of gcj support is. Also, how do I
load gcj compiled classes to learn the status first hand?
thanks,
Jason