From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: Newbie Compiler Problem Date: 17 Nov 2000 12:22:48 GMT Organization: Aachen University of Technology (RWTH) Lines: 25 Message-ID: <8v37uo$bvs$1@nets3.rz.RWTH-Aachen.DE> References: NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 974463768 12284 137.226.32.75 (17 Nov 2000 12:22:48 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 17 Nov 2000 12:22:48 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Success wrote: > gcc: exe: hello.exe: no such file or directory (ENOENT) > gcc.exe: unrecgonised option '-0' A typo in your command line. You wrote '-0' ("minus Zero") where you should have written '-o' ("minus o"). Try the following command line, verbatim: gcc -v hello.c -o hello.exe (lower case 'o', there). > Eli suggested typing the following command (to HalfHuman) : > redir -e errors.txt -oe gcc -v hello.c > To generate file errors.txt. I've done that, and no such file is generated. What else happens? Any error messages? A crash? DOS window closes? -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.