X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Juan Manuel Guerrero Newsgroups: comp.lang.perl.misc,comp.os.msdos.djgpp Subject: Re: Perldoc error: "Could not create temp file" Date: Sat, 19 Apr 2008 07:04:33 -0700 (PDT) Organization: http://groups.google.com Lines: 45 Message-ID: <4ba68ce0-5a3f-440a-a8fc-8c923cae5661@m73g2000hsh.googlegroups.com> References: NNTP-Posting-Host: 88.68.54.206 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1208613874 19727 127.0.0.1 (19 Apr 2008 14:04:34 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sat, 19 Apr 2008 14:04:34 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: m73g2000hsh.googlegroups.com; posting-host=88.68.54.206; posting-account=OsAajgoAAADdKJnkJkmhzqP0jo6I_P_0 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/48 (like Gecko) Safari/48,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Robbie Hatley schrieb: > Juan Manuel Guerrero wrote: > > > (reports of successes and failures on MSDOS, Win98, > > and WinXP) > > Thanks for the information, but I don't use those OSs. > All the computers I use both at home and at work run > Microsoft Windows 2000 Professional. (IMO, the only > "good" OS Microsoft ever made.) I can only report what I have noticed on the OSs that I have access to. Actually I do not know any person that runs W2K so I can not test on that. My intention was to make clear that there is a file name issue that I will not fix. Perl and all the other ports I have released during the last few years are not capable to handle SFN that use numeric tails. No one should be surprised if he use some Windows system with LFN support and he set LFN=n in his environment that the DJGPP stops working. The only exception to this rule are those Windows systems where the user has control over numeric tail generation. Neitherless all this do not explain the failure you are reporting. This implies that I am assuming that run DJGPP with LFN=y in your environment. > Djgpp works fine for me on Win2K machines, with the > exception of the documentation for Perl 5.8.8, all of > which (perldoc, info, man) is broken and useless. > (Perldoc.pm crashes w complaints of not being able to > write temporary files; and the man pages cause ntvdm.exe > to crash w "illegal memory access" if you try to read > them. As for the info pages, there aren't any.) I can read the formated man pages on all my OSs. What does ntvdm.exe make crash : man.exe or less.exe ? Regards, Juan M. Guerrero