From: medialinkdev AT earthlink DOT net (Chet Simpson) Newsgroups: comp.os.msdos.djgpp Subject: Problem on command line gnumake, bash and other compilers Date: Sun, 07 Jun 1998 21:05:35 GMT Organization: MediaLink Development Lines: 21 Message-ID: <357aff25.6270481@news.earthlink.net> Reply-To: medialinkdev AT earthlink DOT net NNTP-Posting-Host: pool008-max5.ds16-ca-us.dialup.earthlink.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk First, I'm using bash as my shell under DOS and Win95. I'm having a problem with the command line being sent to some executables being truncated at 130 characters, primarily when using a compiler other than gcc/djgpp. The portion in question is simple: $(RDIR)/%.r : $(SDIR)/%.cpp $(CC) $(SPECIAL_FLAGS) $(CPPFLAGS) The full command line IS printed to the console, however, only the first 130 characters are actually passed to $(CC). This happens with other executables as well, but does not seem to happen with gcc. Are there any special shell flags or command line options I can send to bash in order to get around this problem? ...Chet...