Date: Mon, 18 Apr 94 09:20:38 -0400 From: dj AT ctron DOT com (DJ Delorie) To: rduran AT cs DOT ep DOT utexas DOT EDU Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: 2 questions about readme.dj > 1) Regarding the following except from readme.dj: > > Note: For some operating systems, such as OS/2 and NT, you may need to > use the 16-bit gcc driver instead of the 32-bit gcc driver. To do so, > copy the gcc.exe file from utils/gcc-rm/gcc.exe to bin/gcc.exe. > Don't forget to save the old gcc.exe first! > > How can I tell if I *may* need to use the 16-bit gcc driver on OS/2 2.0? If the 32-bit doesn't work. > 2) Also, which of these is the correct form? > > set GO32=driver c:/djgpp/drivers/SOMETHING.grd gw 1024 gh 768 > set GO32=mono driver c:\djgpp\drivers\tseng4k.grd gw 1024 gh 768 > > As they are both use in the readme.dj file. Both are correct. go32 doesn't care about which way the slashes go.