Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37399363
en ru br
ALT Linux repos
S:1.2-alt2
5.0: 1.2-alt1
4.1: 1.2-alt1
4.0: 1.2-alt1
3.0: 1.1-alt1

Group :: Development/Other
RPM: findsym

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: findsym
Version: 1.2
Release: alt2

Summary: Search through all your shared libraries for a specific symbol
Group: Development/Other
License: GPL
# Seems to be dead...
#Url: http://meatloop.andover.net/~count/src/
Packager: Dmitry V. Levin <ldv at altlinux.org>
BuildArch: noarch

BuildRequires: help2man

Source: %name-%version.tar

%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 "%name foo" would try to locate the symbol foo and indicate
what library you should be linking with.

%prep
%setup -q

%build
%make_build

%install
install -pD -m755 %name %buildroot%_bindir/%name
install -pD -m755 %name-remote %buildroot%_bindir/%name-remote
install -pD -m644 %name.1 %buildroot%_man1dir/%name.1

%files
%_bindir/*
%_man1dir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin