On 8/23/06, Nathan Binkert <[EMAIL PROTECTED]> wrote:
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:
That would break the scons script, but isn't the issue in my case.
There is a libpython2.4.a in my tree at least.
My initial problems were caused by linking to this library (and needing to do so due to lack of .so). My first build didn't have --enable-shared. Once I found the option, I didn't get the new version installed properly (at all?), so the problems persisted. I restarted from scratch, but now the python executables (for 2.4.3 and 2.4.2) cannot find libpython2.4.so, so python isn't working with --enable-shared and --prefix. I think that M5 will work once I get this sorted out. Presumably LD_LIBRARY_PATH can fix the problem, but I will try to get proper -R linker options going. Michael _______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
