It looks like --enable-framework is MacOS-specific, so I don't think you want that. You do need to set --enable-shared to create the shared library. I don't know of any other flags that need to be set.
It seems that prefix != exec_prefix on my machine, and I wonder if that's the same case for other's machines. Anyone that's having a problem, can you drop in to the interpreter and do:
import sys sys.prefix
<what is this value>
sys.exec_prefix
<is this one different?>
Because of the lack of the appropriate .so on the target system? This is a good point. It would be nice if the Python interpreter was available as a non-shared library, but they don't seem to support that (at least they don't make it easy).
There is a libpython2.4.a in my tree at least. Nate _______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
