Mail Archives: djgpp/1996/09/14/13:20:52
Mohan Khurana wrote:
>
> Well if it won't build, how will I eventually compile programs that
> use GRX?
Nono - what I meant is that an already-built version should already come
with the distribution. Just #include the proper header files in your
code and link libgrx.a with '-lgrx' on your link command line. DJGPP is
already set up (look in djgpp.env for the include and library path
variables) to use the grx libraries!
Hmm... I think I'm going to d/l the grx20 distribution just to check on
this problem. :)
> >> C:\c\djgpp\contrib\grx20>make
> >> Error on line 10: expecting target : dependencies
>
> 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 ..
Hmm... that makefile looks ok. However, there are at least three
subsidiary makefiles that it calls: 'makedefs.gnu', 'src/makefile',
and 'test/makefile'. I suspect 'makedefs.gnu', but you may also want
to look at the makefile in the src directory. As before, please post
a fragment from each of these files.
We'll figure this out. :)
--
John M. Aldrich, aka Fighteer I <fighteer AT cs DOT com>
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS d- s+:- a-->? c++>$ U@>++$ p>+ L>++ E>+ W++ N++ o+ K? w(---) O-
M-- V? PS+ PE Y+ PGP- t+(-) 5- X- R+ tv+() b+++ DI++ D++ G e(*)>++++
h!() !r !y+()
------END GEEK CODE BLOCK------
- Raw text -