Date: Mon, 24 May 93 16:11:23 EDT From: ronis AT onsager DOT chem DOT mcgill DOT ca (David Ronis) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Sector Read Problem under gcc2.4.0 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 int get_potential_parameters(stream) FILE *stream; { }