Michael Walker wrote:
> 
> 
> I think your using the wrong debugging environment variable.
> 
> LD_DEBUG=... enables debuggign for the run-time linker
> 
> But - you're debugging a link-edit (ld) problem, you should instead
> set:
> 
> % LD_OPTIONS='-Dsymbols,sections,...' go
> 
> and see if that gives you something more appropriate...

Doh!  (slaps forehead)

I've seen you recommend that a million times and I never noticed
that the two options were different.

I get better information now...

thanks!

--chris

Reply via email to