This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Java executable dumping core in Solaris 2.5.1
- To: java-discuss@sourceware.cygnus.com
- Subject: Java executable dumping core in Solaris 2.5.1
- From: Moinak Ghosh <moinakg@cisco.com>
- Date: Sun, 08 Aug 1999 21:35:43 +0530
- Organization: HCL Consulting (HCL - Cisco ODC)
Hi,
None of my gcj - generated executables work ! Even a simple
four line "Hello World" program dumps core. My CLASSPATH correctly
points to "libgcj.zip".
Aside from this I had another compilation problem. I had to include
"-lposix4" flag in order to generate executables. Otherwise the linker
was giving a symbol not found error of "sched_yield" in "libgcj.so".
This is the "uname -a" output from my machine -
SunOS nvt-ultra5 5.5.1 Generic_103640-27 sun4u sparc SUNW,Ultra-5_10
And obviously I am using gcc 2.95 .
Can anyone suggest what I am doing wrong ?
Regards,
Moinak.