Mail Archives: djgpp/1997/11/05/02:51:02
"Robert McNulty" <bobbymcn AT the-link DOT net> wrote:
> How do i compile GRX? The following says
>
> make -f makefile.dj2
>
> does not work.
In the version of grx22 which I have, top level makefile
(contrib/grx22/makefile.dj2) is incorrect. It calls make in
subdirectories with wrong makefile name, like this:
libs:
$(MAKE) -C src -f makefile.djp
makefile.djp should be makefile.dj2.
I don't remember where I got it, though. Maybe there is a correct
version of GRX on simtel.
- Raw text -