Message-Id: <3.0.5.32.19990604133755.007ced70@jafar.uqar.uquebec.ca> X-Sender: ruuhlkar AT jafar DOT uqar DOT uquebec DOT ca X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Fri, 04 Jun 1999 13:37:55 -0400 To: djgpp AT delorie DOT com From: Karel Uhlir Subject: Re: command line too short In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Reply-To: djgpp AT delorie DOT com > >I'm assuming that my command line has gotten too long and the "-lalleg" >has been chopped down to "-la". Anyone know how I can fix this? Thanks. > >Mark > > I had a similar problem with the length of the command-line in a DOS window. This is what you mean isn't it? The DOS batch file seems to have the same limitations as the DOS command line. I solved this by using the Rhide environment (see DJGPP web site for download) and creating a project with all the files I want compiled at the same time to create the .exe file. You can add the compile options by using the Options menu. Hope this will help. Karel