Likely a missing symbol in the fglx library. Odd however that it links with ld, but not gold.
For some reason this is never called in gold/object.h:
set_output_symtab_index(unsigned int i)
{
gold_assert(this->output_symtab_index_ == 0);
this->output_symtab_index_ = i;
}
Also fails in 2.20
Likely a missing symbol in the fglx library. Odd however that it links with ld, but not gold.
For some reason this is never called in gold/object.h: symtab_ index(unsigned int i) assert( this->output_ symtab_ index_ == 0); >output_ symtab_ index_ = i;
set_output_
{
gold_
this-
}
Hope this information is helpful.