OK, I figured out by trial and error: in gcc Makefile there's a line: # We need -lld for collect2 (actually this only matters # for a native compiler, but this is as good a place as any # to define the symbol). CLIB=-lld lld cannot be found on the system and the build fails Does anyone know where to find this library ? Thx Andy