X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Authenticated: #27081556 X-Provags-ID: V01U2FsdGVkX1+xJzkhlHaxX1JelIIPxZHGY8JLEfuAQj0z0CERPs r74DxbgUHpSaIh From: Juan Manuel Guerrero To: Eli Zaretskii Subject: Re: gcc difficulties on MSDOS 6.22 with LFN driver installed Date: Wed, 31 Aug 2011 21:17:54 +0200 User-Agent: KMail/1.9.10 Cc: djgpp AT delorie DOT com References: <201108310027 DOT 22056 DOT juan DOT guerrero AT gmx DOT de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201108312117.54522.juan.guerrero@gmx.de> X-Y-GMX-Trusted: 0 Am Mittwoch, 31. August 2011 schrieb Eli Zaretskii: > > From: Juan Manuel Guerrero > > Date: Wed, 31 Aug 2011 00:27:21 +0200 > > > > cc1.exe: c:/djgpp-2.04/bin/../lib/gcc/djgpp/3.44/djgpp.ver: Value too large (EOVERFLOW) > > 1.c:1:19: c:/djgpp-2.04/include/stdio.h: Value too large (EOVERFLOW) > > Can you find out where did this error message come from? Which system > call or library function emits EOVERFLOW? > The functions generating EOVERFLOW are filelength() and lfilelength(). Both of them usefunction 0x7A46 to get the file size if LFN support is available. But I assume that neither MSDOS nor DOSLFN provide the required function. May we need to disind a better to certainly identify the OS used. Regards, Juan M. Guerrero