> It is __libc_errno, which is referenced by many .o files in libc_pic.a. > Whan ld is trying to resolve __libc_errno because a .o file is used to > resolve a reference by ld.so, it will pull in errno.os for __libc_errno. Thanks for finally mentioning the actual problem. I've fixed this now. Thanks, Roland