On Wed, 12 Mar 2008 10:57:47 +0200 Paul Sokolovsky <[EMAIL PROTECTED]> wrote:
> > > > Can you tell me how to find out, which package provides certain > > > > file? > > > > > > > > ipkg search stdio.h > > > > > > > > shows nothing, though I know for sure, that stdio.h is a part of > > > > libc6-dev<http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users> > > > > > > > Did you have libc6-dev installed? ipkg search only works for > > > installed packages AFAIK. > > > > lib6-dev is installed: > > > > $ su > > > > $ ipkg install libc6-dev > > Package libc6-dev (2.5-r9) installed in root is up to date. > > Nothing to be done > > > > $ ipkg search stdio.h > > It would be rather natural to expect it to accept full path. Hm... Don't think most users would think it is really natural :-/ > Looking > at the source, it uses fnmatch(), so following should work too: > ipkg search '*stdio.h' Thanks... This works... Added this to FAQ. _______________________________________________ Angstrom-distro-users mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users
