Date: Tue, 11 Jul 1995 08:21:10 +0300 From: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) To: brendan AT rdt DOT monash DOT edu DOT au Subject: Re: Can't find djgpp Cc: djgpp AT sun DOT soe DOT clarkson DOT edu > Q. Is there a command line argument for djgpp to find out the distributi From the DOS command line type the following words of wisdom: go32 and hit [Enter]. This will print the version of DJGPP DOS extender. Ports of GNU software (like gcc etc.) each have their own version, which usually (but not always) can be seen by invoking that program with the --version flag. > Q. Can someone tell me where I can pick up the latest version. On any SimTel mirror (e.g., ftp.coast.net) in the /SimTel/vendors/djgpp directory. > Q. I also get stack overflows when trying to implement a simple interrupt > routine which increments a counter. I get a max freq of about 300Hz. > This is incredibly slow. I've followed the sound blaster example but it > it still crashes. Any ideas Did you read the relevant portions of the DJGPP FAQ list (available as faq102.zip from the same place you get DJGPP)? Chapter 18 describes some aspects of handling hardware interrupts under DJGPP.