Date: Sun, 18 Apr 1999 14:01:32 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: alu cc: djgpp AT delorie DOT com Subject: Re: Problem with names longer than 8 characters!! In-Reply-To: <7f22ng$75q$1@diana.bcn.ttd.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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 . 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.