Libfc

From CBLFS
Revision as of 06:26, 1 May 2007 by 71.224.57.6 (talk) (New page: {| style="text-align: left;" |- !Download Source: | http://www710.univ-lyon1.fr/~yperret/fnccheck/libfc/FunctionCheck-3.0.3.tar.gz |- !Download Patch: | URL - This should be a URL beginnin...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://www710.univ-lyon1.fr/~yperret/fnccheck/libfc/FunctionCheck-3.0.3.tar.gz
Download Patch: URL - This should be a URL beginning with http://svn.cross-lfs.org/svn/repos/patches/. See http://patches.cross-lfs.org/patch-submitter for instructions on submitting patches for CBLFS.

Introduction to Libfc

libfc is a library which allows a user to profile programs compiled with gcc. Profiling is a way to obtain informations about how your program spend its execution time. It is useful to know which functions are to be optimized or not, and in some cases to find bugs. libfc's goal is to generate profile for program executions. In this aspect, it is very similar to existing profilers (such as gprof).

Project Homepage: http://www710.univ-lyon1.fr/~yperret/fnccheck/libfc.html


Please note: this package was defined because it was listed as an optional dependency to GnuTLS; this package is old and cannot be verified. For more information please view the following link: http://www710.univ-lyon1.fr/~yperret/fnccheck/libfc/libfc_toc.html

Dependencies

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
make

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" ./configure --prefix=/usr \
    --libdir=/usr/lib32 &&
make

Install the package:

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" ./configure --prefix=/usr \
    --libdir=/usr/lib64 &&
make

Install the package:

make install


Contents

Installed Programs: fc_manager, fc-config
Installed Libraries: libfc.so

Short Descriptions

fc_manager ??
fc-config ??
libfc.so libfc core