From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brendan Simon To: martinj Cc: insight@sourceware.cygnus.com Subject: Re: How do you start insight Date: Wed, 10 Nov 1999 23:48:00 -0000 Message-id: <382A66FF.6472C46@ctam.com.au> References: <382A6D64.96478FF5@nwlink.com> X-SW-Source: 1999-q4/msg00045.html martinj wrote: > Just purchased GNUPro C,C++. > > As near as I can tell it installed OK. > > It appears to have installed a bunch > of stuff I already had with RedHat 6.1 > with the exception of this Insight Viusal > Debugger. > > Although the docs spend a great deal of > time talking about it, I can't figure out how > to start the damn thing. > > Could one of you spot me a clue? > > Nice to spend $80 bucks for something > you already had all along. I'll be more > careful next time... Nice scam Cygnus It is no scam. You are free to get the sources and build everything yourself. I'm sure there will be a statement somewhere on the cygnus web site letting you know this. When I build Insight from the sources I use "gdb" to start insight. I'm not sure if it is renamed with GNUPro ? Make sure it picks up the correct gdb and not the original one you had. Use if necessary. I generally put a symbolic link in /usr/local/bin to point to the correct gdb. You can rename it if you like. Brendan Simon.