From: "Adam DiCarlo" Newsgroups: comp.os.msdos.djgpp Subject: Can't compile with long command-lines Date: 10 Dec 1996 00:01:07 GMT Organization: Netcom Lines: 21 Message-ID: <01bbe63e$7335ff20$4795b8cd@#bikko> NNTP-Posting-Host: als-il2-07.ix.netcom.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi. I'm using RHIDE 1.0 while writing djgpp programs. Recently, after adding a file to my project, the project wouldn't make correctly. I eventually figured out that this was happening because of MS-DOS's limit on the length of a command-line, to 128 characters, I do believe, when RHIDE needed more. I've tried running make and RHIDE, under Win95 and DOS 7, using COMMAND /P /U:255 (to get 255 characters instead), but nothing seems to fix the problem. COMMAND /P/U:255 seems to do absolutely nothing. (Although 255 wouldn't be enough eventually, anyway.) I do believe this is a problem with make/RHIDE using system() instead of one of the exec**() functions. I can't compile RHIDE though, (at least) because of this problem. I looked on some MS-DOS newgroups, but decided this had to do more with djgpp. Thanks in advance for any help/ideas from anyone, Adam DiCarlo bikko AT ix DOT netcom DOT com