From: jqb AT netcom DOT com (Jim Balter) Subject: Re: Problem with ar.exe 19 Feb 1997 04:50:51 -0800 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <330AF0B8.66F9.cygnus.gnu-win32@netcom.com> References: <199702191108 DOT MAA29761 AT ruunf0 DOT fys DOT ruu DOT nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.01Gold (WinNT; I) Original-To: Nick van Eijndhoven Original-CC: gnu-win32 AT cygnus DOT com Original-Sender: owner-gnu-win32 AT cygnus DOT com Nick van Eijndhoven wrote: > Question : How can I run the ar pass by specifying a filename where > the names of the .o files are given. ar rs lib.a `cat input.dat` or bash -c 'ar rs lib.a `cat input.dat`' if you aren't using bash as the command processor. -- - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".