Mail Archives: djgpp/1996/01/07/10:29:10
On Sun, 7 Jan 1996, C. N. Feng wrote:
> The problem is I got the following messages when useing "make default" to setup :
>
> make.exe : nothing to be done for 'drvrs'.
> make.exe : nothing to be done for 'all'.
> makefile.gcc:1: *** missing separator. Stop.
Do you really need to build the GRX library? If you only need to call
functions from GRX, then just install the lib*.a files from
contrib/libgrx/lib directory into your lib/ and the *.h files from
contrib/libgrx/include into your include/, and that's it (you might also
need the driver for your SVGA, but first check without it). There is also
grx103m1.zip which includes a corrected version of libgrx.a, which you
should install over the one found in cbgrx103.zip. The DJGPP FAQ list
(available as faq102.zip from the same place you get DJGPP) explains what
files should you get in section 3.4; please read it.
If you indeed need to recompile the library, then also read section 10.10
in the FAQ, which explains the cause of the messages you see, and what
can you do about it. But I don't recommend building that old version of
the library; if you really need to build it, get the sources of the
latest version 2.0 (available with the beta distribution of DJGPP v2.0)
and use them instead. People who tried to build 1.03 report that there
are quite a few incompatibilities between it and the latest DJGPP
releases which prevent it to build; you might need to explore the reasons
and hack it.
- Raw text -