(no subject)

2005-11-20 Thread h-taguchi
___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

RE: Can't start ppm command

2005-11-20 Thread h-taguchi
Finaly I found a file ppm in c:/Perl/bin with the size of 0. The creation date is 2005/01/04, when I was in trouble installing mod_perl TT in my Windows XP. Renaming it to ppm__ or else has solved it. Can you believe me? Regards, Hirosi Taguti [EMAIL PROTECTED] -Original Message-

RE: Can't start ppm command

2005-11-20 Thread Chris Wagner
At 10:45 AM 11/21/2005 +0900, [EMAIL PROTECTED] wrote: Finaly I found a file ppm in c:/Perl/bin with the size of 0. The creation date is 2005/01/04, when I was in trouble installing mod_perl TT in my Windows XP. Renaming it to ppm__ or else has solved it. Can you believe me? Zenzen! ;) But

RE: Can't start ppm command

2005-11-20 Thread h-taguchi
Gomen! I made a mistake in my previous mail. Finaly I found a file ppm in c:/Perl/bin with the size of 0. Finaly I found a file ppm in c:/ with the size of 0. Just under C: ! Hirosi Taguti [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

RE: Can't start ppm command

2005-11-20 Thread h-taguchi
I hope you can understand what I'm doing... C:\dir ppm* ドライブ C のボリューム ラベルは IBM_PRELOAD です ボリューム シリアル番号は 38DC-AC37 です C:\ のディレクトリ 2005/11/21 13:02 0 ppm 1 個のファイル 0 バイト 0 個のディレクトリ 6,431,318,016 バイトの空き領域 C:\ppm No Perl script

RE: Can't start ppm command

2005-11-20 Thread Chris Wagner
At 12:58 PM 11/21/2005 +0900, [EMAIL PROTECTED] wrote: Finaly I found a file ppm in c:/ with the size of 0. Just under C: ! Ok that makes sense now. So we can conclude that the root problem was path precedence pointing to a bad file. If u have Cygwin installed u can use the which command to see

RE: Can't start ppm command

2005-11-20 Thread Randy Kobes
On Mon, 21 Nov 2005, Chris Wagner wrote: At 12:58 PM 11/21/2005 +0900, [EMAIL PROTECTED] wrote: Finaly I found a file ppm in c:/ with the size of 0. Just under C: ! Ok that makes sense now. So we can conclude that the root problem was path precedence pointing to a bad file. If u have

Re: ActivePerl 5.8.7.815 released

2005-11-20 Thread Sisyphus
- Original Message - From: Jan Dubois . . If you find any, please let me know and we'll investigate how we can fix that. On my MinGW-built perl (5.8.7), $Config{ld} is set to 'g++', but site/lib/ActivePerl/Config.pm sets $Config{ld} to 'gcc'. Consequently, libwin32-0.26 fails to

RE: Can't start ppm command

2005-11-20 Thread h-taguchi
In this case doing which ppm would return /c/ppm. For a pure perl implementation, one can use File::Which: http://cpan.uwinnipeg.ca/dist/File-Which which installs a pwhich.bat that can be used in the same way as which(). It seems to be a good news, I install File-Which by ppm command,