JDK 1.5 does not build on AMD-64
Arne H. Juul
arnej at pvv.ntnu.no
Sun Feb 25 20:43:04 UTC 2007
On Sun, 25 Feb 2007, Free BSD wrote:
>> $ ar xv /usr/X11R6/lib/libXm.a CascadeB.o
>> x - CascadeB.o
>> $ file CascadeB.o CascadeB.o: ELF 64-bit LSB relocatable, AMD x86-64,
>> version 1 (FreeBSD),
>> not stripped
> thanks for your response. I checked the libXm.a, and it DID come from
> open-motif
> # pkg_which /usr/X11R6/lib/libXm.a
> open-motif-2.2.3_2
>
> then I ran the commands you have shown, and the results are identical to
> yours. But still, the java is not compiling and getting stuck at the same
> point again and again. Please do let me know if I should do anything more or
> if any more information is required, and I'll try my best to supply those.
hmf, so that wasn't a good test then. What about this one:
objdump -r CascadeB.o | grep R_X86_64_32
on my system that gives no output at all.
Maybe you have installed lesstif on top of open-motif, overwriting
libXm.a with the lesstif version?
- Arne H. J.
More information about the freebsd-java
mailing list