Difference between revisions of "Libfc"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) |
|||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http:// | + | |http://downloads.sourceforge.net/fnccheck/FunctionCheck-{{FunctionCheck-Version}}.tar.gz |
|- | |- | ||
|} | |} | ||
Line 12: | Line 12: | ||
---- | ---- | ||
− | + | {{Note|This package was added because it is listed as an optional dependency to GnuTLS. However, this package is no longer being actively developed. See the developer's message at <nowiki>http://sourceforge.net/forum/forum.php?forum_id=191647</nowiki>}} | |
== Dependencies == | == Dependencies == | ||
Line 69: | Line 69: | ||
{| style="text-align: left;" | {| style="text-align: left;" | ||
− | |||
|-valign="top" | |-valign="top" | ||
!Installed Programs: | !Installed Programs: |
Revision as of 12:44, 1 May 2007
Download Source: | http://downloads.sourceforge.net/fnccheck/FunctionCheck-3.0.11.tar.gz |
---|
Contents
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
This package was added because it is listed as an optional dependency to GnuTLS. However, this package is no longer being actively developed. See the developer's message at http://sourceforge.net/forum/forum.php?forum_id=191647
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 |