From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: Basic?? help with rhide needed. Date: Mon, 10 Mar 1997 10:52:26 +0100 Organization: TU Chemnitz-Zwickau Lines: 29 Message-ID: <3323D9DA.48EE@Mathematik.tu-chemnitz.de> References: NNTP-Posting-Host: daemon.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 David Jenkins wrote: > > When I use Rhides load to load a source file do I have to exit Rhide and > CD to the directory of the source.c file??? No, you need also to setup the source path the directory, where your sources are. If you use a project and insert there the source file, you will be prompted automaticaly now (from 1.1d on), if that directory should be added to the sources search path. But this feature is available only, when using a project. > Also when I compile a source from the DOS using gcc source.c -o > source.exe -lm it doesn't use/leave any .o files lying around.Why does > rhide, and how/where can I stop it from doing this???? RHIDE does this, because it is in my opinion (and please no discussion about this here, because I defenitely will not change this) the only and best way to check all the dependencies of a program to build. (normally there are more than one source file for a program, which is not a "Hello world"-program). 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 * *****************************************************************