X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to; bh=B+p1TtMO6yl93Prd495VJSwo0RMwK7LuIjZMYSFgE8s=; b=MyTLCxBfhCjQO1r6RkM8GT+iFWvc/DVPrDRPvaUJuHw0XbPz6nnPcb+IC/77pHxe9L HHHeFApGNnI8EA0UA2Zy3v6L6CHWISyt+AiW0vbaFlUfozzZdIcAIo0M/lpLXthZIUP9 S4rtulFtExGIAQnEj9ADPqriRkqxWkSzcmGeaqIfbqdBvIIIqHlrDC+nX5DLMPVhpXJG xQKrwCOsWGHapjHUBsxXP1gP60IGk4rWNfi0ZrfpFh1tRAOesGqu6DPLwphXU2Allp5Y r/uVApRDAsDTd2egaP4TiH2jFxVIbW7WfN3cYap24p2lpVDKwHyGrT1HCAp9A4xZEM/9 z30A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to; bh=B+p1TtMO6yl93Prd495VJSwo0RMwK7LuIjZMYSFgE8s=; b=CtmBjAooTbA+cwxtOzSByC2KQCbToTXbXjBkRwk43hlcMC1OPYWrdv6Wviqq+vLFPY 099VvuBD78tRzPqPuI1pKsTYl4wWS2RQitgjXHfJCnDqT1WrFeoy26X5L77mCu1mTBHa MdYmHfmV+RXvlrpmTfvVzrhIGpNEpCcxYrPFAO3TFbFsEJpSCf6LcYNU8lPnhTpujIDc PfwzOl70zLeUeHFEUAZ4Kh6o56oIKchamF/cyxxJeyYr4A+pepi6E9wpm1A8NtCnHk4e V4sEfUOp6S5CjWtyV93N0dBhCmb1huZyDal9D+PDNItn+e4qO3mCFWvYLUjqGad+wWlb iVVw== X-Gm-Message-State: AOPr4FU9uviSfYMB+k2YJDssjKzYM3egDaoMPpO1oLaHsxNvRsd1nhZpEVIyWjonsvLnwrClPXo0FYgqT2VHPw== MIME-Version: 1.0 X-Received: by 10.50.150.107 with SMTP id uh11mr2094961igb.1.1462953338628; Wed, 11 May 2016 00:55:38 -0700 (PDT) In-Reply-To: <83shxpavlp.fsf@gnu.org> References: <56F8295E DOT 2090401 AT posteo DOT de> <571E403D DOT 8080709 AT iki DOT fi> <571E4A50 DOT 3010806 AT iki DOT fi> <571E8166 DOT 1000103 AT gmx DOT de> <571EE412 DOT 6000005 AT iki DOT fi> <152f7110-7932-a6db-30fd-afccd63822d4 AT iki DOT fi> <83shxpavlp DOT fsf AT gnu DOT org> Date: Wed, 11 May 2016 10:55:38 +0300 Message-ID: Subject: Re: Fwd: A few DJGPP libc.a bugs From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com]" To: djgpp AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 5/11/16, Eli Zaretskii (eliz AT gnu DOT org) [via djgpp AT delorie DOT com] wrote: >> From: "Wiktor S. (wswiktorSP AT Mpoczta DOT fm) [via djgpp AT delorie DOT com]" >> >> Date: Tue, 10 May 2016 21:36:37 +0200 >> >> > Well that exFAT support suffers under WIn10 Home 32 bit from the same >> > bug as NTFS, which makes it not very useful for DJGPP. >> > >> > DJGPP seems to be unable to open files on drives different from C: >> > and formatted as NTFS or exFAT when LFN is required. >> >> >> I have bad news. This also happens in XP on exFAT partitions. >> (one of course needs an update for XP to access exFAT) >> >> ======== >> C:\>type g:\longfilename.txt >> it works >> >> C:\>cat g:\longfilename.txt >> c:/dj/bin/cat.exe: g:\longfilename.txt: Permission denied (EACCES) > > Can you debug the libc functions involved and see which one of them > fails? > Also of interest is whether cat.exe is built with 2.05 and, if it is, whether a version of cat.exe built with 2.03 fails or succeeds.