Date: Fri, 02 Jun 95 03:27:36 -0400 From: Wonkoo Kim To: David Fischer , djgpp users Reply-To: Wonkoo Kim Subject: Re: error in building LIBGRX > Date: Thu, 01 Jun 95 22:19:08 -0400 > From: "David Fischer" > To: djgpp AT sun DOT soe DOT clarkson DOT edu > > I am trying to install LIBGRX to no avail. > I have installed the files cbgrx103.zip and grx103m1.zip in my djgpp directory. > When I run the the make.bat file the following happens > > C:\DJGPP\CONTRIB\LIBGRX>make > make.exe: Nothing to be done for `drvrs'. > make.exe: Nothing to be done for `all'. > makefile.gcc:1: *** missing separator. Stop. > > The above failure is referring to the makefile in the events diretory. The first 3 lines of events\makefile.gcc caused the trouble. You may just comment them out by '#'s. However, I got lots of gas errors when compiling event32.c. //-------------------------------------------------------------------- // Wonkoo Kim // wkim+@pitt.edu