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: libffi alpha*-*-freebsd* configuration patch


>>>>> "Loren" == Loren James Rittle <rittle@latour.rsch.comm.mot.com> writes:

I didn't see a reply to this.

Loren> There is no interesting information there.  Spot checking 10 of
Loren> the new failures under gdb, I see this mysterious backtrace:
Loren> [ ... ]
Loren> Ahh, this is in a tree with shared libgcc finally enabled (in
Loren> gcc/config.gcc) for this port.  I did nothing about this over in
Loren> libjava yet.  Could this be somehow related?

It is possible.  Bryce also reported having a problem here.

I do see code in the libjava test suite to find libgcc_s.so.
Maybe this code isn't working or otherwise needs help.
Could you try running the test suite with `--verbose' and then look in
libjava.log to see how LD_LIBRARY_PATH is set?
We print it out like so:

    verbose "LD_LIBRARY_PATH = $env(LD_LIBRARY_PATH)"

Tom


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