From: jqb@netcom.com (Jim Balter)
Subject: Re: Problem with ar.exe
19 Feb 1997 04:50:51 -0800
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <330AF0B8.66F9.cygnus.gnu-win32@netcom.com>
References: <199702191108.MAA29761@ruunf0.fys.ruu.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 <Nick@fys.ruu.nl>
Original-CC: gnu-win32@cygnus.com
Original-Sender: owner-gnu-win32@cygnus.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.

--
<J Q B>
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
