From: "Omar Morales" Newsgroups: comp.os.msdos.djgpp Subject: DJGPP and WinXP ... more help needed Date: Tue, 4 Mar 2003 20:45:13 +0100 Organization: Tiscali Spa Lines: 28 Message-ID: NNTP-Posting-Host: ppp-62-11-85-139.dialup.tiscali.it X-Trace: lacerta.tiscalinet.it 1046809545 5602 62.11.85.139 (4 Mar 2003 20:25:45 GMT) X-Complaints-To: newsadmin AT it DOT tiscali DOT com NNTP-Posting-Date: 4 Mar 2003 20:25:45 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi to Everybody, Same premise: I am not a Windows Tricks&Tips expert. Problem: how many chars can GCC swallow through the options&argument line? I'm trying to run the following command line: gcc -xc -ansi -o z:\FE2\test\GW_CHECKER_m\CHECKER_Task\CHECKER_Task.obj1 -c z:\FE2\test\GW_CHECKER_m\CHECKER_Task\CHECKER_Taskt.c and the WinXP DOS shell prompts me the following msg (roughly translated from italian): program specified impossible to run If I run the following command line: gcc -xc -ansi -o z:\FE2\test\GW_CHECKER_m\CHECKER_Ta\CHECKER_Task.obj1 -c z:\FE2\test\GW_CHECKER_m\CHECKER_Task\CHECKER_Taskt.c the command, with obvious errors, runs up to its end. It seems there is a limit of 126 chars in the gcc command line lenght. It is correct? And if so, how can I work around it? Thanks for any help you might be able to give, Omar.---