The official wiki of the SGIdev Network
View our GitHub organization
The linker in binutils 2.17a doesn’t understand -rdynamic. In the source directory for bash, run the following to correct for this:
find . -type f | xargs sed -i 's/-rdynamic/-export-dynamic/g'