From: Jerry L. <jer...@gm...> - 2011-07-23 17:57:00
|
Hello, Is there some mechanism to force Apple's Tcl/Tk to run in 32 bit mode? I have some extensions that are only 32 bit… If I start tclsh with: arch -i386 /usr/bin/tclsh then my older extensions will load. I have some gui-based apps ( wrapped with platypus ) that want to load the 32 bit (only) versions of the extensions. Is there something like the VERSIONER variables that Python uses? Is there something I can put into the environment.plist in .MacOSX to direct gui tcl apps to use 32 bit mode? Thanks for any insights… Jerry |