From: "DeHackEd" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: Rhide Compiling Prob Lines: 18 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.0810.800 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 Message-ID: Date: Wed, 03 Mar 1999 12:47:19 GMT NNTP-Posting-Host: 142.194.222.254 X-Trace: tundra.ops.attcanada.net 920465239 142.194.222.254 (Wed, 03 Mar 1999 12:47:19 GMT) NNTP-Posting-Date: Wed, 03 Mar 1999 12:47:19 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Are you compiling a file who's name is something like "multiple spaces here.c" ? If so, the command gets expanded to: gcc -c multiple spaces here.c -o multiple spaces here.o and all these extra spaces does get quotes around them, causing them to think each word is a different file, hense the error. Try changing the name to multiple_spaces_here.c using underscores or something else. In dos the file DOES get quotes around it automatically so that's not a problem. -- "DeHackEd" My Email address in the header is fake (spammers). Email me at this address: http://www.geocities.com/cgi-bin/homestead/mail.pl?dehacked