>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