This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: trouble building libgcj on FreeBSD 2.2.7



Andrew Haley <aph@pasanda.cygnus.co.uk> writes:

> this looks to me as though the destructor for JvSynchronize is not
> being inlined.  I do not know why the compiler should fail to inline
> this.  I presume that you are using a recent gcj snapshot?

Yes.


> Alternatively, this might be a linker problem.  What version of ld
> are you using?

I don't know.  It doesn't reveal anything useful on the command line
when prodded with the usual options.  (Not a good sign.)  It had these
version strings in the executable:

@(#)ld.c        6.10 (Berkeley) 5/22/91
$NetBSD: bcopy.S,v 1.6 1996/11/12 00:50:06 jtc Exp $
$Id: brk.S,v 1.4 1996/06/25 18:54:42 bde Exp $
$Id: bzero.S,v 1.2 1995/01/23 01:28:52 davidg Exp $
$Id: cerror.S,v 1.6 1996/05/10 16:43:47 peter Exp $
$Id: isinf.c,v 1.3 1996/07/12 18:54:26 jkh Exp $
$Id: memchr.S,v 1.5 1995/01/23 01:28:58 davidg Exp $
$Id: memset.S,v 1.2 1995/01/23 01:29:04 davidg Exp $
$Id: sbrk.S,v 1.4 1996/05/05 07:56:16 peter Exp $
$Id: sigprocmask.S,v 1.4 1996/05/05 07:56:19 peter Exp $
$Id: strcat.S,v 1.2 1995/01/23 01:29:09 davidg Exp $
$Id: strchr.S,v 1.2 1995/01/23 01:29:12 davidg Exp $
$Id: strcmp.S,v 1.2 1995/01/23 01:29:14 davidg Exp $
$Id: strcpy.S,v 1.2 1995/01/23 01:29:17 davidg Exp $
$Id: strncmp.S,v 1.3 1995/01/23 01:29:21 davidg Exp $
$Id: strrchr.S,v 1.2 1995/01/23 01:29:23 davidg Exp $


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]