Package findsym: Information

    Source package: findsym
    Version: 1.2-alt1
    Build time:  Aug 16, 2006, 04:36 AM
    Report package bug
    Home page: 

    License: GPL
    Summary: Search through all your shared libraries for a specific symbol
    Description: 
    This program will attempt to search through all your shared libraries
    for a specific symbol.  This is useful when trying to compile something
    and the compiler complains about an undefined reference similar to this:
    
    /tmp/cceuy0nE.o(.text+0x7): undefined reference to `foo'
    
    Running "findsym foo" would try to locate the symbol foo and indicate
    what library you should be linking with.

    List of rpms provided by this srpm:
    findsym (noarch)

    Maintainer: Dmitry V. Levin

    List of contributors:
    Dmitry V. Levin
    Sir Raorn

      1. help2man

    Last changed


    Aug. 13, 2006 Dmitry V. Levin 1.2-alt1
    - Cleaned up new shell implementation.
    - Implemented -C/--demangle option.
    - Added manpage.
    Aug. 4, 2006 Sir Raorn 1.1.1-alt1.1
    - Really fixed x86_64.
    Aug. 4, 2006 Sir Raorn 1.1.1-alt1
    - NMU: 1.1.1
     + Rewritten in shell (speedup up to 4.5 times)
     + Works on x86_64 (closes: #9557)
     + Can search more than one symbol at a time
    - Minor spec cleanup
    - Added Packager tag