Path: chuka.playstation.co.uk!news From: gil@snsys.com (Gil Jaysmith) Newsgroups: scee.yaroze.programming.gnu_compiler Subject: Re: create lib with ar Date: Wed, 02 Jul 1997 11:24:13 GMT Organization: SN Systems Lines: 30 Message-ID: <5pddj2$8c2@chuka.playstation.co.uk> References: <33B9BD76.659E@aol.com> Reply-To: gil@snsys.com NNTP-Posting-Host: gil.snsys.com X-Newsreader: Forte Free Agent 1.0.82 Alexander Diessner wrote: >hi ... >How can i create a lib with ar.exe ?? To add files to an archive, creating it if necessary: ar r mylib.a file1 file2 file3 etc To extract: ar x mylib.a file1 etc To delete: ar d mylib.a file1 etc To list members: ar t mylib.a Or use objdump which gives you an idea of the contents, too. Did they ship objdump? Gil Jaysmith SN Systems Software Ltd, makers of Psy-Q... http://www.snsys.com Disclaimer: What I say when I post here represents me, not my employers.