home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / libc / libc-4.6 / libc-4 / libc-linux / README < prev    next >
Encoding:
Text File  |  1994-09-25  |  745 b   |  35 lines

  1. You should do
  2.  
  3. configure
  4.  
  5. first to generate the "config.in."
  6.  
  7. make clean
  8. make depend
  9.  
  10. Then you can do
  11.  
  12. make            # compile all the a.out libraries.
  13.  
  14. make LITE=true        # for light version shared library. no libm.a.
  15.             # no stub libraries are built.
  16.  
  17. make ELF=true           # to build all the ELF libraries
  18.  
  19. You can add SHADOW_COMPAT=true to turn on the shadow password support,
  20. which may slow down your applications. You also need to reenable the
  21. shadow functions in jump/libc/jump.funcs.
  22.  
  23. make install.elf    # install the ELF libraries
  24. make install        # install the a.out libraries
  25. make install.lite    # install the light version of the shared a.out
  26.             $ library.
  27.  
  28. Any other switches are used at your own risk :-).
  29.  
  30. Thanks.
  31.  
  32. H.J.
  33. hjl@nynexst.com
  34. 09/25/94
  35.