You should do

./configure

first to generate the "config.in." and make sure you have the proper
symbolic links for asm and linux in /usr/include.

make clean
make depend

"make depend" may generate warnings in

sysdeps/pthreads/linux/i386
sysdeps/pthreads/linux/m68k/Makefile
sysdeps/pthreads/linux/Makefile
sysdeps/pthreads/libio/Makefile

for sources via VPATH. You can ignore them

Then you can do

make			# compile all the ELF libraries.

Don't try to add SHADOW_COMPAT=whatever, since this support is not the
right way.  It WILL cause your passwords reappear in /etc/passwd, which
is clearly not the right way.  Shadow passwords are supported correctly
without this option too.

make install		# install the ELF libraries

Any other switches are used at your own risk :-).

There are two mallocs, GNU malloc (malloc-930716) and malloc from Doug
Lea (dl-malloc). malloc-930716 is well tested and dl-malloc has
better performance.

If OLD_GCC is not set to "true", crtbegin[S]/crtend[S].o will
be removed from the Linux C library. "old" means prior to gcc
version 2.8 or egcs version 1.0.

Thanks.

H.J.
hjl@gnu.ai.mit.edu
12/02/97
