This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: darwin & libgcj ?
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: Andreas Tobler <toa at pop dot agri dot ch>, <java at gcc dot gnu dot org>
- Date: Thu, 9 Jan 2003 14:06:50 -0500 (EST)
- Subject: Re: darwin & libgcj ?
On Thu, 9 Jan 2003, Andrew Haley wrote:
> > So I think it could be the same with the libjava tests regarding this
> > type of error:
> > ERROR: No `main' given in program ArrayStore
>
> Maybe. I don't think so. I'd like to know where that error comes
> from,
My hunch is a problem in expect (possibly triggered by the kernel bug
Andreas mentioned). The same commands that failed in the test harness run
perfectly if executed in an ordinary shell.
> but I've no idea how to debug on Darwin.
The gdb bundled with OSX developer tools worked OK for me.
Jeff