home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / STRACE / _STRACE.TAR / usr / doc / strace / README < prev    next >
Encoding:
Text File  |  1995-02-19  |  1.2 KB  |  33 lines

  1. This is strace 3.0, a system call tracer for SunOS 4.x, Linux, System
  2. V release 4 and Solaris 2.x.  strace is released under a Berkeley-style
  3. license; see the file COPYRIGHT for details.  The configure script
  4. is produced by GNU autoconf and is under the GNU Public License; see
  5. the file COPYING for details.  Binary distributions of strace which do
  6. not include configure are not affected by the GPL.
  7.  
  8. Read the INSTALL file for generic instructions on how to install strace.
  9. If configure cannot guess your system configuration, you can specify
  10. it on the command line after the other options like this:
  11.  
  12.     ./configure --prefix=/usr i486-linux
  13.  
  14. The following configurations are supposed to work:
  15.  
  16.     sparc-sun-sunos4.1
  17.     i486-linux
  18.     i486-ncr-sysv4
  19.     sparc-sun-solaris2
  20.  
  21. A single sunos4.1 binary should work on all the sun4, sun4c and
  22. sun4m kernel architectures.  Other i486-*-sysv4 systems may work with
  23. little or no tweaking.  The solaris2 configuration has only been tested
  24. with GCC.
  25.  
  26. Please send bug reports and enhancements to Rick Sladkey <jrs@world.std.com>.
  27.  
  28. Messages of thanks and encouragement can be sent to:
  29.  
  30.     Paul Kranenburg <pk@cs.few.eur.nl>
  31.     Branko Lankester <branko@hacktic.nl>
  32.     Rick Sladkey <jrs@world.std.com>
  33.