]> granicus.if.org Git - strace/blob - README
2003-07-28 Daniel Jacobowitz <drow@mvista.com>
[strace] / README
1 This is strace 4.0, a system call tracer for SunOS 4.x, Linux, System
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
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
26 You can get the latest version of strace from its homepage at
27 http://www.liacs.nl/~wichert/strace/ .
28
29 Please send bug reports and enhancements to the strace
30 mailinglist at strace-devel@lists.sourceforge.net, or directly to
31 Wichert Akkerman <wakkerma@debian.org>
32