Date: Wed, 7 Apr 93 18:48:13 EDT From: DJ Delorie To: CSMRO114 AT uoft02 DOT utoledo DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: what's needed ? > Hi this may sound trivial, but I'm trying to run a gcc executable file > on a 486 which does not have gcc installed on it, the exe file was compiled > on a 386 where gcc is installed. what is needed to be done specifically > on the 486 machine in order to just run the exe file ? You need a copy of go32.exe in your path. If the program uses graphics, you'll also need a graphics driver available and pointed to by the GO32 environment variable. DJ