> And there were discussions about command line length problems in the GCC build process on VMS.
The problem on VMS is not so much total command line length as element length, e.g. strlen (argv [x]). A single element cannot exceed 1024 characters or something like that (have to look it up to be sure). --Douglas Rupp AdaCore