Date: Tue, 9 May 2000 15:02:27 -0400 (EDT) Message-Id: <200005091902.PAA10845@indy.delorie.com> From: Eli Zaretskii To: =?iso-8859-2?Q?Wojciech_Ga=B3=B1zka?= CC: djgpp AT delorie DOT com, pavenis AT lanet DOT lv In-reply-to: <13288F4408ADD11186FF0060B06A4313033414CA@MSGWAW1> (wojciech DOT galazka AT polkomtel DOT com DOT pl) Subject: Re: Compile gcc-2.952 on Windows NT References: <13288F4408ADD11186FF0060B06A4313033414CA AT MSGWAW1> 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: =?iso-8859-2?Q?Wojciech_Ga=B3=B1zka?= > > Date: Tue, 9 May 2000 16:17:54 +0200 > > > 1 problems with memory In a middle of a compilation stage a pop-up message > appears saying that there were some problems with > 'access violation' and the whole NTVDM either hangs or at least the DLL > part of the lfn services stops working When this happens, Dr.Watson kicks in and offers to save the crash info to a file. Please accept that offer, and then send the log file to djgpp-workers. It might be possible to look at the log file and try to guess what was the problem that casued the crash. > 2 When compiling libgpp or libio libs, after 'stage 3' phase I sometimes get > messages that source file cannot be found 'like > 'don't know how to make ARG.c that is necessary for target ARG.o' or so If the files involved in this appear in UPPER case or in mixed-case, this could be due to the LFN driver. It might work in a way that breaks the automatic down-casing of file names by library functions. Try looking at the LFN function called by library function _lfn_gen_short_name, and see if the LFN driver emulates Windows 9X correctly.