Bad patchwork: libgcj.so: undefined reference to `gcj_describe_type_fn'
Tom Tromey
tromey@redhat.com
Wed Mar 15 20:42:00 GMT 2006
>>>>> "Martin" == Martin Egholm Nielsen <martin@egholm-nielsen.dk> writes:
Martin> U gcj_describe_type_fn
Martin> ^^^^^^^^^^^^^^^^^^^^
Martin> Looks like it, yes...
Martin> A bit embarrasing, but could it be a simple matter of not having done
Martin> a "make clean", but merely a "make install-exec"?
In the GCC tree, the GC is built as a convenience library -- not an
installed library. So, 'make install-exec' probably does not cause
the library to be rebuilt. Instead use 'make all' in that directory
and I think things will be ok.
Tom
More information about the Java
mailing list