From: "Matthew Conte" Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP Error Date: Mon, 20 Apr 1998 15:49:26 -0400 Organization: Netcom Lines: 22 Message-ID: <6hg8ls$pfp@dfw-ixnews9.ix.netcom.com> References: <6hfsu1$7us$1 AT o DOT online DOT no> NNTP-Posting-Host: alb-ny1-07.ix.netcom.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Sten Karsten Vartdal wrote in message <6hfsu1$7us$1 AT o DOT online DOT no>... > Hi, I'm trying to compile a program with DJGPP, but get this error: [...] > What is wrong? You have an installation problem, which is a FAQ... in addition to reading the FAQ, you can check this: - does your autoexec.bat contain the line: SET DJGPP=c:\djgpp\djgpp.env - have you preserved the directory tree structure by unzipping with -d (PKUNZIP) or by using WinZip? - try putting a semicolon after "return 0;"... =) Later, Matt.