Date: Tue, 9 May 2000 18:57:07 +0500 (MVT) From: Prashant TR X-Sender: tr AT vsnl DOT net DOT in To: djgpp AT delorie DOT com Subject: Re: Long line under MS DOs Problems In-Reply-To: <3917D565.FFE23B6E@st.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 9 May 2000, Sebastien Cleyet-Merle wrote: > DJGPP works fine for me except that some of my compilation lines are > too long because of the number of object file I have to link together. > > How I can solve this problem. You could write a Makefile. And when you run Make, DJGPP passes those long lines in a special way so it will work without problems. Prashant