This is the mail archive of the java@gcc.gnu.org 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]
Other format: [Raw text]

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


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