Mail Archives: djgpp/1993/05/24/16:59:40
Hi DJ,
I run djgpp under DV/X. Yesterday I uploaded the binaries for 2.4.0
from omnigate and installed them. When trying to compile the module
listed below, I got a sector not found error reading the drive that the
include file is found on (from cc1, apparently when parsing math.h). I
was compiling with the -c -v -O2 and -m486 flags.
Going back to version 2.2.2 elimiates the problem. Is there something
different in the required environment, or is this a bug?
David Ronis
_________________________________________________________________________
/*
The actual program was much longer, but I kept cutting until I got the bug
with just this
*/
#include <math.h>
int get_potential_parameters(stream)
FILE *stream;
{
}
- Raw text -