This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: invoke GCJ .o files from C/C++ program
- To: Cecilia Vy-Ai Le <a1tv86 at yahoo dot com>
- Subject: Re: invoke GCJ .o files from C/C++ program
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Thu, 13 Jul 2000 09:11:35 +1200
- CC: java-discuss at sourceware dot cygnus dot com
- References: <20000712182259.6631.qmail@web1201.mail.yahoo.com>
Cecilia Vy-Ai Le wrote:
> The problem is still there. Here is the stack trace:
>
> (gdb) run
> Starting program:
> /export/home/cecilia/test/HelloCCJava
>
> ../../../../source/libgcj-snapshot-2000-07-07/libjava/no-threads.cc:28
> #6 0xef656c90 in java::lang::Thread::start
> (this=0xef2e8f30)
Did you try configuring with "--enable-threads=posix"? It may be that there is a problem with
the "--enable-threads=none" configuration.
regards
[ bryce ]