This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj on OSF1 DUX V4.0B
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Philip Goisman <goisman at physics dot arizona dot edu>
- Cc: aph at cambridge dot redhat dot com, java-discuss at sources dot redhat dot com
- Date: Fri, 15 Feb 2002 16:27:03 -0500 (EST)
- Subject: Re: gcj on OSF1 DUX V4.0B
On Fri, 15 Feb 2002, Philip Goisman wrote:
> *** This configuration is not supported in the following subdirectories:
> gas ld
DU uses the ECOFF object format. I think the support for that in gas/ld
is either missing or incomplete.
> setenv LD_BIND_NOW yes
> ./HelloWorld
> 32267:./HelloWorld: /sbin/loader: Warning: Can't find strong symbol for _Jv_InitClass
> Hello World!
Neither the error nor warning make much sense to me. If _Jv_InitClass
were truly not found I doubt the program would run at all. I suspect bugs
in the runtime loader.
DU 4.0F has been reported to work with libgcj, so you might consider
updating your OS.
Jeff