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:
> 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


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