Wichert Akkerman | 8dc9a1a | 1999-07-09 14:08:14 +0000 | [diff] [blame] | 1 | This is strace 4.0, a system call tracer for SunOS 4.x, Linux, System |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 2 | V release 4, Solaris 2.x and Irix 5.x. strace is released under a |
| 3 | Berkeley-style license at the request of Paul Kranenburg; see the file |
| 4 | COPYRIGHT for details. |
| 5 | |
| 6 | Read the INSTALL file for generic instructions on how to install |
| 7 | strace. If configure cannot guess your system configuration, you can |
| 8 | specify it on the command line after the other options like this: |
| 9 | |
| 10 | ./configure --prefix=/usr i486-linux |
| 11 | |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 12 | A single sunos4.1 binary should work on all the sun4, sun4c and sun4m |
| 13 | kernel architectures. Let me know if sun4d doesn't work. Other |
| 14 | i486-*-sysv4 systems may work with little or no tweaking. |
| 15 | |
| 16 | See the file NEWS for information on what has changed in recent |
| 17 | versions. |
| 18 | |
| 19 | See the file PORTING if you like strace but it doesn't work on an |
| 20 | operating system you use frequently. |
| 21 | |
| 22 | See the file CREDITS to see who has contributed to strace. |
| 23 | |
| 24 | See the file TODO if you feel like helping out. |
| 25 | |
Wichert Akkerman | 360815e | 1999-06-28 13:16:03 +0000 | [diff] [blame] | 26 | You can get the latest version of strace from its homepage at |
Wichert Akkerman | c792698 | 2000-04-10 22:22:31 +0000 | [diff] [blame^] | 27 | http://www.liacs.nl/~wichert/strace/ . |
Wichert Akkerman | 360815e | 1999-06-28 13:16:03 +0000 | [diff] [blame] | 28 | |
| 29 | Please send bug reports and enhancements to the strace |
| 30 | mailinglist at strace@lists.wiggy.net, or to Wichert Akkerman |
Wichert Akkerman | 1786d81 | 1999-04-15 20:34:14 +0000 | [diff] [blame] | 31 | <wakkerma@debian.org> |
Wichert Akkerman | 360815e | 1999-06-28 13:16:03 +0000 | [diff] [blame] | 32 | |