Mail Archives: djgpp/1993/02/11/14:30:52
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
- Raw text -