Re: cannot build on RHEL 6

Keith Seitz <[email protected]> Wed, 05 Sep 2012 12:26:12 -0700
Newsgroups gmane.comp.debugging.insight
Message-ID <[email protected]>
On 09/05/2012 12:15 PM, RAYAPROL Raja wrote:
> I copied the source directories to a RHEL 6 machine and ran configure. I got
> a vague error about a bad interpreter.

A build log would be mighty useful:

$ /path/to/src/configure [options] 2>&1 | tee config.out

If you are /not/ using in-tree Tcl, Tk, and Itcl, you need to have 
tcl-devel, tk-devel, itcl-devel, and iwidgets installed.

What is your architecture? 64-bit? If so, you may need additional 
configure patches (which I can forward or work to commit once and for all).

Keith