From: rqy1319 AT is4 DOT nyu DOT edu (Ryuji Yokoyama) Newsgroups: comp.os.msdos.djgpp Subject: Re: What did I miss ? Date: Fri, 10 Apr 1998 14:08:41 GMT Organization: New York University Lines: 41 Message-ID: <352e2725.685785@netnews.nyu.edu> References: <199804100142 DOT SAA14888 AT adit DOT ap DOT net> NNTP-Posting-Host: dial8-async42.dial.net.nyu.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Thu, 9 Apr 1998 18:42:31 -0700 (PDT), Nate Eldredge wrote: >At 01:59 4/9/1998 GMT, Ryuji Yokoyama wrote: >>On Wed, 08 Apr 1998 21:26:59 -0400, "John M. Aldrich" >> wrote: >> >>>Ryuji Yokoyama wrote: >>>> >>>> I got this file the result of "redir -o err.log -eo g++ -v prog.cpp" >>> >>>After doing this, there should be a file named 'a.out' in the current >>>directory. Is there? >>> >>>Try the following: "redir -o err.log -eo g++ -v prog.cpp -o prog.exe" >> >> >>I got folllowing "err.log" file but not a.exe. >> >>Using builtin specs. > ^^^^^^^^^^ > >Aha! The infamous "Using builtin specs". This means `stubify' isn't being >run, thus no EXE file. I suspect using `-o prog.exe' will result in some >kind of error like "Corrupt executable". > >Did you, like the README.DJGPP for GCC 2.8 erroneously says, remove some >lines from DJGPP.ENV? If so, restore DJGPP.ENV from the original archive and >don't change it again. > >Nate Eldredge >eldredge AT ap DOT net > > Thanks for replying, but even if I don't use -g, I get nothing. Also I didn't remove any line from DJGPP.ENV. I just changed LFN=n to LFN=y. Can it be a problem? Thanks Ryuji