Re: Permission denied????

名前: 角藤
日時: 2003-07-20 23:34:04
IPアドレス: 61.22.121.*

>>20369 >> platex test.tex >This is pTeX, Version 3.141592-p3.1.2 (sjis) (Web2C 7.5.2) >platex.exe: test.tex: Permission denied これは、何らかの原因で test.tex の読み出しが禁止されて いることを示しています。 WinMe でこんなことが起きるのは 考えにくいのですが、他のなんらかのプログラムで test.tex を処理している最中だと起こるかもしれません。 例えば、次のようなプログラムを走らせたままやると、 platex.exe: test.tex: Permission denied となります: #include <stdio.h> #include <io.h> #include <fcntl.h> #include <share.h> #include <sys/stat.h> int main(void) { int fd; fd = _sopen("test.tex", _O_RDONLY, _SH_DENYRD, _S_IREAD); while(1) { ; } return 0; }

この書き込みへの返事:

お名前
題名 
メッセージ(タグは <a href="...">...</a> だけ使えます)