From: Monika Hendricks Newsgroups: comp.os.msdos.djgpp Subject: Re: [grx245]installation problems Date: 7 Aug 2003 15:10:10 GMT Lines: 30 Message-ID: References: NNTP-Posting-Host: p3e9ba334.dip.t-dialin.net (62.155.163.52) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.uni-berlin.de 1060269010 29644077 62.155.163.52 (16 [201915]) User-Agent: Xnews/5.04.25 Hamster/2.0.0.1 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >> I cannot compile the grx-sources. > > Can you compile other programs? You're using XP, which adds new Yes, I can. I tried some simple C++-files and it worked properly. >> I unzipped the grx245s.zip file with unzip32.exe in my DJGPP >> directory. Then i edited my makedefs.grx just for fontpath and >> decommented the lines with Butt and i386 and called afterwards >> make -f makefile.dj2. > > What "Butt" is that? In the file makedefs.grx and the area for djgpp one is asked for default compiler switches. I deleted the "#"s in front of CCOPT += $(BUTT) CCOPT += -mcpu=i386 because i was asked to do so. > The error points at the way make executes shell commands. For > this makefile, make sure you do _not_ have SHELL set to a > Unix-style shell like DJGPP's bash.exe. This makefile clearly > expects to be used with COMMAND.COM as the shell. I read about this. My SHELL is cmd.com. Thanks for asking me so quickly. Monika