Thanks for the tip. I assumed that I was picking the stable branch. I can't use cvs, but I tried to download the 7.0.5 sources. The build works, with a few errors. The manual, which I found online, suggests that I need to run insight or gdb -i=insight to use the program, but I don't see a insight executable and gdb doesn't recognize the insight option. Not sure if the documentation I am looking at is obsolete also, or if the build errors have something to do with my problem. I am enclosing my Config, make and make install outputs. Do you think you can help? Regards, Raja ____________________________________________________________________________ ____________________________ -----Original Message----- From: Keith Seitz [mailto:keiths@redhat.com] Sent: Wednesday, September 05, 2012 4:26 PM To: RAYAPROL Raja Cc: insight@sourceware.org Subject: Re: cannot build on RHEL 6 On 09/05/2012 12:43 PM, RAYAPROL Raja wrote: > Keith, > > If I go to the source file directory (/tmp/insight-6.8) and issue > ./configure, all I get is Wow. 6.8. That's *very* old (March 2008)... I suggest using CVS HEAD or grabbing the official GDB 7.5 branch from CVS. [checkout the "insight" module: "cvs co -r gdb_7_5-branch insight"] The in-build tree works (at least for me). I have patches to use the system-supplied Tcl, Tk, Itcl, and Iwidgets, so if you want to try those, I can send them to you. Keith