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]

Re: Bad patchwork: libgcj.so: undefined reference to `gcj_describe_type_fn'


>>>>> "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


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