Date: Thu, 11 Feb 93 13:06:44 -0600 From: rcharif AT math DOT utexas DOT edu Posted-Date: Thu, 11 Feb 93 13:06:44 -0600 To: kuku AT acds DOT physik DOT rwth-aachen DOT de Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: go32t.exe Reply-To: rcharif AT math DOT utexas DOT edu I recompiled go32.exe (why is it named go32t.exe in the 1.08 makefile?) mainly because of the paging.c patch. My app does system() calls in between and was suffering from that problem in paging.c. go32t.exe name is for people who modify go32 code and want to test it. If it is named go32.exe, and you use gcc from the go32 directory you will use the new version which is not what you might want. I'm surprised that the new go32.exe is 144360 Bytes while the old one is only 49646 bytes. This is because the makefile generates a version with debugging information in it. try to link it by hand or change the make file. Try : tlink /3 @go32.lnk This should give you a go32t.exe. Regards, Rami