Tpctl

From CBLFS
Jump to navigationJump to search
Download Source: http://prdownloads.sourceforge.net/tpctl/tpctl_4.17.tar.gz

Dependencies

Non-Multilib

Compile the package:

make

Install the package

make install

Multilib

32Bit

Compile the package:

sed -i 's/ld/$(LD)/g' lib/Makefile &&
make CC="gcc ${BUILD32}" LD="ld ${LD_BUILD32}" -C lib

Install the package

make install_libraries

N32

Compile the package:

sed -i 's/ld/$(LD)/g' lib/Makefile &&
make CC="gcc ${BUILDN32}" LD="ld ${LD_BUILDN32}" -C lib

Install the package

make PATH_LIB=/usr/lib32/ install_libraries

64Bit

Compile the package:

sed -i 's/ld/$(LD)/g' lib/Makefile &&
make CC="gcc ${BUILD64}" LD="ld ${LD_BUILD64}"

Install the package

make PATH_LIB=/usr/lib64/ install