On Saturday 15 July 2006 23:34, Anderson Lizardo wrote:
> On 7/13/06, Paul Brook <[EMAIL PROTECTED]> wrote:
> > The whole point of the -L option is so that it picks up target shared
> > libraries, eg. in lib and usr/lib. By my reading your patch makes the -L
> > option do absolutely nothing, which
On 7/13/06, Paul Brook <[EMAIL PROTECTED]> wrote:
The whole point of the -L option is so that it picks up target shared
libraries, eg. in lib and usr/lib. By my reading your patch makes the -L
option do absolutely nothing, which can't be right.
The proper fix is to do the lookups when a file is
On Friday 14 July 2006 03:31, Michael Gilbert wrote:
> please review the attached patch (to linux-user/path.c), which i
> believe fixes the problem of qemu looping forever on symlinks when
> using -L. it is undesirable (i believe) for the -L option to search
> all subdirectories. this is in refer
please review the attached patch (to linux-user/path.c), which i
believe fixes the problem of qemu looping forever on symlinks when
using -L. it is undesirable (i believe) for the -L option to search
all subdirectories. this is in reference to debian bug #297572
(bugs.debian.org/297572).
mike g