Date: Sun, 30 Nov 1997 13:17:35 +0200 (IST) From: Eli Zaretskii To: Nate Eldredge cc: Jay Qiu , djgpp AT delorie DOT com Subject: Re: GNU binutils 2.8.1: ar.exe In-Reply-To: <199711281711.JAA10696@adit.ap.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Fri, 28 Nov 1997, Nate Eldredge wrote: > > h:\bin\ar.exe: cp.a: No such file or directory (ENOENT) > That makes sense. The `r' option says that you want to add to an existing > library, replacing any modules that are already there. Since `cp.a' does not > exist yet, you can't add to it. No, "ar -rc foo.a bar.o" works even if foo.a doesn't exist. At least it worked for me (in Binutils 2.7).