I'm just trying to bootstrap the last CVS update of gcc with another glibc then my system provides it. For this purpose I put the glibc installation in a different path lets say /glibc. How can I say to the make process to use --dynamic-linker /glibc/lib/ld-linux.so.2 for the final targets ? CU INGO