Package findsym: Information

    Source package: findsym
    Version: 1.2-alt2
    Build time:  Mar 30, 2019, 02:19 AM in the task #225844
    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


      1. help2man

    Last changed


    March 25, 2019 Vitaly Chikunov 1.2-alt2
    - Add experimental findsym-remote tool.
    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.