X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Fausto Arinos de A. Barbuto" Newsgroups: comp.os.msdos.djgpp Subject: Re: Creating libraries with g77 Fortran Date: Mon, 12 Apr 2004 20:51:04 -0600 Organization: Knights of the Round Table Lines: 21 Message-ID: References: NNTP-Posting-Host: 198.53.160.25 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de 1081824662 1159766 I 198.53.160.25 ([184581]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Brian Inglis" wrote in message: > > Is there a way to create a library (.LIB in MS Fortran/Profort extension > > notation) from a set of *.o object files using the g77 Fortran-77 compiler? > ar libxxxx.a *.o In fact, I found out that there is an "-r" missing above: ar -r libname.a *.o ---Fausto --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.654 / Virus Database: 419 - Release Date: 06/04/2004