From: Elliott Oti Newsgroups: comp.os.msdos.djgpp Subject: Re: ->Cannot get djgpp to compile anything. Need assistance. Date: Sat, 21 Sep 1996 03:48:18 -0700 Organization: Academic Computer Centre Utrecht, (ACCU) Lines: 25 Message-ID: <3243C7F2.459@stud.warande.ruu.nl> References: <3241e99c DOT 5631206 AT news DOT sover DOT net> NNTP-Posting-Host: warande1078.warande.ruu.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Drakken Blackblade To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Drakken Blackblade wrote: > > I just recently got djgpp, and I got all most all files suggested in > the djgppfaq.txt, and I installed them all with the initial > directories intact, and here is my problem: > > D:\djgpp\tests>makeall > > gcc dxetest.c -o dxetest > Loader error (0025): cannot initialize > make.exe: *** [dxetest] Error 1 > gcc -O2 -g -c check.cc > Loader error (0025): cannot initialize > make.exe: *** [check.o] Error 1 > > D:\djgpp\tests> > > Pretty much, the loder will NEVER initialize, no matter what I do. I > need help, as djgpp looks very promising. Thanks beforehand! > > Drakken Have you set the SET DJGPP=D:\DJGPP\DJGPP.ENV variable? And have you made sure that no 16-bit make.exe (like Borland's make) is in your path before the djgpp make? ( The make's work differently).