Xref: news2.mv.net comp.os.msdos.djgpp:5499 From: Thomas Demmer Newsgroups: comp.os.msdos.djgpp Subject: Re: Libraries Date: Fri, 28 Jun 1996 09:14:44 +0100 Organization: Lehrstuhl fuer Stroemungsmechanik Lines: 30 Message-ID: <31D39474.237C@LSTM.Ruhr-UNI-Bochum.De> References: NNTP-Posting-Host: bvb.lstm.ruhr-uni-bochum.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Eli Zaretskii wrote: [...] > You need to use the `ar' program. To build a library, you invoke `ar' > with a command line like this: > > ar rvs mylib.a file1.o file2.o file3.o > > This creates a library named `mylib.a' and puts the named *.o object > files into it. Or say ar svr mylib.a file1.o file2.o file3.o which is my mnemonic for _S_ystem _V_ _R_elease null :-) -- Ciao Tom ************************************************************* * Thomas Demmer * * Lehrstuhl fuer Stroemungsmechanik * * Ruhr-Uni-Bochum * * Universitaetsstr. 150 * * D-44780 Bochum * * Tel: +49 234 700 6434 * * Fax: +49 234 709 4162 * * http://www.lstm.ruhr-uni-bochum.de/~demmer * *************************************************************