hey all, I noticed the following hardcoded paths in collect2.c: *pp++ = "/lib"; *pp++ = "/usr/lib"; *pp++ = "/usr/local/lib"; what's going on here? What happens if you install gcc in a non-standard location? Is this code deprecated? Ed