Date: Sun, 28 Feb 1993 10:36:11 -0500 From: Peter Schwenn To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: AR.EXE ... Access denied I'm using djgpp to rebuild perl386 so I can make a "uperl" (Perl with user C sbrs attached). When the perl386 makefile gets to: ar rcv .... it responds: "access denied" on the library i'm trying to build ("libmsdos.a") as if djgpp (like normal unix "ar") required me to be super-user to update certain libraries. I've just started to use djgpp gcc so I may very well have skipped over something basic.