Difference between revisions of "Strace"

From CBLFS
Jump to navigationJump to search
 
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://downloads.sourceforge.net/strace/strace-4.5.14.tar.bz2
+
| http://downloads.sourceforge.net/strace/strace-{{Strace-Version}}.tar.bz2
 
|}
 
|}
  

Revision as of 15:40, 17 December 2006

Download Source: http://downloads.sourceforge.net/strace/strace-4.7.tar.bz2

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