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: java-discuss at sources dot redhat dot com, goisman at m5 dot physics dot arizona dot edu
- Date: Fri, 15 Feb 2002 15:01:29 -0500 (EST)
- Subject: Re: gcj on OSF1 DUX V4.0B
On Fri, 15 Feb 2002, Philip Goisman wrote:
> 14186:./HelloWorld: /sbin/loader: Fatal Error: lazy_text_resolve:
> symbol free should not have any relocation entry
Try the following:
LD_BIND_NOW=yes
export LD_BIND_NOW
./HelloWorld
That in effect turns off the lazy resolver.
Jeff