Re: jdk1.1.6 (sparc) dumping core

1999-01-19 Thread Mad Cow
On Tue, 19 Jan 1999, Johan Vos wrote: > When I ldd the libc5 executable from a glibc-system, I got this: [snip] Funny, I got the same. Well, the addresses are consistantly different. No doubt you have more memory than I do. ;-) I'm confused. Thanks! --MC

Re: jdk1.1.6 (sparc) dumping core

1999-01-19 Thread Johan Vos
Concerning the problems with JDK 1.1.6 on sparclinux: The binary in the distribution is built on a libc5-system, while Red Hat 5.2 comes with glibc. If you have the corresponding libs installed on your RH 5.2 system, the thing should work however. JDK 1.2 will be built on a glibc-system, so you pr

Re: jdk1.1.6 (sparc) dumping core

1999-01-18 Thread Mad Cow
On Mon, 18 Jan 1999, Java News-collector wrote: > You may have had Kaffe installed which resulted in the library complaint. It's not a complaint, it's a segmentation fault. ;-) > Caveate: I'm running Redhat on Intel platforms. If this experience > doesn't apply on Sparc, I apologize for my igno

Re: jdk1.1.6 (sparc) dumping core

1999-01-18 Thread Java News-collector
You may have had Kaffe installed which resulted in the library complaint. Do a "which java" to see if you are running Kaffe (it will be /usr/bin/java rather than /usr/local/jdk...). Uninstall Kaffe and uninstall libc5 if this is true. That should get you running. Caveate: I'm running Redhat on