https://sourceware.org/bugzilla/show_bug.cgi?id=28435
Bug ID: 28435 Summary: ar --record--libdeps: ar l vs ar L Product: binutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: dilyan.palauzov at aegee dot org Target Milestone: --- Info (binutils) ar command line says: A number of modifiers (MOD) may immediately follow the P keyletter, to specify variations on an operation's behavior: 'l' Specify dependencies of this library. The dependencies must immediately follow this option character, must use the same syntax as the linker command line, and must be specified within a single argument. I.e., if multiple items are needed, they must be quoted to form a single command line argument. For example 'L "-L/usr/local/lib -lmydep1 -lmydep2"' Shouldn’t in the example be used 'l "-L…"' instead of 'L "-L…"'? -- You are receiving this mail because: You are on the CC list for the bug.