Date: Mon, 22 Aug 94 13:53:27 MDT From: heintze AT usa DOT net (Siegfried Heintze) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Compiling GO32 I'v been trying to compile and link GO32 for some time now. I've been getting link errors with Borland V4.02 so I noticed from some of the comments that it was compiled with Borland Turbo C v2 so I reinstalled that and that did not work either. Borland recommended I turn off the optimization switches, and that did not help. Everything seems to compile fine, but I get the error when I try to link: fatal: 32 bit records encountered in DMPI.ASM Well this sounds like a reasonable error message so I try using /3 to link. This, according to borland documentation, makes a 32 bit image. Not really what I want. It hangs before I get to the first executable statement (which I modified to be a print statment). So I don't think this is the answer. Can someone please tell me how to link this? Again, when I use the makefile, I get the above error. Thanks, Sieg