Problem with ar.exe

Jim Balter jqb@netcom.com
Wed Feb 19 04:26:00 GMT 1997


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".



More information about the Cygwin mailing list