[Starkit] RE: [MACTCL] Tclkit-darwin-univ-aqua on 10.3.9?

Jeff Hobbs jeffh at activestate.com
Wed May 31 13:15:59 CEST 2006


Joey Mukherjee wrote:
> The TclKit binary that I am wanting to use is tclkit-darwin-univ- 
> aqua; however, when I try to use this program on a 10.3.9 system, I  
> get the following error:
> 
> ./tclkit-darwin-uniq-aqua undefined reference to _OSSpinLockLock  
> expected to be defined in /usr/lib/libSystem.B/dylib .
> 
> Is there an easy solution to this problem?  I'm hoping I can update  
> something on the 10.3.9, or another version of the tclkit binary.

There is a problem in building the universal binaries in that the configure
script does the check for the OSSpinLockLock function, and finds it because
you need to build on a 10.4 system.  You have to specifically undef
HAVE_OSSPINLOCKLOCK to make sure it won't be used for at least the ppc side.

Jeff



More information about the Starkit mailing list