Date: Sat, 5 Dec 1998 13:44:16 -0500 From: Roland McGrath <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED], [email protected]
> * missing include/rpc -> manualy copy from > glibc-2.0.105/include/rpc/* & glibc-2.0.105/sunrpc/rpc/* You mean `make install' failed to install these? I think that might be normal for the cross-compilation case. We skip the sunrpc altogether when compiling libc for the Hurd right now. I must have copied them by hand some time ago. > * gnu/stubs.h ... copy from old distribution. (???) That should have been produced by the libc build and install process. Please report the problem to libc-hacker if it was not. There seems to be a problem: -rw-r--r-- 1 root root 1065 Dec 4 20:04 lib-names.h -rw-r--r-- 1 root root 1463 Dec 4 19:58 libc-version.h -rw-r--r-- 1 root root 1906 Nov 23 22:55 stubs.h I'll investigate this. > * Don't forget (cd /lib;ln -s ld.so.1 ld.so).If don't,stop at > diskfs_start_bootstrap() during bootstraping. Yes! I just bit myself with this one last night. Shouldn't the gcc specs file be changed to produce binaries with ld.so.1 as the name of the interpreter instead of ld.so? > emacs-20.3 --prefix=/local > * src/s/gnu.h: #undef NLIST_STRUCT I have reported this and it should be fixed in the next release. Mark

