From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from weis@localhost) by pauillac.inria.fr (8.6.10/8.6.6) id MAA02255 for caml-redistribution; Wed, 6 Mar 1996 12:28:43 +0100 Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.6.10/8.6.6) with ESMTP id BAA24588 for ; Wed, 6 Mar 1996 01:29:45 +0100 Received: from red-05-imc.itg.microsoft.com (red-05-imc.itg.microsoft.com [131.107.3.23]) by concorde.inria.fr (8.7.1/8.7.1) with SMTP id BAA00639 for ; Wed, 6 Mar 1996 01:29:38 +0100 (MET) Received: by red-05-imc.itg.microsoft.com with Microsoft Exchange (IMC 4.0.829.1) id <01BB0AB0.F3D44FC0@red-05-imc.itg.microsoft.com>; Tue, 5 Mar 1996 16:29:40 -0800 Message-ID: From: Kevin Gallo To: "'caml-list@pauillac.inria.fr'" Subject: Command line too long Date: Tue, 5 Mar 1996 16:29:41 -0800 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.829.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Sender: weis I am using CSL 1.12 (the native code compiler) and I have the problem that my command line gets too long for my shell to handle. I see no solution to the problem other than trying to shorten the command line but this undesirable. Is there a way to partially link several modules to do the compile in stages? Also it would be nice if CSL could support response files (files with the command line parameters) to allow for unlimited argument lengths. Thanks, Kevin =00