bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/25104] Missing object file in resulting thin archive


From: qwertytmp1 at gmail dot com
Subject: [Bug binutils/25104] Missing object file in resulting thin archive
Date: Thu, 17 Oct 2019 14:52:23 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]