Strace: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
---- | ---- | ||
{{Blank-Package-Introduction}} | |||
== Dependencies == | == Dependencies == | ||
Revision as of 12:51, 16 April 2007
| Download Source: | http://downloads.sourceforge.net/strace/strace-4.7.tar.bz2 |
|---|
Introduction to Strace
Project Homepage: Unknown
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