Date: Wed, 27 Jan 1999 20:44:18 -0500 Message-Id: <199901280144.UAA01692@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <000101be4a45$48055360$e95c3c0a@lpend.intelliwatch.com> (lpendlet AT maine DOT rr DOT com) Subject: Re: Problem with make and commands longer than 126 characters References: <000101be4a45$48055360$e95c3c0a AT lpend DOT intelliwatch DOT com> Reply-To: djgpp AT delorie DOT com > I have set the DJDIR and DJGPP environment variables as follows: > DJDIR=d:\djgpp Please don't set the DJDIR environment variable. It gets set automatically to the correct value, based on the DJGPP variable. > (the compiler is the IBM visual age C++ AS/400 cross compiler): That's why you're limited to 128 characters. The long command line feature only works when one DJGPP program calls another DJGPP program.