Sender: cleyet AT eux100 DOT sgp DOT st DOT com Message-ID: <39190753.529E894D@st.com> Date: Wed, 10 May 2000 08:53:07 +0200 From: Sebastien Cleyet-Merle X-Mailer: Mozilla 4.7 [en] (X11; U; SunOS 5.6 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: DJGPP Subject: System function Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Hi, I use a compiler composed of many subprograms: preprocessor, assembler, optimizer, peephole... To use it simply I use a driver which call all the required programs with the right arguments and in the right order. The problem I encounter is a line limit with the system function. Command lines executed by the driver seem to be truncated and make my driver disfunction in some case. Any Idea about it ? Thanks in advance for your response. Best regards, Sebastien.