Hi - On Sat, Aug 18, 2007 at 04:42:45PM +0800, suleman wrote: > Running the sid-arm-elf [...] with --verbose reveals that the > sid-control-tksm component is missing from the libtclapi library. > [...] sid-control-tksm is not exactly "within" the library, but loaded by it in script form from $prefix/share/sidcomp. You'll see the sid-control-tksm.tk file right in there. strace sid -e 'load libtclapi.la tcl_bridge_library' \ -e 'new sid-control-tksm tk' 2>&1 | grep tksm This may give a hint. - FChE