delorie.com/archives/browse.cgi | search |
From: | "echo" <ekc1 AT hormel DOT spam DOT cec DOT wustl DOT edu> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: rhide |
Date: | Tue, 9 Feb 1999 13:28:06 -0600 |
References: | <36B663EA DOT 66F4A3A3 AT swbell DOT net> |
X-Posted-Path-Was: | not-for-mail |
X-Priority: | 3 |
X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.0810.800 |
X-ELN-Date: | 9 Feb 1999 19:30:57 GMT |
X-ELN-Insert-Date: | Tue Feb 9 11:35:06 1999 |
Organization: | EarthLink Network, Inc. |
X-Newsreader: | Microsoft Outlook Express 5.00.0810.800 |
X-MSMail-Priority: | Normal |
Lines: | 30 |
NNTP-Posting-Host: | ip53.tulsa.ok.pub-ip.psi.net |
Message-ID: | <79q2dh$l3c$1@fir.prod.itd.earthlink.net> |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
Billy Jack NEAL <deerhnt AT swbell DOT net> wrote in message news:36B663EA DOT 66F4A3A3 AT swbell DOT net... >have been trying to get eather gcc or rhide to work without much luck >With gcc i get gcc:no input files i know that it is a comand line >compiler but can not give it input after i type gcc it drops back down >to the dos command >So thought i would try rhide an with it i get no such file or directory >have set the path in my autoexec.bat an added the lines >[rhide] >rhide_typed_libs_djgpp.cc=stdcxx check your djgpp.env again and make sure that there are no spaces after the "[rhide]" and the carriage return. if you simply cut and pasted from the GCC FAQ about RHIDE problems, then there will be spaces which will prevent those two lines from being parsed correctly. just make sure that there are no extra spaces, and that you have a carriage return after "rhide_typed_libs_djgpp.cc=stdcxx" additionally, that allows you to only name your C++ sources with the extension of .cc. if you want to use .cpp or .cxx, add these lines to your djgpp.env as well: rhide_typed_libs_djgpp.cpp=stdcxx rhide_typed_libs_djgpp.cxx=stdcxx i understand your frustration...and this problem REALLY should be covered in more detail in the next version of the FAQ.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |