On Tuesday 21 September 2010 19:31:33 Denys Vlasenko wrote: > On Monday 20 September 2010 20:27, Rob Landley wrote: > > (hexagon008:4) /home # find /lib -name "*.a" ... > > Same behavior on i686 built against uClibc 0.9.31... > > Can't reproduce with your toolchain version 0.9.11:
Finally tracked this down, the problem was that /lib was a symlink to /usr/lib, which it wasn't descending into unless you put a trailing slash on it. (find /lib/ works, find /lib does not.) My bad, carry on. :) Rob -- GPLv3: as worthy a successor as The Phantom Menace, as timely as Duke Nukem Forever, and as welcome as New Coke. _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
