From: "!?" Newsgroups: comp.os.msdos.djgpp Subject: Re: error message Date: Sun, 17 Sep 2000 08:12:42 -0500 Organization: University of Houston Department of Computer Science Lines: 10 Message-ID: <39C4C34A.46C8DD44@bayou.uh.edu> References: <000801c020a4$2b1fbec0$4da31a3f AT oemcomputer> NNTP-Posting-Host: bcm-124-65.remacc.bcm.tmc.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > When I installed djgpp and tried to compile a program, I receive the > error message "Error in DJGPP Installation" and "Environment variable > DJGPP is not defined". What did I do wrong. I was going to delete Add the following line to your "AUTOEXEC.BAT" file. SET DJGPP=C:/DJGPP/DJGPP.ENV Since you are using Win98, you should also add a line to support LFN. SET LFN=Y