blob: f05fc1f48fa7c8ff152b95eb7a0a33a362f6d176 [file] [log] [blame]
Wichert Akkerman76baf7c1999-02-19 00:21:36 +00001This is strace 3.1, a system call tracer for SunOS 4.x, Linux, System
2V release 4, Solaris 2.x and Irix 5.x. strace is released under a
3Berkeley-style license at the request of Paul Kranenburg; see the file
4COPYRIGHT for details.
5
6Read the INSTALL file for generic instructions on how to install
7strace. If configure cannot guess your system configuration, you can
8specify it on the command line after the other options like this:
9
10 ./configure --prefix=/usr i486-linux
11
12The following configurations are supposed to work (in porting order):
13
14 sparc-sun-sunos4.1
15 i486-linux
16 sparc-sun-solaris2
17 i486-ncr-sysv4
18 i486-sun-solaris2
19 m68k-linux
20 mips-sgi-irix5
21 alpha-linux
22
23A single sunos4.1 binary should work on all the sun4, sun4c and sun4m
24kernel architectures. Let me know if sun4d doesn't work. Other
25i486-*-sysv4 systems may work with little or no tweaking.
26
27See the file NEWS for information on what has changed in recent
28versions.
29
30See the file PORTING if you like strace but it doesn't work on an
31operating system you use frequently.
32
33See the file CREDITS to see who has contributed to strace.
34
35See the file TODO if you feel like helping out.
36
Wichert Akkerman1786d811999-04-15 20:34:14 +000037Please send bug reports and enhancements to Wichert Akkerman
38<wakkerma@debian.org>