This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problem with ar.exe


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]