On 2002年2月15日, 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