Date: Mon, 30 Mar 92 11:34 +1000 From: Bill Metzenthen To: djgpp AT sun DOT soe DOT clarkson DOT edu Status: O phi.ece.jhu.edu writes: >Has anyone tried to re-compile GO32? I tried recently. I used Borland >C 2.0, it creates all the object files, but when it gets to linking >part, it stops and displays this ugly message: >"Fatal: 32 bit record encountered in module mswitch.ASM". Hmm, sounds like the same problem that I found with Turbo C++ v1.0, the solution was to add a switch to the tlink.exe commands in "makefile": go32.exe : $(OBJS) go32.lnk makefile tlink /3 /c /v /s /m @go32.lnk tlink /3 /c /v /s /m @debug32.lnk ^^ || added switch----------- --Bill