From: Thomas Harte Newsgroups: comp.os.msdos.djgpp Subject: .a -> .o Date: Sat, 18 Sep 1999 18:11:42 +0100 Organization: BT Internet Lines: 7 Message-ID: <37E3C7CE.912F99E9@btinternet.com> NNTP-Posting-Host: 62.6.17.51 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.6 [en-gb] (Win95; I) X-Accept-Language: en-GB,en,en-* To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I understand .a (library) files are just archives of .o (object) files, and with that in mind am wondering if I can break a .a into its component .o files? Sort of like an anti-ar, though ar doesn't seem to do this itself. Thanks in advance, -Thomas