Re: Status of insight/gdbtk
Marco Aurélio da Cruz <[email protected]> Tue, 17 Mar 2015 11:53:14 -0300
| Newsgroups | gmane.comp.debugging.insight |
|---|---|
| Message-ID | <[email protected]> |
Hi there. On 03/11/2015 03:01 PM, Keith Seitz wrote: > > Does /usr/lib64/tclConfig.sh exist? [This is where the file lives on my > Fedora 21 box, which I don't think is any different from Fedora 20.] > When configure complains that "WARNING: Can't find Tcl configuration > definitions," this means that it is unable to locate this file. > > where prefix is given by the configure option "--prefix" and usrlibdir > is computed by configure. ["/usr/lib" on 32-bit architectures, > "/usr/lib32" with "-m32" on 64-bit architectures, and "/usr/lib64" on > 64-bit architectures] > > tclConfig.sh is supplied by the tcl-devel package on Fedora. > > Yes, you were right. It was my fault. It was missing tcl-devel. Everething compiled OK on 64-bit now. Thank you again. Now, I noticed a kind of screen bug when running Insight. I put an image here: http://goo.gl/Hgli5V It is related to use of some characters in ISO8859-1. If I save my source in UTF-8, Insight shows it correctly. Regards, Marco