From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: RHide problems Date: Thu, 15 May 1997 11:25:49 +0200 Organization: TU Chemnitz-Zwickau Lines: 39 Message-ID: <337AD69D.5F50@Mathematik.tu-chemnitz.de> References: NNTP-Posting-Host: click.hrz.tu-chemnitz.de 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 Eric Gillespie wrote: > > It seems to me that the program (for instance, gcc) is somehow munching > the source code's filename: "-.c" is not AFAIK a valid DOS filename. This output is generated by RHIDE automaticaly and is OK. > Also if you choose /dev/null as the -o of your linker, your output OF ANY > TYPE goes to that great bit-bucket in the sky - i.e. oblivion, never to be > found by stubify. Exact. That's what I wanted with the bug-report, or would you be happy that any bug-report creates a new file on your disk? In general: The output of that bug-report is mainly for me, to check the correctness of the installed DJGPP. > > If this esteemed person would check his/her command line, and post same, I > would be able to help...how on earth did he get as far as he did? But if you are interested in the commanline, with which it was produced, here it is: echo int main(){return 0;} | redir -eo gcc -v -o /dev/null -x c - Try this for you, and you will see, that you get similar output. BTW: This output has really most of the needed information about your DJGPP installation (version infos, paths, ...) Robert -- ***************************************************************** * Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau * * Post: Am Berg 3, D-09573 Dittmannsdorf * * e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE * * WWW: http://www.tu-chemnitz.de/~rho * *****************************************************************