<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">When built for Mac OS X,  lldb builds as a "framework" which means it has a directory tree in which<br>various necessary additional resources can be put.    In order to get the embedded Python scripting<br>stuff working, we have been putting the .py and .so files that in needs into a Resources subdirectory of<br>the lldb.framework.<br><br>I'm trying to rewrite the build scripts to be OS-agnostic (or at least to work ok on Linux).  I am pretty sure<br>a Linux-built lldb will not be a "framework", and I now have no idea where I should put the associated .py<br>and .so files for lldb.  I would appreciate suggestions/help from someone more familiar with how this kind<br>of stuff should work on Linux.<br><br>-- Caroline Tice<br><a href="mailto:ctice@apple.com">ctice@apple.com</a><br></body></html>