home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xntp3.zip / README.rs6000 < prev    next >
Text File  |  1992-07-07  |  2KB  |  40 lines

  1. This is a modified version of xntp version 3 for the RS6000. It works for
  2. AIX 3.2 and these are the same changes as have been applied tothe version 2
  3. implementation of xntp. It works fine for us but I have not tested all of
  4. the features, especially the local clock support for the RS6000 is not tested
  5. at all. There is a separate Config.rs6000 file where all the specific flags for
  6. this architecture are described.
  7. I don't know, who did the changes to version 2 but all credit for this belongs
  8. to him.
  9.  
  10. Matthias Ernst, ETH-Zuerich, Switzerland  -  maer@nmr.lpc.ethz.ch
  11.  
  12. --------------------------------------------------------------------------------
  13.  
  14. Here the original README.rs6000 for the version 2 implementation:
  15.  
  16. A hacked version of xntp for the IBM RS/6000 under AIX 3.1 can be found
  17. in xntp.rs6000.tar.Z.
  18.  
  19. This will not work on older versions of AIX due to a kernel bug;  to find
  20. out whether you have the kernel bug, compile and run testrs6000.c (see
  21. comments in the code for instructions).
  22.  
  23. xntp and testrs6000 require "bsdcc" to compile.  This is simply another
  24. entry point into the xlc compiler with various options set for BSD
  25. compatibility.  If your system does not have bsdcc, do the following:
  26.  
  27. link /bin/bsdcc to /bin/xlc
  28.  
  29. put the following into /etc/xlc.cfg:
  30.  
  31. * BSD compatibility
  32. bsdcc:  use        = DEFLT
  33.         crt        = /lib/crt0.o
  34.         mcrt       = /lib/mcrt0.o
  35.         gcrt       = /lib/gcrt0.o
  36.         libraries  = -lbsd, -lc
  37.         proflibs   = -L/lib/profiled,-L/usr/lib/profiled
  38.         options    = -H512,-T512, -qlanglvl=extended, -qnoro, -D_BSD, -D_NONSTD_TYPES, -D_NO_PROTO, -tp,-B/lib/
  39.  
  40.