Mail Archives: djgpp/1999/04/18/06:04:03
On Wed, 14 Apr 1999, alu wrote:
> Hello, I just put the djgpp in my computer today, I always program
> with Linux gcc, and my problem it's that I can't compile any file that are
> longer than 8 characters, neither I can't compile files which have includes
> longer than 8 like <streambuf.h>.
See section 8.7 of the FAQ.
> Another question, it's how to do makefiles, I have a lot of Linux
> makefiles, but gcc(djgpp) don't understand it.
Install the port of Bash and auxiliary utilities (Fileutils,
Textutils, Sh-utils, Grep, Sed, Gawk), and the Makefile's will begin
to work. Just make sure every Makefile says "SHELL = /bin/sh"
somewhere. This is all explained in the README.DOS file which comes
with the DJGPP port of GNU Make, btw.
The ports of Bash and the other utilities are available from the v2gnu
directory on usual DJGPP sites.
- Raw text -