From: Anuj Bhatia Newsgroups: comp.os.msdos.djgpp Subject: Problem while profiling Date: Thu, 09 Dec 1999 22:36:35 +0530 Organization: VSNL Lines: 19 Message-ID: <384FE19B.70931C03@ndc.vsnl.net.in> NNTP-Posting-Host: 203.197.209.249 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.vsnl.net.in 944797385 28708 203.197.209.249 (10 Dec 1999 03:43:05 GMT) X-Complaints-To: postmaster AT news DOT vsnl DOT net DOT in NNTP-Posting-Date: 10 Dec 1999 03:43:05 GMT X-Mailer: Mozilla 4.04 [en] (Win95; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I'm trying to set the -pg switch in RHIDE for profiling my program. But RHIDE uses the -pg switch only while compiling and not while linking the program. When I add the -pg switch in Options|Linker Options the linker gives me an error saying it doesn't understand the option. Is there any way to tell RHIDE to use the -pg switch for both compiling and linking. Also is there any way to save my settings/options in RHIDE when I'm not working on a project (ie. I'm working on small stand alone .c programs - not with .gpr files) so that I don't have to set them up every time I start RHIDE. Anuj Bhatia