Mail Archives: djgpp/1996/09/14/08:36:25
"John M. Aldrich" <fighteer AT cs DOT com> wrote:
>Mohan Khurana wrote:
>>
>> I am having some trouble installing GRX 2.0. I was wondering if
>> anyone could tell me what I am doing wrong? Here is what happens in
>> DOS:
>At the risk of sounding stupid (it's 3:30 am here, after all), are
>you sure you need to recompile grx to install it? All you should
>need to do is unzip the thing into the contrib directory and the
>header files and libraries should already be there. The only
>reason you'd need to rebuild grx20 is if you wanted to alter the
>source (i.e., patches/bug fixes). That said...
Well if it won't build, how will I eventually compile programs that
use GRX?
>>
>> C:\c\djgpp\contrib\grx20>make
>> Error on line 10: expecting target : dependencies
>Have you looked at the makefile in the grx20 directory? Chances
Yes, I have looked at the make file.
>are something simple is wrong at around line 10 or so. If you
>can't figure out what it is, post the makefile (or an appropriate
>fragment - say lines 1-20) here and we'll try to debug it for you.
I can't figure it out. The make file in the root directory is:
#
# GRX 2.0 makefile for DJGPP distribution version
#
include makedefs.gnu
libs : $(STAMP)
cd src
$(MAKE)
cd ..
test : libs
cd test
$(MAKE)
cd ..
>Alternatively, check to make sure that DJGPP's make is in your
>PATH before any other makes (such as Borland's) that you may have
>installed. It's possible that Borland Make might not recognize
>certain GNU constructs like the "%.o : %.c"-type rule style, and
>keywords like ".PHONY", etc.
I don't have Borland C installed only DJGPP. And the only make in my
path is GNU Make.
>Can anybody with more grx20 experience add to this?
Please? Anyone?
- Raw text -