------- Additional Comments From amodra at bigpond dot net dot au  2005-10-25 
02:53 -------
No, you shouldn't need to recompile everything.  ld is mishandling some
combination of weak and indirect symbols, I suspect.  Could you run that g++
link again, specifying -Wl,-v to see the args passed to ld, then run ld under
gdb?  Put a break on _bfd_abort, go up one frame when you hit the break, then
print *eind and *edir.  That might show some useful info.  You could go one step
further by finding the object files that define/reference the symbols in
question, and show us what readelf says about the symbols.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=1540

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to