Strace: Difference between revisions
From CBLFS
Jump to navigationJump to search
Chipster19 (talk | contribs) No edit summary |
No edit summary |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
| http://downloads.sourceforge.net/strace/strace-{{Strace-Version}}.tar. | | http://downloads.sourceforge.net/strace/strace-{{Strace-Version}}.tar.xz | ||
|} | |} | ||
---- | ---- | ||
{{Package-Introduction|Strace is a system call tracer, i.e. a debugging tool which prints out a trace of all the system calls made by a another process/program.}}. | {{Package-Introduction|Strace is a system call tracer, i.e. a debugging tool which prints out a trace of all the system calls made by a another process/program.|http://sourceforge.net/projects/strace/}}. | ||
== Dependencies == | == Dependencies == | ||
| Line 48: | Line 48: | ||
|None | |None | ||
|} | |} | ||
[[Category:Programming]] | |||
Latest revision as of 13:23, 20 September 2012
| Download Source: | http://downloads.sourceforge.net/strace/strace-4.7.tar.xz |
|---|
Introduction to Strace
Strace is a system call tracer, i.e. a debugging tool which prints out a trace of all the system calls made by a another process/program.
Project Homepage: http://sourceforge.net/projects/strace/.
Dependencies
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install
Multilib
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr &&
make
Install the package
make install
Contents
| Installed Directories: | None |
|---|---|
| Installed Programs: | strace, strace-graph |
| Installed Libraries: | None |