This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: archive of archives


On Mon, Apr 15, 2013 at 11:50 AM, Cary Coutant <ccoutant@google.com> wrote:
>> $ x86_64-w64-mingw32-ar  cru liba.a libb.a
>> $ x86_64-w64-mingw32-ranlib liba.a
>>
>> The resulting liba.a doesn't work too well:
>>
>> $ x86_64-w64-mingw32-nm liba.a
>> x86_64-w64-mingw32-nm: liba.a: File format not recognized
>>
>> ..and other failures.
>>
>> Should the above work, though?  Alan just kindly fixed a bug that let
>> objdump correctly tell me what's inside liba.a, so presumably it's a
>> supported thing to do.  Am I out in left field, though?
>
> No, it's not supposed to work. You can only nest archives with the thin
> archive option (T). Otherwise, you're just building an archive of ordinary
> files, not a library.

Darn.  Ok, thanks for the quick reply.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]