This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: 4.2 Project: "@file" support


 

> 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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]