From: Brett Leslie Porter Message-Id: <199708070105.LAA14640@rabble.uow.edu.au> Subject: Re: djgpp vs lahey fortran To: leest96 AT dong DOT snu DOT ac DOT kr (Lee, Sung-Tae) Date: Thu, 7 Aug 1997 11:05:09 +1000 (EST) Cc: djgpp AT delorie DOT com (DJGPP) In-Reply-To: <33E82A6B.C0E518F2@dong.snu.ac.kr> from "Lee, Sung-Tae" at "Aug 6, 97 04:40:27 pm" MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk > > I find that my code which run well in workstation(I don't know its > capacity yet.) > don't run in PC with 16M ram, Pentium133, Win95... > > I wrote my code in standard-C. > If you mean it worked with Turbo-C and doesn't work with DJGPP, there is a possibility that you are using some kind of 16-bit code, such as pointers that compile fine but don't like 32-bit land, or even protected mode. You'll have to be more specific about "But don't run". What does it do? Hang? Incorrect values? Exit to DOS inexplicably? Brett