https://sourceware.org/bugzilla/show_bug.cgi?id=25104

--- Comment #2 from lol lol <qwertytmp1 at gmail dot com> ---
Alan, thank you for this hint.
It works for me.


Anyway, it is a buggy behavior.

"man ar" says:
```
AR(1)
GNU Development Tools

       P   Use the full path name when matching names in the archive.  GNU ar
can not create an archive with a full path name (such archives are not POSIX
complaint), but other archive creators can.  This option will cause GNU ar to
match file names using a
           complete path name, which can be convenient when extracting a single
file from an archive created by another tool.
```

Use of this P flags leads to POSIX compliance issue.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to