Date: Mon, 26 Apr 1999 11:23:42 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: miller matthew william cc: djgpp AT delorie DOT com Subject: Re: Cannot exec go32 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 25 Apr 1999, miller matthew william wrote: > make -f makefile.dj > gcc -O2 -Wall -I. -c jcapimin.c -o jcapimin.o > Cannot exec go32 This is some pretty messed up installation! go32 is the DOS extender from DJGPP v1.x, which is dead for more than 4 years(!); v2.x programs should never need it. Please make sure all your DJGPP programs come from the year 1998 or later. If the above doesn't help to figure out the problem, add -v to the gcc command line and post here everything it prints.