Message-Id: <4.3.2.7.0.20000922142234.00d38480@mail.subdimension.com> X-Sender: matt DOT l AT mail DOT subdimension DOT com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 22 Sep 2000 14:25:53 -0700 To: djgpp AT delorie DOT com From: Matt Lewandowsky Subject: Re: Building a library using "ar" does not work In-Reply-To: <8q6ukc$glt$1@news.germany.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk I'm feeling nice today... I'm not recompiling autoconf for the 50th time today trying to give it new funtionality... ;) Try "ar crs MyLib.a MyObj1.obj MyObj2.obj ..." The info page will tell you more... BTW, will there ever be mouse support for info? Five or six projects down on my list is trying to port gpm if it isn't already... And it may be impossible, but so is everything else I'm trying to do... ;) --Matt At 07.58 09/18/2000, Martin Czamai wrote: >Hello, > >can anybody tell me why building a library using the command "ar rs MyLib.a >MyObj1.obj MyObj2.obj ..." returns the message like "c:/djgpp/bin/ar.exe: >MyLib.a: No such file or directory (ENOENT)"?? Where can I find >documentation about "ar" (description of its parameters)? I just took a look >at the allegro-makefile, where ar works fine. >Thanks in advance > >Martin >M DOT Czamai AT peak-system DOT com