Date: Sun, 30 Jun 1996 09:57:26 +0200 (IST) From: Eli Zaretskii To: Tim Black Cc: djgpp AT delorie DOT com Subject: Re: Problems - DJGPP 68K Under Win95 with Thompson Toolkit In-Reply-To: <835895857.9034.0@reabrook.demon.co.uk> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 27 Jun 1996, Tim Black wrote: > I am having difficulties running DJGPP apps under Win95. I am using > the Thompson Toolkit (V.211) and a version of GCC and AS that compiles > and assembles 68K. I get weird and wonderful lockups especially it > seems when using COM ports (I am using Procomm 2 for windows) and/or > Internet apps (It seems the timers give up as Telnet sessions seem to > go into the weeds). Because I am using a compressed win95 drive, I > lose files (some get corrupted). These problems only seem to happen > after I have run the make tool, compiler or assembler. These are the > versions of tools I am using. Did you try to tell DJGPP to not use DPMI? If not, type this from the DOS prompt (or add it to your AUTOEXEC.BAT): set GO32=nodpmi (if your GO32 variable is already set to some value, just append ``nodpmi'' to it.) Then try again and see if it helps. If that doesn't help, you will have to investigate further and supply more info about under what circumstances does it crash your system. Also, please run go32 with no arguments and post everything it prints. FYI, DJGPP v1.12m2 is a fairly old release, and is currently unsupported (i.e., if what you see is really a bug for which there is no work-around, you are on your own). You will be much better off if you upgrade to the current version 2.0, but I'm not sure if you will find a 68k cross- compiler ported to that version.