If you follow the build instructions provided by Tcl, the Tcl shell will crash when the oaTcl.so shared library file is loaded. To fix this problem, do the following:
LDFLAGS_OPTIMIZE =
LDFLAGS_OPTIMIZE = -brtl
and for 64-bit builds, also change: CFLAGS = $(CFLAGS_OPTIMIZE) -q64 -DTCL_DBGX=$(TCL_DBGX)
CFLAGS = $(CFLAGS_OPTIMIZE) -q64 -qlanglvl=ansi -qnoansialias -qlonglong -DTCL_DBGX=$(TCL_DBGX)
Copyright © 2004-2010 Cadence Design Systems, Inc.
All rights reserved.