Date: Sun, 30 Jul 2000 23:46:09 +0200
From: Marcus Brinkmann <[EMAIL PROTECTED]>
Hi,
I tried to compile glibc 2.2 (CVS head from 2000-07-13), because there are
first debian sources for them and I want to make sure everything will work
when the time is ready.
I'm supposed to make sure it does :-). I'm not sure whether the
2000-07-13 snapshot does compile though.
Just a warning: I recently made some changes to the Hurd's Makefiles
that reorder some libraries. An older Hurd (i.e. one that doesn't
have those patches) won't work with glibc 2.2.
I got the following error. Is this related to cross compilation? Will using
glibc2.2 on linux help?
It's hard to say. Compiling glibc from CVS usually works for me,
although there's a minor glitch from time to time.
The undefined references come from the dynamic linker (ld.so). It
looks as if the build process is using the old ld.so instead of the
new one.
Mark