"Bill Cunningham" <billcun@xxxxxxxxxxxxxx> writes: > I have gcc-4.6.0 and binutils-2.21. I have cross compiled binutils > but have the code for my architecture present. The thing is I can't > get the compiler to find this new runtime linker. Are there special > environment variables or switches that I would need to use the new ld, > as, and ranlib? If you configure gcc and the binutils with the exact same --prefix option, then after you "make install" gcc should find the newly built binutils. Ian