Mail Archives: djgpp/1995/10/27/09:40:59
On 26 Oct 1995 a920101 AT zipi DOT fi DOT upm DOT es wrote:
> I've installed DJGPP in my 486, but i cannot compile GRX. When I type
> MAKE, it complains about "missing separator" or something like that.
This is explained in the DJGPP FAQ list (faq102.zip from the same place
you get DJGPP), section 10.10: GRX was built with Borland's version of
Make, which doesn't mind when the command lines in the rules start with a
blank. GNU Make insists on TAB as the first character. There are more
incompatibilities between the two Make's that you might bump into; I
suggets reading that section of the FAQ to save some grief.
- Raw text -