Forum Topic - Unexpected Behavior of ar's -c modifier:
   
Unexpected Behavior of ar's -c modifier  
We're running the 6.4.0 tools (ntox86-ar -V => GNU ar (GNU Binutils)
2.18) and the -c modifier is not behaving the way I expect from reading
the documentation. I know our archive does not exist so I'm adding
members using the -qc key and modifier. Despite the presence of the -c
modifier, ar is still reporting "Could Not Find <archive name>". What am
I missing? Thanks.