ActiveState Community

TCL on AIX 64bit c

Posted by arjoshi@bmc.com on 2009-01-28 01:13
OS: AIX

>I am facing an issue when I compile TCL 8.4.19 on AIX 5.3 in 64 bit >mode with:

>../configure --enable-shared --enable-64bit --enable-threads -->prefix=/home/archana/TCL

>make
>make install

>The make and make install goes fine without any error but when I try >running a command at “tclsh” prompt it says “Segmentation fault core >dumped”

>Can anyone help.

I was able to resolve this with xlc compiler
Thanks