Mail Archives: djgpp/2000/05/09/15:27:07
> From: =?iso-8859-2?Q?Wojciech_Ga=B3=B1zka?=
> <wojciech DOT galazka AT polkomtel DOT com DOT pl>
> 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.
- Raw text -