Пакет findsym: Информация

    Исходный пакет: findsym
    Версия: 1.2-alt2
    Последняя версия по данным Repology
    Собран:  30 марта 2019 г. 2:19 в задании #225844
    Сообщить об ошибке в пакете
    Домашняя страница: 

    Лицензия: GPL
    О пакете: Search through all your shared libraries for a specific symbol
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    findsym (noarch)

    Сопровождающий: Dmitry V. Levin

    Список участников:
    Vitaly Chikunov
    Dmitry V. Levin
    Sir Raorn

    Права:
    Vitaly Chikunov

      1. help2man

    Последнее изменение


    25 марта 2019 г. Vitaly Chikunov 1.2-alt2
    - Add experimental findsym-remote tool.
    13 августа 2006 г. Dmitry V. Levin 1.2-alt1
    - Cleaned up new shell implementation.
    - Implemented -C/--demangle option.
    - Added manpage.
    4 августа 2006 г. Sir Raorn 1.1.1-alt1.1
    - Really fixed x86_64.