1This is strace 4.0, 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 12A single sunos4.1 binary should work on all the sun4, sun4c and sun4m 13kernel architectures. Let me know if sun4d doesn't work. Other 14i486-*-sysv4 systems may work with little or no tweaking. 15 16See the file NEWS for information on what has changed in recent 17versions. 18 19See the file PORTING if you like strace but it doesn't work on an 20operating system you use frequently. 21 22See the file CREDITS to see who has contributed to strace. 23 24See the file TODO if you feel like helping out. 25 26You can get the latest version of strace from its homepage at 27http://sourceforge.net/projects/strace/ . 28 29Please send bug reports and enhancements to the strace 30mailinglist at strace-devel@lists.sourceforge.net, or directly to 31Wichert Akkerman <wakkerma@debian.org> 32