Date: Tue, 5 Mar 1996 13:38:47 +0300 (MSK) From: "Alexander V. Lukyanov" Message-Id: <199603051038.NAA02907@video.yars.free.net> To: CTAA AT estate DOT warwick DOT ac DOT uk, djgpp AT delorie DOT com Subject: Re: Problems compiling with djgpp v2.0 > h:\gnu\djgpp/bin\ld.exe: cannot open output file addrbook.exe: > Permission denied (EACCES) A while ago (a year or so) I had similar problem with ar.exe from v1.12. It didn't create archives on NFS drive mounted by Inter-drive (FTP Software), giving the same error message. That time I did not debug it and now I don't have that configuration. It is strange that any other program (e.g. gcc,ld) could create files on the same drive, and more strange that ar.exe actually created arhive with size 0. I had to create the archive on local drive and then move it to networked one.