makr (2008-11-21): although this is not complete, it is probably enough to get one going:
CC = xlC CFLAGS = -O -q64 LIBS = -lld ARFLAGS = -X64 STRIPFLAGS = -X64ActiveState does also ship a Batteries Included distribution for AIX.
JOB after trying out various options, the following works out on AIX 5.3 and with tcl/tk 8.5.4:
CC = xlC CXX = xlC CPPFLAGS =-q64 ./configure \ --prefix=full_path_where_to _store_tcl \ --enable-threads \ --enable-64bit \ --disable-sharedRLH You can also get binary and source RPMs here: http://www.perzl.org/aix/index.php?n=Main.Tcl