Date: Wed, 5 Jun 1996 13:17:35 +0200 (IST) From: Eli Zaretskii To: j DOT aldrich6 AT genie DOT com Cc: djgpp AT delorie DOT com Subject: Re: Trouble with IO and ar on In-Reply-To: <199606050615.AA022065345@relay1.geis.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 5 Jun 1996 j DOT aldrich6 AT genie DOT com wrote: > >I use the following commandline: > >ar -rc grunn.lib grunnlag.o > >which produces teh followin response: > >f:/utils/djgpp/bin/ar.exe: grunn.lib: No such file or directory (ENOENT) > > It looks to me like ar doesn't recognize '.lib' as a valid archive name > and tries to read it as an object file to put into the library. Although the From what I see I think that `ar' somehow interprets `grunn.lib' as a command, and complains about ``illegal operation'' or some such. Without looking at the sources, I cannot say for sure what's going on there, but any other extension I tried except .lib works.