Hi! Andreas Enge skribis: > Here is what is output: [...] > configure:3168: gcc conftest.c >&5 > ld: cannot find crt1.o: No such file or directory > ld: cannot find crti.o: No such file or directory > collect2: error: ld returned 1 exit status > configure:3172: $? = 1 > configure:3210: result: no > > Does anyone else have the same problem? What could be happening? Most likely my search path commit broke something. Can you check the value of ‘LIBRARY_PATH’ at the beginning of the log file? It should have /path/to/glibc-2.17/lib, but I guess it doesn’t. Hmm, indeed ‘implicit-search-paths’ in gnu.scm is always empty. I think this patch should fix it: