Strace
From CBLFS
Jump to navigationJump to searchDownload Source: | http://downloads.sourceforge.net/strace/strace-4.7.tar.bz2 |
---|
Contents
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