objprelink
Introduction to objprelink
Download location:
Version used: &objprelink-version;
Package size: &objprelink-size;
Estimated Disk space required: &objprelink-buildsize;
The objprelink package contains the C code (only) for objprelink.
This is useful for prelinking c++ files to produce more efficient dynamic
links. This program is only applicable to Intel architecture computers.
objprelink depends on: binutils (libbfd.a and libiberty.a)
Installation of objprelink
gcc -O2 -o objprelink objprelink-1.c /usr/lib/libbfd.a /usr/lib/libiberty.a &&
cp objprelink /usr/bin
Command explanations
cp objprelink /usr Since there is
no makefile, we need to copy the executable manually.
Configuring objprelink
Configuration Information
There is no configuration to do.
Contents
The objprelink package contains objprelink.c
Description
objprelink
The objprelink package contains a program for prelinking c++ files
to produce more efficient dynamic links. This program is only applicable
to Intel architecture computers.