X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Fri, 02 Sep 2011 09:57:37 +0300 From: Eli Zaretskii Subject: Re: gcc difficulties on MSDOS 6.22 with LFN driver installed In-reply-to: <038ae4ff-44f2-4ad2-b806-a6ed9b6085a2@o9g2000vbo.googlegroups.com> X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp AT delorie DOT com Message-id: <83zkincty6.fsf@gnu.org> References: <201108310027 DOT 22056 DOT juan DOT guerrero AT gmx DOT de> <201108312117 DOT 54522 DOT juan DOT guerrero AT gmx DOT de> <038ae4ff-44f2-4ad2-b806-a6ed9b6085a2 AT o9g2000vbo DOT googlegroups DOT com> 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 > From: Juan Manuel Guerrero > Date: Thu, 1 Sep 2011 15:19:03 -0700 (PDT) > > OFYI, I have djgpp 2.03 installed on the same partition with the same > MSDOS 6.22 so I can choose if I want to compile with 2.04 or 2.03. > gcc 4.6.1 and djgpp-2.03 work flawlessly. Wait a minute. Are you saying that the problem is _only_ with GCC compiled with DJGPP 2.04, and that 2.03-compiled GCC works? I don't think you said that before. If you compile with v2.03 a simple program that calls 7A46, and then run it with DOSLFN, does it also fail? If so, this is certainly due to the use of 7A46, because in v2.03 `filelength' didn't call that function and `lfilelength' didn't exist at all. So I think we need to fix these 2 functions to work around this problem.