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

    Исходный пакет: findsym
    Версия: 1.2-alt1
    Собран:  16 августа 2006 г. 4:36
    Сообщить об ошибке в пакете
    Домашняя страница: 

    Лицензия: 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

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

      1. help2man

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


    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.
    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